Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 13, 2025
1 parent 63f46cb commit 9a0b332
Show file tree
Hide file tree
Showing 403 changed files with 2,457 additions and 2,457 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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.26",
"version": "3.0.27",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,16 +42,16 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19",
"@thi.ng/arrays": "^2.10.14",
"@thi.ng/bitfield": "^2.3.64",
"@thi.ng/dcons": "^3.2.141",
"@thi.ng/disjoint-set": "^1.1.12",
"@thi.ng/errors": "^2.5.25",
"@thi.ng/sparse": "^1.0.6"
"@thi.ng/api": "^8.11.20",
"@thi.ng/arrays": "^2.10.15",
"@thi.ng/bitfield": "^2.3.65",
"@thi.ng/dcons": "^3.2.142",
"@thi.ng/disjoint-set": "^1.1.13",
"@thi.ng/errors": "^2.5.26",
"@thi.ng/sparse": "^1.0.7"
},
"devDependencies": {
"@thi.ng/vectors": "^7.12.19",
"@thi.ng/vectors": "^7.12.20",
"esbuild": "^0.25.0",
"typedoc": "^0.27.7",
"typescript": "^5.7.3"
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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.19",
"version": "8.11.20",
"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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.58",
"version": "2.3.59",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,12 +39,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19",
"@thi.ng/checks": "^3.6.22",
"@thi.ng/errors": "^2.5.25",
"@thi.ng/logger": "^3.1.0",
"@thi.ng/strings": "^3.9.4",
"@thi.ng/text-format": "^2.2.24"
"@thi.ng/api": "^8.11.20",
"@thi.ng/checks": "^3.6.23",
"@thi.ng/errors": "^2.5.26",
"@thi.ng/logger": "^3.1.1",
"@thi.ng/strings": "^3.9.5",
"@thi.ng/text-format": "^2.2.25"
},
"devDependencies": {
"@types/node": "^22.13.1",
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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.14",
"version": "2.10.15",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,12 +39,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19",
"@thi.ng/checks": "^3.6.22",
"@thi.ng/compare": "^2.4.11",
"@thi.ng/equiv": "^2.1.75",
"@thi.ng/errors": "^2.5.25",
"@thi.ng/random": "^4.1.10"
"@thi.ng/api": "^8.11.20",
"@thi.ng/checks": "^3.6.23",
"@thi.ng/compare": "^2.4.12",
"@thi.ng/equiv": "^2.1.76",
"@thi.ng/errors": "^2.5.26",
"@thi.ng/random": "^4.1.11"
},
"devDependencies": {
"esbuild": "^0.25.0",
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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.23",
"version": "7.0.24",
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,14 +39,14 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19",
"@thi.ng/arrays": "^2.10.14",
"@thi.ng/binary": "^3.4.42",
"@thi.ng/checks": "^3.6.22",
"@thi.ng/dcons": "^3.2.141",
"@thi.ng/equiv": "^2.1.75",
"@thi.ng/object-utils": "^1.1.13",
"@thi.ng/transducers": "^9.2.17",
"@thi.ng/api": "^8.11.20",
"@thi.ng/arrays": "^2.10.15",
"@thi.ng/binary": "^3.4.43",
"@thi.ng/checks": "^3.6.23",
"@thi.ng/dcons": "^3.2.142",
"@thi.ng/equiv": "^2.1.76",
"@thi.ng/object-utils": "^1.1.14",
"@thi.ng/transducers": "^9.2.18",
"tslib": "^2.8.1"
},
"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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.20",
"version": "5.3.21",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19",
"@thi.ng/equiv": "^2.1.75",
"@thi.ng/errors": "^2.5.25",
"@thi.ng/paths": "^5.2.0",
"@thi.ng/api": "^8.11.20",
"@thi.ng/equiv": "^2.1.76",
"@thi.ng/errors": "^2.5.26",
"@thi.ng/paths": "^5.2.1",
"tslib": "^2.8.1"
},
"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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.113",
"version": "1.1.114",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,16 +39,16 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19",
"@thi.ng/checks": "^3.6.22",
"@thi.ng/compose": "^3.0.22",
"@thi.ng/date": "^2.7.42",
"@thi.ng/errors": "^2.5.25",
"@thi.ng/logger": "^3.1.0",
"@thi.ng/math": "^5.11.19",
"@thi.ng/transducers": "^9.2.17",
"@thi.ng/units": "^1.0.5",
"@thi.ng/vectors": "^7.12.19",
"@thi.ng/api": "^8.11.20",
"@thi.ng/checks": "^3.6.23",
"@thi.ng/compose": "^3.0.23",
"@thi.ng/date": "^2.7.43",
"@thi.ng/errors": "^2.5.26",
"@thi.ng/logger": "^3.1.1",
"@thi.ng/math": "^5.11.20",
"@thi.ng/transducers": "^9.2.18",
"@thi.ng/units": "^1.0.6",
"@thi.ng/vectors": "^7.12.20",
"serialport": "^13.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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.31",
"version": "2.7.32",
"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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "3.6.13",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19",
"@thi.ng/timestamp": "^1.1.4"
"@thi.ng/api": "^8.11.20",
"@thi.ng/timestamp": "^1.1.5"
},
"devDependencies": {
"@types/node": "^22.13.1",
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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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": "3.0.5",
"version": "3.0.6",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,13 +39,13 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19",
"@thi.ng/arrays": "^2.10.14",
"@thi.ng/checks": "^3.6.22",
"@thi.ng/errors": "^2.5.25",
"@thi.ng/strings": "^3.9.4",
"@thi.ng/transducers": "^9.2.17",
"@thi.ng/transducers-binary": "^2.1.152"
"@thi.ng/api": "^8.11.20",
"@thi.ng/arrays": "^2.10.15",
"@thi.ng/checks": "^3.6.23",
"@thi.ng/errors": "^2.5.26",
"@thi.ng/strings": "^3.9.5",
"@thi.ng/transducers": "^9.2.18",
"@thi.ng/transducers-binary": "^2.1.153"
},
"devDependencies": {
"esbuild": "^0.25.0",
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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.12",
"version": "1.1.13",
"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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.42",
"version": "3.4.43",
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19"
"@thi.ng/api": "^8.11.20"
},
"devDependencies": {
"esbuild": "^0.25.0",
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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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.64",
"version": "2.3.65",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.19",
"@thi.ng/binary": "^3.4.42",
"@thi.ng/errors": "^2.5.25",
"@thi.ng/strings": "^3.9.4"
"@thi.ng/api": "^8.11.20",
"@thi.ng/binary": "^3.4.43",
"@thi.ng/errors": "^2.5.26",
"@thi.ng/strings": "^3.9.5"
},
"devDependencies": {
"esbuild": "^0.25.0",
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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-13T16:03:11Z
- **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 9a0b332

Please sign in to comment.