Skip to content

Commit 6e20f80

Browse files
Publish
1 parent 5642502 commit 6e20f80

File tree

257 files changed

+1717
-1717
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+1717
-1717
lines changed

packages/adjacency/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/adjacency/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/adjacency",
3-
"version": "2.5.31",
3+
"version": "2.5.32",
44
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
55
"type": "module",
66
"module": "./index.js",
@@ -38,16 +38,16 @@
3838
"test": "bun test"
3939
},
4040
"dependencies": {
41-
"@thi.ng/api": "^8.9.25",
42-
"@thi.ng/arrays": "^2.8.2",
43-
"@thi.ng/bitfield": "^2.3.24",
44-
"@thi.ng/dcons": "^3.2.95",
41+
"@thi.ng/api": "^8.9.26",
42+
"@thi.ng/arrays": "^2.8.3",
43+
"@thi.ng/bitfield": "^2.3.25",
44+
"@thi.ng/dcons": "^3.2.96",
4545
"@thi.ng/errors": "^2.4.18",
46-
"@thi.ng/sparse": "^0.3.100"
46+
"@thi.ng/sparse": "^0.3.101"
4747
},
4848
"devDependencies": {
4949
"@microsoft/api-extractor": "^7.40.1",
50-
"@thi.ng/vectors": "^7.10.11",
50+
"@thi.ng/vectors": "^7.10.12",
5151
"esbuild": "^0.20.0",
5252
"rimraf": "^5.0.5",
5353
"typedoc": "^0.25.7",

packages/api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/api",
3-
"version": "8.9.25",
3+
"version": "8.9.26",
44
"description": "Common, generic types, interfaces & mixins",
55
"type": "module",
66
"module": "./index.js",

packages/args/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/args/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/args",
3-
"version": "2.3.16",
3+
"version": "2.3.17",
44
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
55
"type": "module",
66
"module": "./index.js",
@@ -35,12 +35,12 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
38+
"@thi.ng/api": "^8.9.26",
3939
"@thi.ng/checks": "^3.5.0",
4040
"@thi.ng/errors": "^2.4.18",
41-
"@thi.ng/logger": "^3.0.2",
42-
"@thi.ng/strings": "^3.7.16",
43-
"@thi.ng/text-format": "^2.1.2"
41+
"@thi.ng/logger": "^3.0.3",
42+
"@thi.ng/strings": "^3.7.17",
43+
"@thi.ng/text-format": "^2.1.3"
4444
},
4545
"devDependencies": {
4646
"@microsoft/api-extractor": "^7.40.1",

packages/arrays/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/arrays/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/arrays",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "Array / Arraylike utilities",
55
"type": "module",
66
"module": "./index.js",
@@ -35,12 +35,12 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
38+
"@thi.ng/api": "^8.9.26",
3939
"@thi.ng/checks": "^3.5.0",
40-
"@thi.ng/compare": "^2.2.21",
40+
"@thi.ng/compare": "^2.2.22",
4141
"@thi.ng/equiv": "^2.1.49",
4242
"@thi.ng/errors": "^2.4.18",
43-
"@thi.ng/random": "^3.6.32"
43+
"@thi.ng/random": "^3.6.33"
4444
},
4545
"devDependencies": {
4646
"@microsoft/api-extractor": "^7.40.1",

packages/associative/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2024-02-22T11:59:16Z
3+
- **Last updated**: 2024-02-25T14:07:53Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/associative/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/associative",
3-
"version": "6.3.42",
3+
"version": "6.3.43",
44
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
55
"type": "module",
66
"module": "./index.js",
@@ -35,16 +35,16 @@
3535
"test": "bun test"
3636
},
3737
"dependencies": {
38-
"@thi.ng/api": "^8.9.25",
39-
"@thi.ng/arrays": "^2.8.2",
40-
"@thi.ng/binary": "^3.4.14",
38+
"@thi.ng/api": "^8.9.26",
39+
"@thi.ng/arrays": "^2.8.3",
40+
"@thi.ng/binary": "^3.4.15",
4141
"@thi.ng/checks": "^3.5.0",
42-
"@thi.ng/compare": "^2.2.21",
43-
"@thi.ng/dcons": "^3.2.95",
42+
"@thi.ng/compare": "^2.2.22",
43+
"@thi.ng/dcons": "^3.2.96",
4444
"@thi.ng/equiv": "^2.1.49",
4545
"@thi.ng/errors": "^2.4.18",
46-
"@thi.ng/random": "^3.6.32",
47-
"@thi.ng/transducers": "^8.9.6",
46+
"@thi.ng/random": "^3.6.33",
47+
"@thi.ng/transducers": "^8.9.7",
4848
"tslib": "^2.6.2"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)