Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 24, 2023
1 parent fafb387 commit f6de41f
Show file tree
Hide file tree
Showing 371 changed files with 2,627 additions and 2,584 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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **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/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.24",
"version": "2.2.25",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.3",
Expand Down
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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **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": "2.5.9",
"version": "2.5.10",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,17 +36,17 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/arrays": "^2.7.4",
"@thi.ng/bitfield": "^2.3.6",
"@thi.ng/dcons": "^3.2.73",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/sparse": "^0.3.78"
"@thi.ng/api": "^8.9.9",
"@thi.ng/arrays": "^2.7.5",
"@thi.ng/bitfield": "^2.3.7",
"@thi.ng/dcons": "^3.2.74",
"@thi.ng/errors": "^2.4.3",
"@thi.ng/sparse": "^0.3.79"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/vectors": "^7.8.5",
"@thi.ng/testament": "^0.4.2",
"@thi.ng/vectors": "^7.8.6",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **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/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "8.9.8",
"version": "8.9.9",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.3",
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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
12 changes: 6 additions & 6 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.2.42",
"version": "2.2.43",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -33,14 +33,14 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/strings": "^3.6.6"
"@thi.ng/api": "^8.9.9",
"@thi.ng/checks": "^3.4.9",
"@thi.ng/errors": "^2.4.3",
"@thi.ng/strings": "^3.7.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.3",
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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **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/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/arrays",
"version": "2.7.4",
"version": "2.7.5",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -33,16 +33,16 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/compare": "^2.2.4",
"@thi.ng/equiv": "^2.1.33",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/random": "^3.6.14"
"@thi.ng/api": "^8.9.9",
"@thi.ng/checks": "^3.4.9",
"@thi.ng/compare": "^2.2.5",
"@thi.ng/equiv": "^2.1.34",
"@thi.ng/errors": "^2.4.3",
"@thi.ng/random": "^3.6.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.3",
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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
24 changes: 12 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.20",
"version": "6.3.21",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -33,21 +33,21 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/arrays": "^2.7.4",
"@thi.ng/binary": "^3.3.37",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/compare": "^2.2.4",
"@thi.ng/dcons": "^3.2.73",
"@thi.ng/equiv": "^2.1.33",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/random": "^3.6.14",
"@thi.ng/transducers": "^8.8.11",
"@thi.ng/api": "^8.9.9",
"@thi.ng/arrays": "^2.7.5",
"@thi.ng/binary": "^3.3.38",
"@thi.ng/checks": "^3.4.9",
"@thi.ng/compare": "^2.2.5",
"@thi.ng/dcons": "^3.2.74",
"@thi.ng/equiv": "^2.1.34",
"@thi.ng/errors": "^2.4.3",
"@thi.ng/random": "^3.6.15",
"@thi.ng/transducers": "^8.8.12",
"tslib": "^2.6.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.3",
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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
12 changes: 6 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.14",
"version": "5.2.15",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -33,15 +33,15 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/equiv": "^2.1.33",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/paths": "^5.1.49",
"@thi.ng/api": "^8.9.9",
"@thi.ng/equiv": "^2.1.34",
"@thi.ng/errors": "^2.4.3",
"@thi.ng/paths": "^5.1.50",
"tslib": "^2.6.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.3",
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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
24 changes: 12 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.36",
"version": "1.1.37",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -33,21 +33,21 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.8",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/compose": "^2.1.47",
"@thi.ng/date": "^2.5.2",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/logger": "^1.4.24",
"@thi.ng/math": "^5.7.3",
"@thi.ng/transducers": "^8.8.11",
"@thi.ng/units": "^0.4.15",
"@thi.ng/vectors": "^7.8.5",
"@thi.ng/api": "^8.9.9",
"@thi.ng/checks": "^3.4.9",
"@thi.ng/compose": "^2.1.48",
"@thi.ng/date": "^2.5.3",
"@thi.ng/errors": "^2.4.3",
"@thi.ng/logger": "^2.0.0",
"@thi.ng/math": "^5.7.4",
"@thi.ng/transducers": "^8.8.12",
"@thi.ng/units": "^0.4.16",
"@thi.ng/vectors": "^7.8.6",
"serialport": "^12.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.3",
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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **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/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.5.16",
"version": "2.5.17",
"description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/85, support for bigints and encoding/decoding of byte arrays",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.3",
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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **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.4.10",
"version": "3.4.11",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -33,11 +33,11 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.8"
"@thi.ng/api": "^8.9.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"@types/node": "^20.9.5",
"rimraf": "^5.0.5",
"tools": "workspace:^",
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**: 2023-11-09T10:28:18Z
- **Last updated**: 2023-11-24T09:35:46Z
- **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.80",
"version": "2.1.81",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -33,16 +33,16 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/arrays": "^2.7.4",
"@thi.ng/checks": "^3.4.8",
"@thi.ng/defmulti": "^3.0.6",
"@thi.ng/errors": "^2.4.2",
"@thi.ng/transducers": "^8.8.11",
"@thi.ng/transducers-binary": "^2.1.78"
"@thi.ng/arrays": "^2.7.5",
"@thi.ng/checks": "^3.4.9",
"@thi.ng/defmulti": "^3.0.7",
"@thi.ng/errors": "^2.4.3",
"@thi.ng/transducers": "^8.8.12",
"@thi.ng/transducers-binary": "^2.1.79"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/testament": "^0.4.1",
"@thi.ng/testament": "^0.4.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.3",
Expand Down
Loading

0 comments on commit f6de41f

Please sign in to comment.