Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 29, 2024
1 parent 20909ff commit 3fa30b2
Show file tree
Hide file tree
Showing 379 changed files with 2,671 additions and 2,482 deletions.
2 changes: 1 addition & 1 deletion packages/adapt-dpi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
5 changes: 3 additions & 2 deletions packages/adapt-dpi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adapt-dpi",
"version": "2.2.33",
"version": "2.2.34",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -65,5 +65,6 @@
"thi.ng": {
"status": "deprecated",
"year": 2015
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
19 changes: 10 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": "2.5.21",
"version": "2.5.22",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,16 +38,16 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.19",
"@thi.ng/arrays": "^2.7.16",
"@thi.ng/bitfield": "^2.3.17",
"@thi.ng/dcons": "^3.2.85",
"@thi.ng/errors": "^2.4.12",
"@thi.ng/sparse": "^0.3.90"
"@thi.ng/api": "^8.9.20",
"@thi.ng/arrays": "^2.7.17",
"@thi.ng/bitfield": "^2.3.18",
"@thi.ng/dcons": "^3.2.86",
"@thi.ng/errors": "^2.4.13",
"@thi.ng/sparse": "^0.3.91"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
"@thi.ng/vectors": "^7.10.1",
"@thi.ng/vectors": "^7.10.2",
"esbuild": "^0.19.10",
"rimraf": "^5.0.5",
"typedoc": "^0.25.4",
Expand Down Expand Up @@ -124,5 +124,6 @@
"dgraph"
],
"year": 2018
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
5 changes: 3 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "8.9.19",
"version": "8.9.20",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -224,5 +224,6 @@
"./watch": {
"default": "./watch.js"
}
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
17 changes: 9 additions & 8 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.7",
"version": "2.3.8",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.19",
"@thi.ng/checks": "^3.4.19",
"@thi.ng/errors": "^2.4.12",
"@thi.ng/logger": "^2.1.5",
"@thi.ng/strings": "^3.7.10",
"@thi.ng/text-format": "^2.0.6"
"@thi.ng/api": "^8.9.20",
"@thi.ng/checks": "^3.4.20",
"@thi.ng/errors": "^2.4.13",
"@thi.ng/logger": "^2.1.6",
"@thi.ng/strings": "^3.7.11",
"@thi.ng/text-format": "^2.0.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down Expand Up @@ -101,5 +101,6 @@
},
"thi.ng": {
"year": 2018
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
17 changes: 9 additions & 8 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.7.16",
"version": "2.7.17",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.19",
"@thi.ng/checks": "^3.4.19",
"@thi.ng/compare": "^2.2.15",
"@thi.ng/equiv": "^2.1.43",
"@thi.ng/errors": "^2.4.12",
"@thi.ng/random": "^3.6.26"
"@thi.ng/api": "^8.9.20",
"@thi.ng/checks": "^3.4.20",
"@thi.ng/compare": "^2.2.16",
"@thi.ng/equiv": "^2.1.44",
"@thi.ng/errors": "^2.4.13",
"@thi.ng/random": "^3.6.27"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down Expand Up @@ -164,5 +164,6 @@
},
"thi.ng": {
"year": 2018
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
25 changes: 13 additions & 12 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "6.3.32",
"version": "6.3.33",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,16 +35,16 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.19",
"@thi.ng/arrays": "^2.7.16",
"@thi.ng/binary": "^3.4.7",
"@thi.ng/checks": "^3.4.19",
"@thi.ng/compare": "^2.2.15",
"@thi.ng/dcons": "^3.2.85",
"@thi.ng/equiv": "^2.1.43",
"@thi.ng/errors": "^2.4.12",
"@thi.ng/random": "^3.6.26",
"@thi.ng/transducers": "^8.8.23",
"@thi.ng/api": "^8.9.20",
"@thi.ng/arrays": "^2.7.17",
"@thi.ng/binary": "^3.4.8",
"@thi.ng/checks": "^3.4.20",
"@thi.ng/compare": "^2.2.16",
"@thi.ng/dcons": "^3.2.86",
"@thi.ng/equiv": "^2.1.44",
"@thi.ng/errors": "^2.4.13",
"@thi.ng/random": "^3.6.27",
"@thi.ng/transducers": "^8.8.24",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down Expand Up @@ -195,5 +195,6 @@
},
"thi.ng": {
"year": 2017
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
13 changes: 7 additions & 6 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.2.25",
"version": "5.2.26",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.19",
"@thi.ng/equiv": "^2.1.43",
"@thi.ng/errors": "^2.4.12",
"@thi.ng/paths": "^5.1.60",
"@thi.ng/api": "^8.9.20",
"@thi.ng/equiv": "^2.1.44",
"@thi.ng/errors": "^2.4.13",
"@thi.ng/paths": "^5.1.61",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down Expand Up @@ -106,5 +106,6 @@
"rstream"
],
"year": 2017
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
25 changes: 13 additions & 12 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.49",
"version": "1.1.50",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,16 +35,16 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.19",
"@thi.ng/checks": "^3.4.19",
"@thi.ng/compose": "^2.1.58",
"@thi.ng/date": "^2.5.13",
"@thi.ng/errors": "^2.4.12",
"@thi.ng/logger": "^2.1.5",
"@thi.ng/math": "^5.8.1",
"@thi.ng/transducers": "^8.8.23",
"@thi.ng/units": "^0.4.26",
"@thi.ng/vectors": "^7.10.1",
"@thi.ng/api": "^8.9.20",
"@thi.ng/checks": "^3.4.20",
"@thi.ng/compose": "^2.1.59",
"@thi.ng/date": "^2.5.14",
"@thi.ng/errors": "^2.4.13",
"@thi.ng/logger": "^2.1.6",
"@thi.ng/math": "^5.8.2",
"@thi.ng/transducers": "^8.8.24",
"@thi.ng/units": "^0.4.27",
"@thi.ng/vectors": "^7.10.2",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -114,5 +114,6 @@
"thi.ng": {
"status": "alpha",
"year": 2022
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
5 changes: 3 additions & 2 deletions 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.6.1",
"version": "2.6.2",
"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 Expand Up @@ -109,5 +109,6 @@
},
"thi.ng": {
"year": 2017
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
9 changes: 5 additions & 4 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.4.21",
"version": "3.4.22",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,11 +35,11 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.19"
"@thi.ng/api": "^8.9.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
"@thi.ng/testament": "^0.4.11",
"@thi.ng/testament": "^0.4.12",
"@types/node": "^20.10.5",
"esbuild": "^0.19.10",
"rimraf": "^5.0.5",
Expand Down Expand Up @@ -118,5 +118,6 @@
"markdown-table"
],
"year": 2018
}
},
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
}
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-01-29T20:39:36Z
- **Last updated**: 2024-01-29T21:04:46Z
- **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 3fa30b2

Please sign in to comment.