Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 19, 2024
1 parent f7af4d0 commit b52baa3
Show file tree
Hide file tree
Showing 399 changed files with 2,419 additions and 2,411 deletions.
2 changes: 1 addition & 1 deletion packages/adjacency/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
18 changes: 9 additions & 9 deletions packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "3.0.8",
"version": "3.0.9",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,17 +39,17 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/arrays": "^2.10.0",
"@thi.ng/bitfield": "^2.3.50",
"@thi.ng/dcons": "^3.2.127",
"@thi.ng/disjoint-set": "^1.1.2",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/sparse": "^0.3.132"
"@thi.ng/api": "^8.11.10",
"@thi.ng/arrays": "^2.10.1",
"@thi.ng/bitfield": "^2.3.51",
"@thi.ng/dcons": "^3.2.128",
"@thi.ng/disjoint-set": "^1.1.3",
"@thi.ng/errors": "^2.5.16",
"@thi.ng/sparse": "^0.3.133"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@thi.ng/vectors": "^7.12.1",
"@thi.ng/vectors": "^7.12.2",
"esbuild": "^0.23.1",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "8.11.9",
"version": "8.11.10",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/args/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
14 changes: 7 additions & 7 deletions packages/args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/args",
"version": "2.3.42",
"version": "2.3.43",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/logger": "^3.0.19",
"@thi.ng/strings": "^3.8.4",
"@thi.ng/text-format": "^2.2.12"
"@thi.ng/api": "^8.11.10",
"@thi.ng/checks": "^3.6.12",
"@thi.ng/errors": "^2.5.16",
"@thi.ng/logger": "^3.0.20",
"@thi.ng/strings": "^3.8.5",
"@thi.ng/text-format": "^2.2.13"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/arrays/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
14 changes: 7 additions & 7 deletions packages/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/arrays",
"version": "2.10.0",
"version": "2.10.1",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/compare": "^2.4.1",
"@thi.ng/equiv": "^2.1.65",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/random": "^4.0.3"
"@thi.ng/api": "^8.11.10",
"@thi.ng/checks": "^3.6.12",
"@thi.ng/compare": "^2.4.2",
"@thi.ng/equiv": "^2.1.66",
"@thi.ng/errors": "^2.5.16",
"@thi.ng/random": "^4.0.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/associative/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
18 changes: 9 additions & 9 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "7.0.9",
"version": "7.0.10",
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,14 +36,14 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/arrays": "^2.10.0",
"@thi.ng/binary": "^3.4.32",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/dcons": "^3.2.127",
"@thi.ng/equiv": "^2.1.65",
"@thi.ng/object-utils": "^1.1.2",
"@thi.ng/transducers": "^9.2.3",
"@thi.ng/api": "^8.11.10",
"@thi.ng/arrays": "^2.10.1",
"@thi.ng/binary": "^3.4.33",
"@thi.ng/checks": "^3.6.12",
"@thi.ng/dcons": "^3.2.128",
"@thi.ng/equiv": "^2.1.66",
"@thi.ng/object-utils": "^1.1.3",
"@thi.ng/transducers": "^9.2.4",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/atom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
10 changes: 5 additions & 5 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
"version": "5.3.9",
"version": "5.3.10",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/equiv": "^2.1.65",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/paths": "^5.1.89",
"@thi.ng/api": "^8.11.10",
"@thi.ng/equiv": "^2.1.66",
"@thi.ng/errors": "^2.5.16",
"@thi.ng/paths": "^5.1.90",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/axidraw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
22 changes: 11 additions & 11 deletions packages/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.1.94",
"version": "1.1.95",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,16 +36,16 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/compose": "^3.0.12",
"@thi.ng/date": "^2.7.27",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/logger": "^3.0.19",
"@thi.ng/math": "^5.11.9",
"@thi.ng/transducers": "^9.2.3",
"@thi.ng/units": "^0.5.7",
"@thi.ng/vectors": "^7.12.1",
"@thi.ng/api": "^8.11.10",
"@thi.ng/checks": "^3.6.12",
"@thi.ng/compose": "^3.0.13",
"@thi.ng/date": "^2.7.28",
"@thi.ng/errors": "^2.5.16",
"@thi.ng/logger": "^3.0.20",
"@thi.ng/math": "^5.11.10",
"@thi.ng/transducers": "^9.2.4",
"@thi.ng/units": "^0.5.8",
"@thi.ng/vectors": "^7.12.2",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base-n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/base-n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/base-n",
"version": "2.7.21",
"version": "2.7.22",
"description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 deletions packages/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bench",
"version": "3.6.2",
"version": "3.6.3",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.9"
"@thi.ng/api": "^8.11.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/bencode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
16 changes: 8 additions & 8 deletions packages/bencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bencode",
"version": "2.1.136",
"version": "2.1.137",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,13 +36,13 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/arrays": "^2.10.0",
"@thi.ng/checks": "^3.6.11",
"@thi.ng/defmulti": "^3.0.47",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/strings": "^3.8.4",
"@thi.ng/transducers": "^9.2.3",
"@thi.ng/transducers-binary": "^2.1.134"
"@thi.ng/arrays": "^2.10.1",
"@thi.ng/checks": "^3.6.12",
"@thi.ng/defmulti": "^3.0.48",
"@thi.ng/errors": "^2.5.16",
"@thi.ng/strings": "^3.8.5",
"@thi.ng/transducers": "^9.2.4",
"@thi.ng/transducers-binary": "^2.1.135"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/bidir-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/bidir-index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bidir-index",
"version": "1.1.2",
"version": "1.1.3",
"description": "Bi-directional index mapping arbitrary keys to numeric IDs & vice versa",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/binary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 deletions packages/binary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/binary",
"version": "3.4.32",
"version": "3.4.33",
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.9"
"@thi.ng/api": "^8.11.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitfield/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
10 changes: 5 additions & 5 deletions packages/bitfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitfield",
"version": "2.3.50",
"version": "2.3.51",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.9",
"@thi.ng/binary": "^3.4.32",
"@thi.ng/errors": "^2.5.15",
"@thi.ng/strings": "^3.8.4"
"@thi.ng/api": "^8.11.10",
"@thi.ng/binary": "^3.4.33",
"@thi.ng/errors": "^2.5.16",
"@thi.ng/strings": "^3.8.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitstream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-28T14:01:19Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
Loading

0 comments on commit b52baa3

Please sign in to comment.