Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 25, 2024
1 parent 5642502 commit 6e20f80
Show file tree
Hide file tree
Showing 257 changed files with 1,717 additions and 1,717 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-02-22T11:59:16Z
- **Last updated**: 2024-02-25T14:07:53Z
- **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/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "2.5.31",
"version": "2.5.32",
"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.25",
"@thi.ng/arrays": "^2.8.2",
"@thi.ng/bitfield": "^2.3.24",
"@thi.ng/dcons": "^3.2.95",
"@thi.ng/api": "^8.9.26",
"@thi.ng/arrays": "^2.8.3",
"@thi.ng/bitfield": "^2.3.25",
"@thi.ng/dcons": "^3.2.96",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/sparse": "^0.3.100"
"@thi.ng/sparse": "^0.3.101"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/vectors": "^7.10.11",
"@thi.ng/vectors": "^7.10.12",
"esbuild": "^0.20.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.7",
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-02-22T11:59:16Z
- **Last updated**: 2024-02-25T14:07:53Z
- **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.9.25",
"version": "8.9.26",
"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-02-22T11:59:16Z
- **Last updated**: 2024-02-25T14:07:53Z
- **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/args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/args",
"version": "2.3.16",
"version": "2.3.17",
"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.25",
"@thi.ng/api": "^8.9.26",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/logger": "^3.0.2",
"@thi.ng/strings": "^3.7.16",
"@thi.ng/text-format": "^2.1.2"
"@thi.ng/logger": "^3.0.3",
"@thi.ng/strings": "^3.7.17",
"@thi.ng/text-format": "^2.1.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.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**: 2024-02-22T11:59:16Z
- **Last updated**: 2024-02-25T14:07:53Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
8 changes: 4 additions & 4 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.8.2",
"version": "2.8.3",
"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.25",
"@thi.ng/api": "^8.9.26",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/compare": "^2.2.21",
"@thi.ng/compare": "^2.2.22",
"@thi.ng/equiv": "^2.1.49",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/random": "^3.6.32"
"@thi.ng/random": "^3.6.33"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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-02-22T11:59:16Z
- **Last updated**: 2024-02-25T14:07:53Z
- **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/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "6.3.42",
"version": "6.3.43",
"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.25",
"@thi.ng/arrays": "^2.8.2",
"@thi.ng/binary": "^3.4.14",
"@thi.ng/api": "^8.9.26",
"@thi.ng/arrays": "^2.8.3",
"@thi.ng/binary": "^3.4.15",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/compare": "^2.2.21",
"@thi.ng/dcons": "^3.2.95",
"@thi.ng/compare": "^2.2.22",
"@thi.ng/dcons": "^3.2.96",
"@thi.ng/equiv": "^2.1.49",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/random": "^3.6.32",
"@thi.ng/transducers": "^8.9.6",
"@thi.ng/random": "^3.6.33",
"@thi.ng/transducers": "^8.9.7",
"tslib": "^2.6.2"
},
"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-02-22T11:59:16Z
- **Last updated**: 2024-02-25T14:07:53Z
- **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/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
"version": "5.2.32",
"version": "5.2.33",
"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.25",
"@thi.ng/api": "^8.9.26",
"@thi.ng/equiv": "^2.1.49",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/paths": "^5.1.67",
"@thi.ng/paths": "^5.1.68",
"tslib": "^2.6.2"
},
"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-02-22T23:15:26Z
- **Last updated**: 2024-02-25T14:07:53Z
- **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/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.1.59",
"version": "1.1.60",
"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.25",
"@thi.ng/api": "^8.9.26",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/compose": "^2.1.64",
"@thi.ng/date": "^2.7.0",
"@thi.ng/compose": "^2.1.65",
"@thi.ng/date": "^2.7.1",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/logger": "^3.0.2",
"@thi.ng/math": "^5.10.2",
"@thi.ng/transducers": "^8.9.6",
"@thi.ng/units": "^0.4.32",
"@thi.ng/vectors": "^7.10.11",
"@thi.ng/logger": "^3.0.3",
"@thi.ng/math": "^5.10.3",
"@thi.ng/transducers": "^8.9.7",
"@thi.ng/units": "^0.4.33",
"@thi.ng/vectors": "^7.10.12",
"serialport": "^12.0.0"
},
"devDependencies": {
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-02-22T23:15:26Z
- **Last updated**: 2024-02-25T14:07:53Z
- **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.28",
"version": "3.4.29",
"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.25"
"@thi.ng/api": "^8.9.26"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/testament": "^0.4.19",
"@thi.ng/testament": "^0.4.20",
"@types/node": "^20.11.17",
"esbuild": "^0.20.0",
"rimraf": "^5.0.5",
Expand Down
10 changes: 5 additions & 5 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.102",
"version": "2.1.103",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/arrays": "^2.8.2",
"@thi.ng/arrays": "^2.8.3",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/defmulti": "^3.0.25",
"@thi.ng/defmulti": "^3.0.26",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/transducers": "^8.9.6",
"@thi.ng/transducers-binary": "^2.1.100"
"@thi.ng/transducers": "^8.9.7",
"@thi.ng/transducers-binary": "^2.1.101"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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-02-22T11:59:16Z
- **Last updated**: 2024-02-25T14:07:53Z
- **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.14",
"version": "3.4.15",
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.25"
"@thi.ng/api": "^8.9.26"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
8 changes: 4 additions & 4 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.24",
"version": "2.3.25",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.25",
"@thi.ng/binary": "^3.4.14",
"@thi.ng/api": "^8.9.26",
"@thi.ng/binary": "^3.4.15",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/strings": "^3.7.16"
"@thi.ng/strings": "^3.7.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/blurhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/blurhash",
"version": "0.1.9",
"version": "0.1.10",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,11 +35,11 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.25",
"@thi.ng/api": "^8.9.26",
"@thi.ng/base-n": "^2.7.3",
"@thi.ng/canvas": "^0.2.7",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/math": "^5.10.2"
"@thi.ng/math": "^5.10.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/boids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/boids",
"version": "1.0.12",
"version": "1.0.13",
"description": "n-dimensional boids simulation with modular behavior system",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,14 +35,14 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.25",
"@thi.ng/api": "^8.9.26",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/distance": "^2.4.53",
"@thi.ng/geom-closest-point": "^2.1.107",
"@thi.ng/geom-resample": "^2.3.33",
"@thi.ng/math": "^5.10.2",
"@thi.ng/timestep": "^0.5.28",
"@thi.ng/vectors": "^7.10.11"
"@thi.ng/distance": "^2.4.54",
"@thi.ng/geom-closest-point": "^2.1.108",
"@thi.ng/geom-resample": "^2.3.34",
"@thi.ng/math": "^5.10.3",
"@thi.ng/timestep": "^0.5.29",
"@thi.ng/vectors": "^7.10.12"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
Loading

0 comments on commit 6e20f80

Please sign in to comment.