Skip to content

Commit

Permalink
😒 chore: Rename package to @heap-data-structure/pairing-heap.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 28, 2021
1 parent a1044c7 commit 20c16a3
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"autoPrivate": true
},
"brand": {
"title": "@aureooms/js-pairing-heap"
"title": "@heap-data-structure/pairing-heap"
},
"test": {
"type": "ava",
Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
:cherries: [@aureooms/js-pairing-heap](https://make-github-pseudonymous-again.github.io/js-pairing-heap)
:cherries: [@heap-data-structure/pairing-heap](https://heap-data-structure.github.io/pairing-heap)
==

<img src="https://cdn.rawgit.com/make-github-pseudonymous-again/js-pairing-heap/main/media/sketch.svg" width="864">
<img src="https://cdn.rawgit.com/heap-data-structure/pairing-heap/main/media/sketch.svg" width="864">

Pairing heap data structure for JavaScript.
See [docs](https://make-github-pseudonymous-again.github.io/js-pairing-heap/index.html).
Parent is [@aureooms/js-heap](https://github.com/make-github-pseudonymous-again/js-heap).
See [docs](https://heap-data-structure.github.io/pairing-heap/index.html).
Parent is [@heap-data-structure](https://github.com/heap-data-structure/about).

```js
import {increasing} from '@aureooms/js-compare';
import {PairingHeap} from '@aureooms/js-pairing-heap';
import {PairingHeap} from '@heap-data-structure/pairing-heap';
let heap = new PairingHeap( increasing ) ;
```

[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-pairing-heap.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-pairing-heap/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-pairing-heap.svg)](https://www.npmjs.org/package/@aureooms/js-pairing-heap)
[![Tests](https://img.shields.io/github/workflow/status/make-github-pseudonymous-again/js-pairing-heap/ci:test?event=push&label=tests)](https://github.com/make-github-pseudonymous-again/js-pairing-heap/actions/workflows/ci:test.yml?query=branch:main)
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-pairing-heap.svg)](https://david-dm.org/make-github-pseudonymous-again/js-pairing-heap)
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-pairing-heap.svg)](https://david-dm.org/make-github-pseudonymous-again/js-pairing-heap?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-pairing-heap.svg)](https://github.com/make-github-pseudonymous-again/js-pairing-heap/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-pairing-heap.svg)](https://www.npmjs.org/package/@aureooms/js-pairing-heap)

[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-pairing-heap.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-pairing-heap/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-pairing-heap.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-pairing-heap/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-pairing-heap/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-pairing-heap)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-pairing-heap.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-pairing-heap/trends/technical_debt)
[![Documentation](https://make-github-pseudonymous-again.github.io/js-pairing-heap/badge.svg)](https://make-github-pseudonymous-again.github.io/js-pairing-heap/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-pairing-heap)](https://bundlephobia.com/result?p=@aureooms/js-pairing-heap)
[![License](https://img.shields.io/github/license/heap-data-structure/pairing-heap.svg)](https://raw.githubusercontent.com/heap-data-structure/pairing-heap/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@heap-data-structure/pairing-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/pairing-heap)
[![Tests](https://img.shields.io/github/workflow/status/heap-data-structure/pairing-heap/ci:test?event=push&label=tests)](https://github.com/heap-data-structure/pairing-heap/actions/workflows/ci:test.yml?query=branch:main)
[![Dependencies](https://img.shields.io/david/heap-data-structure/pairing-heap.svg)](https://david-dm.org/heap-data-structure/pairing-heap)
[![Dev dependencies](https://img.shields.io/david/dev/heap-data-structure/pairing-heap.svg)](https://david-dm.org/heap-data-structure/pairing-heap?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/heap-data-structure/pairing-heap.svg)](https://github.com/heap-data-structure/pairing-heap/issues)
[![Downloads](https://img.shields.io/npm/dm/@heap-data-structure/pairing-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/pairing-heap)

[![Code issues](https://img.shields.io/codeclimate/issues/heap-data-structure/pairing-heap.svg)](https://codeclimate.com/github/heap-data-structure/pairing-heap/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/heap-data-structure/pairing-heap.svg)](https://codeclimate.com/github/heap-data-structure/pairing-heap/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/heap-data-structure/pairing-heap/main.svg)](https://codecov.io/gh/heap-data-structure/pairing-heap)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/heap-data-structure/pairing-heap.svg)](https://codeclimate.com/github/heap-data-structure/pairing-heap/trends/technical_debt)
[![Documentation](https://heap-data-structure.github.io/pairing-heap/badge.svg)](https://heap-data-structure.github.io/pairing-heap/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@heap-data-structure/pairing-heap)](https://bundlephobia.com/result?p=@heap-data-structure/pairing-heap)


## :scroll: References
Expand Down
4 changes: 2 additions & 2 deletions doc/manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ or [npm](https://github.com/npm/npm).

### jspm
```terminal
jspm install npm:@aureooms/js-pairing-heap
jspm install npm:@heap-data-structure/pairing-heap
```

### npm
```terminal
npm install @aureooms/js-pairing-heap --save
npm install @heap-data-structure/pairing-heap --save
```
4 changes: 2 additions & 2 deletions doc/manual/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'regenerator-runtime/runtime.js' ;

Then
```js
const {PairingHeap} = require( '@aureooms/js-pairing-heap' ) ;
const {PairingHeap} = require( '@heap-data-structure/pairing-heap' ) ;
// or
import {PairingHeap} from '@aureooms/js-pairing-heap' ;
import {PairingHeap} from '@heap-data-structure/pairing-heap' ;
```
4 changes: 2 additions & 2 deletions doc/scripts/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ const domReady = function (callback) {
domReady(() => {
const projectname = document.createElement('a');
projectname.classList.add('project-name');
projectname.text = 'aureooms/js-pairing-heap';
projectname.text = 'heap-data-structure/pairing-heap';
projectname.href = './index.html';

const header = document.querySelector('header');
header.insertBefore(projectname, header.firstChild);

const testlink = document.querySelector('header > a[data-ice="testLink"]');
testlink.href =
'https://coveralls.io/github/make-github-pseudonymous-again/js-pairing-heap';
'https://coveralls.io/github/heap-data-structure/pairing-heap';
testlink.target = '_BLANK';

const searchBox = document.querySelector('.search-box');
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@aureooms/js-pairing-heap",
"name": "@heap-data-structure/pairing-heap",
"description": "Pairing heap data structure library for JavaScript",
"version": "3.0.0",
"license": "AGPL-3.0",
"author": "aureooms",
"homepage": "https://make-github-pseudonymous-again.github.io/js-pairing-heap",
"author": "make-github-pseudonymous-again",
"homepage": "https://heap-data-structure.github.io/pairing-heap",
"repository": {
"type": "git",
"url": "https://github.com/make-github-pseudonymous-again/js-pairing-heap"
"url": "https://github.com/heap-data-structure/pairing-heap"
},
"bugs": {
"url": "https://github.com/make-github-pseudonymous-again/js-pairing-heap/issues"
"url": "https://github.com/heap-data-structure/pairing-heap/issues"
},
"keywords": [
"data",
Expand Down

0 comments on commit 20c16a3

Please sign in to comment.