Skip to content

Commit 26d3ecd

Browse files
😒 chore: Rename package.
1 parent e127202 commit 26d3ecd

File tree

15 files changed

+63
-58
lines changed

15 files changed

+63
-58
lines changed

.esdoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"autoPrivate": true
1818
},
1919
"brand": {
20-
"title": "@aureooms/js-cll"
20+
"title": "@data-structure-algebra/circularly-linked-list"
2121
},
2222
"test": {
2323
"type": "ava",

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
:repeat: [@aureooms/js-cll](https://make-github-pseudonymous-again.github.io/js-cll)
1+
:repeat: [@data-structure-algebra/circularly-linked-list](https://data-structure-algebra.github.io/circularly-linked-list)
22
==
33

44
Circular Linked Lists for JavaScript.
5-
See [docs](https://make-github-pseudonymous-again.github.io/js-cll/index.html).
6-
Parent is [@aureooms/js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).
5+
See [docs](https://data-structure-algebra.github.io/circularly-linked-list/index.html).
6+
Parent is [js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).
77

88
> :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing
99
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).
@@ -12,17 +12,17 @@ Parent is [@aureooms/js-data-structures](https://github.com/make-github-pseudony
1212
let list = from( "abc" ) ;
1313
```
1414

15-
[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-cll.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-cll/main/LICENSE)
16-
[![Version](https://img.shields.io/npm/v/@aureooms/js-cll.svg)](https://www.npmjs.org/package/@aureooms/js-cll)
17-
[![Tests](https://img.shields.io/github/workflow/status/make-github-pseudonymous-again/js-cll/ci:test?event=push&label=tests)](https://github.com/make-github-pseudonymous-again/js-cll/actions/workflows/ci:test.yml?query=branch:main)
18-
[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-cll.svg)](https://david-dm.org/make-github-pseudonymous-again/js-cll)
19-
[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-cll.svg)](https://david-dm.org/make-github-pseudonymous-again/js-cll?type=dev)
20-
[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-cll.svg)](https://github.com/make-github-pseudonymous-again/js-cll/issues)
21-
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-cll.svg)](https://www.npmjs.org/package/@aureooms/js-cll)
15+
[![License](https://img.shields.io/github/license/data-structure-algebra/circularly-linked-list.svg)](https://raw.githubusercontent.com/data-structure-algebra/circularly-linked-list/main/LICENSE)
16+
[![Version](https://img.shields.io/npm/v/@data-structure-algebra/circularly-linked-list.svg)](https://www.npmjs.org/package/@data-structure-algebra/circularly-linked-list)
17+
[![Tests](https://img.shields.io/github/workflow/status/data-structure-algebra/circularly-linked-list/ci:test?event=push&label=tests)](https://github.com/data-structure-algebra/circularly-linked-list/actions/workflows/ci:test.yml?query=branch:main)
18+
[![Dependencies](https://img.shields.io/david/data-structure-algebra/circularly-linked-list.svg)](https://david-dm.org/data-structure-algebra/circularly-linked-list)
19+
[![Dev dependencies](https://img.shields.io/david/dev/data-structure-algebra/circularly-linked-list.svg)](https://david-dm.org/data-structure-algebra/circularly-linked-list?type=dev)
20+
[![GitHub issues](https://img.shields.io/github/issues/data-structure-algebra/circularly-linked-list.svg)](https://github.com/data-structure-algebra/circularly-linked-list/issues)
21+
[![Downloads](https://img.shields.io/npm/dm/@data-structure-algebra/circularly-linked-list.svg)](https://www.npmjs.org/package/@data-structure-algebra/circularly-linked-list)
2222

23-
[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-cll.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-cll/issues)
24-
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-cll.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-cll/trends/churn)
25-
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-cll/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-cll)
26-
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-cll.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-cll/trends/technical_debt)
27-
[![Documentation](https://make-github-pseudonymous-again.github.io/js-cll/badge.svg)](https://make-github-pseudonymous-again.github.io/js-cll/source.html)
28-
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-cll)](https://bundlephobia.com/result?p=@aureooms/js-cll)
23+
[![Code issues](https://img.shields.io/codeclimate/issues/data-structure-algebra/circularly-linked-list.svg)](https://codeclimate.com/github/data-structure-algebra/circularly-linked-list/issues)
24+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/data-structure-algebra/circularly-linked-list.svg)](https://codeclimate.com/github/data-structure-algebra/circularly-linked-list/trends/churn)
25+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/data-structure-algebra/circularly-linked-list/main.svg)](https://codecov.io/gh/data-structure-algebra/circularly-linked-list)
26+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/data-structure-algebra/circularly-linked-list.svg)](https://codeclimate.com/github/data-structure-algebra/circularly-linked-list/trends/technical_debt)
27+
[![Documentation](https://data-structure-algebra.github.io/circularly-linked-list/badge.svg)](https://data-structure-algebra.github.io/circularly-linked-list/source.html)
28+
[![Package size](https://img.shields.io/bundlephobia/minzip/@data-structure-algebra/circularly-linked-list)](https://bundlephobia.com/result?p=@data-structure-algebra/circularly-linked-list)

doc/manual/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Examples
22

3-
> More examples in [the test files](https://github.com/make-github-pseudonymous-again/js-cll/tree/main/test/src).
3+
> More examples in [the test files](https://github.com/data-structure-algebra/circularly-linked-list/tree/main/test/src).

doc/manual/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ or [jspm](https://jspm.org/docs).
88

99
### yarn
1010
```terminal
11-
yarn add @aureooms/js-cll
11+
yarn add @data-structure-algebra/circularly-linked-list
1212
```
1313

1414
### npm
1515
```terminal
16-
npm install @aureooms/js-cll --save
16+
npm install @data-structure-algebra/circularly-linked-list --save
1717
```
1818

1919
### jspm
2020
```terminal
21-
jspm install npm:@aureooms/js-cll
21+
jspm install npm:@data-structure-algebra/circularly-linked-list
2222
```

doc/manual/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import 'regenerator-runtime/runtime.js' ;
1212

1313
Then, import the library where needed
1414
```js
15-
const cll = require( '@aureooms/js-cll' ) ;
15+
const cll = require( '@data-structure-algebra/circularly-linked-list' ) ;
1616
// or
17-
import * as cll from '@aureooms/js-cll' ;
17+
import * as cll from '@data-structure-algebra/circularly-linked-list' ;
1818
```

doc/scripts/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ const domReady = function (callback) {
1010
domReady(() => {
1111
const projectname = document.createElement('a');
1212
projectname.classList.add('project-name');
13-
projectname.text = 'aureooms/js-cll';
13+
projectname.text = 'data-structure-algebra/circularly-linked-list';
1414
projectname.href = './index.html';
1515

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

1919
const testlink = document.querySelector('header > a[data-ice="testLink"]');
2020
testlink.href =
21-
'https://coveralls.io/github/make-github-pseudonymous-again/js-cll';
21+
'https://coveralls.io/github/data-structure-algebra/circularly-linked-list';
2222
testlink.target = '_BLANK';
2323

2424
const searchBox = document.querySelector('.search-box');

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "@aureooms/js-cll",
2+
"name": "@data-structure-algebra/circularly-linked-list",
33
"description": "Circular Linked Lists for JavaScript",
44
"version": "2.1.0",
55
"license": "AGPL-3.0",
6-
"author": "aureooms",
7-
"homepage": "https://make-github-pseudonymous-again.github.io/js-cll",
6+
"author": "make-github-pseudonymous-again",
7+
"homepage": "https://data-structure-algebra.github.io/circularly-linked-list",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/make-github-pseudonymous-again/js-cll"
10+
"url": "https://github.com/data-structure-algebra/circularly-linked-list"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/make-github-pseudonymous-again/js-cll/issues"
13+
"url": "https://github.com/data-structure-algebra/circularly-linked-list/issues"
1414
},
1515
"keywords": [
1616
"circular",
@@ -62,11 +62,13 @@
6262
},
6363
"dependencies": {},
6464
"devDependencies": {
65-
"@aureooms/js-itertools": "5.1.1",
6665
"@babel/core": "7.14.8",
6766
"@babel/preset-env": "7.14.8",
6867
"@babel/register": "7.14.5",
6968
"@commitlint/cli": "13.1.0",
69+
"@iterable-iterator/list": "^1.0.1",
70+
"@iterable-iterator/map": "^1.0.1",
71+
"@iterable-iterator/range": "^2.0.1",
7072
"@js-library/commitlint-config": "0.0.4",
7173
"ava": "3.15.0",
7274
"babel-plugin-transform-remove-console": "6.9.4",

test/src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import test from 'ava';
22

3-
import {list} from '@aureooms/js-itertools';
3+
import {list} from '@iterable-iterator/list';
44

55
import {
66
empty,

test/src/concat.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import test from 'ava';
22

3-
import {list, range} from '@aureooms/js-itertools';
3+
import {list} from '@iterable-iterator/list';
4+
import {range} from '@iterable-iterator/range';
45

56
import {str} from './_fixtures.js';
67

test/src/from.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import test from 'ava';
22

3-
import {list, range, map} from '@aureooms/js-itertools';
3+
import {list} from '@iterable-iterator/list';
4+
import {range} from '@iterable-iterator/range';
5+
import {map} from '@iterable-iterator/map';
46

57
import {str} from './_fixtures.js';
68

test/src/len.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import test from 'ava';
22

3-
import {list, range} from '@aureooms/js-itertools';
3+
import {list} from '@iterable-iterator/list';
4+
import {range} from '@iterable-iterator/range';
5+
46
import {str} from './_fixtures.js';
57
import {from, len} from '../../src/index.js';
68

test/src/pop.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import test from 'ava';
22

3-
import {list, range} from '@aureooms/js-itertools';
3+
import {list} from '@iterable-iterator/list';
4+
import {range} from '@iterable-iterator/range';
45

56
import {str} from './_fixtures.js';
67

test/src/rotate.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import test from 'ava';
22

3-
import {list, range} from '@aureooms/js-itertools';
3+
import {list} from '@iterable-iterator/list';
4+
import {range} from '@iterable-iterator/range';
45

56
import {str} from './_fixtures.js';
67

test/src/shift.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import test from 'ava';
22

3-
import {list, range} from '@aureooms/js-itertools';
3+
import {list} from '@iterable-iterator/list';
4+
import {range} from '@iterable-iterator/range';
45

56
import {str} from './_fixtures.js';
67

yarn.lock

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@aureooms/js-collections-deque@^7.0.0":
6-
version "7.0.0"
7-
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-7.0.0.tgz#ff03a4901c956d277fa9d6a149104dc65c85f9ae"
8-
integrity sha512-zWtMs1sTLGHBtKrjhJ4hZKcG54o4VSthCYn6sLA7pJeOc1FSEwKFyCaJq/BuSjY7rmhNVklTGhENjLyTl7ESVA==
9-
dependencies:
10-
"@aureooms/js-error" "^5.0.3"
11-
12-
"@aureooms/js-error@^5.0.3":
13-
version "5.0.3"
14-
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.3.tgz#e4cb52e3525028e4725a5886663a67a0749abf6b"
15-
integrity sha512-hGLMr9UIgPubX72V7vS69N8toMoK52emuA9jV/EOleK4m7HUF0HjdssNXZytd+udyY3996CBre89MOgTEn0Udw==
16-
17-
"@aureooms/[email protected]":
18-
version "5.1.1"
19-
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.1.1.tgz#cebca2e4ccfcbbfbb447f60a90a86dac8f457166"
20-
integrity sha512-WP+/gtDOJeYSa1ICRSUKtJNQs+2emU25eBnR1G+HPko5m8vbzdFBo1iHbl1IHfRDOyMn40oMvpYovC1Fh6VJwA==
21-
dependencies:
22-
"@aureooms/js-collections-deque" "^7.0.0"
23-
"@aureooms/js-error" "^5.0.3"
24-
255
266
version "7.12.11"
277
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
@@ -2251,6 +2231,21 @@
22512231
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
22522232
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
22532233

2234+
"@iterable-iterator/list@^1.0.1":
2235+
version "1.0.1"
2236+
resolved "https://registry.yarnpkg.com/@iterable-iterator/list/-/list-1.0.1.tgz#e84fd841d7d58c2ad6d0c026f0612c8228dc97f5"
2237+
integrity sha512-234a2cf0a0YhD1Ofb3F0xSjXDkqDK1xCiLnXoMUt/DWAt/odAvJToaxEFMemiKlAUvqF6E8MSi2v2UvlIOpBUA==
2238+
2239+
"@iterable-iterator/map@^1.0.1":
2240+
version "1.0.1"
2241+
resolved "https://registry.yarnpkg.com/@iterable-iterator/map/-/map-1.0.1.tgz#7e4d82cb86877bf487e075347fde990ed21844da"
2242+
integrity sha512-lUvX8/OCYRdof3eZii8ntJUvqW1MlL2ESkIcQj3cagajKVfBIBj058wE4ScrzQl6U2udMva/n2NwP70smdfZ+g==
2243+
2244+
"@iterable-iterator/range@^2.0.1":
2245+
version "2.0.1"
2246+
resolved "https://registry.yarnpkg.com/@iterable-iterator/range/-/range-2.0.1.tgz#3d566aa26e3df496f2ba18a2f67de4c65518e81c"
2247+
integrity sha512-JPkPH/u4AQxWyqXDOqHk4DZeQJANv67cXuiE0DLC0FTaRgExQASlbhPZJo+JVxZRXW2EOBXSzdKdJQe5w9XghA==
2248+
22542249
"@js-library/[email protected]":
22552250
version "0.0.4"
22562251
resolved "https://registry.yarnpkg.com/@js-library/commitlint-config/-/commitlint-config-0.0.4.tgz#5243a58b0d4ad36999d4b944c7770c50658c68f5"

0 commit comments

Comments
 (0)