Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 9, 2024
1 parent 88ffde2 commit 6910094
Show file tree
Hide file tree
Showing 204 changed files with 1,639 additions and 1,629 deletions.
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.36",
"version": "2.5.37",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"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.9.28",
"@thi.ng/arrays": "^2.8.6",
"@thi.ng/bitfield": "^2.3.29",
"@thi.ng/dcons": "^3.2.99",
"@thi.ng/api": "^8.9.29",
"@thi.ng/arrays": "^2.8.7",
"@thi.ng/bitfield": "^2.3.30",
"@thi.ng/dcons": "^3.2.100",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/sparse": "^0.3.104"
"@thi.ng/sparse": "^0.3.105"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/vectors": "^7.10.16",
"@thi.ng/vectors": "^7.10.17",
"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-03-07T20:40:47Z
- **Last updated**: 2024-03-09T09:18:17Z
- **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.28",
"version": "8.9.29",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down
8 changes: 4 additions & 4 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.21",
"version": "2.3.22",
"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.9.28",
"@thi.ng/api": "^8.9.29",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/logger": "^3.0.5",
"@thi.ng/strings": "^3.7.21",
"@thi.ng/text-format": "^2.1.6"
"@thi.ng/strings": "^3.7.22",
"@thi.ng/text-format": "^2.1.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.6",
"version": "2.8.7",
"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.9.28",
"@thi.ng/api": "^8.9.29",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/compare": "^2.2.24",
"@thi.ng/compare": "^2.2.25",
"@thi.ng/equiv": "^2.1.51",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/random": "^3.6.35"
"@thi.ng/random": "^3.6.36"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.46",
"version": "6.3.47",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"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.9.28",
"@thi.ng/arrays": "^2.8.6",
"@thi.ng/binary": "^3.4.17",
"@thi.ng/api": "^8.9.29",
"@thi.ng/arrays": "^2.8.7",
"@thi.ng/binary": "^3.4.18",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/compare": "^2.2.24",
"@thi.ng/dcons": "^3.2.99",
"@thi.ng/compare": "^2.2.25",
"@thi.ng/dcons": "^3.2.100",
"@thi.ng/equiv": "^2.1.51",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/random": "^3.6.35",
"@thi.ng/transducers": "^8.9.10",
"@thi.ng/random": "^3.6.36",
"@thi.ng/transducers": "^8.9.11",
"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-03-07T20:40:47Z
- **Last updated**: 2024-03-09T09:18:17Z
- **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.36",
"version": "5.2.37",
"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.9.28",
"@thi.ng/api": "^8.9.29",
"@thi.ng/equiv": "^2.1.51",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/paths": "^5.1.71",
"@thi.ng/paths": "^5.1.72",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 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.64",
"version": "1.1.65",
"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.9.28",
"@thi.ng/api": "^8.9.29",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/compose": "^2.1.67",
"@thi.ng/date": "^2.7.5",
"@thi.ng/compose": "^2.1.68",
"@thi.ng/date": "^2.7.6",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/logger": "^3.0.5",
"@thi.ng/math": "^5.10.5",
"@thi.ng/transducers": "^8.9.10",
"@thi.ng/units": "^0.4.36",
"@thi.ng/vectors": "^7.10.16",
"@thi.ng/math": "^5.10.6",
"@thi.ng/transducers": "^8.9.11",
"@thi.ng/units": "^0.4.37",
"@thi.ng/vectors": "^7.10.17",
"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-03-07T20:40:47Z
- **Last updated**: 2024-03-09T09:18:17Z
- **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.5",
"version": "2.7.6",
"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-03-07T20:40:47Z
- **Last updated**: 2024-03-09T09:18:17Z
- **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.4.32",
"version": "3.4.33",
"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.9.28"
"@thi.ng/api": "^8.9.29"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.107",
"version": "2.1.108",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/arrays": "^2.8.6",
"@thi.ng/arrays": "^2.8.7",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/defmulti": "^3.0.29",
"@thi.ng/defmulti": "^3.0.30",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/transducers": "^8.9.10",
"@thi.ng/transducers-binary": "^2.1.105"
"@thi.ng/transducers": "^8.9.11",
"@thi.ng/transducers-binary": "^2.1.106"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.17",
"version": "3.4.18",
"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.9.28"
"@thi.ng/api": "^8.9.29"
},
"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.29",
"version": "2.3.30",
"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.9.28",
"@thi.ng/binary": "^3.4.17",
"@thi.ng/api": "^8.9.29",
"@thi.ng/binary": "^3.4.18",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/strings": "^3.7.21"
"@thi.ng/strings": "^3.7.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
10 changes: 5 additions & 5 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.13",
"version": "0.1.14",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,11 +36,11 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.28",
"@thi.ng/base-n": "^2.7.5",
"@thi.ng/canvas": "^0.2.9",
"@thi.ng/api": "^8.9.29",
"@thi.ng/base-n": "^2.7.6",
"@thi.ng/canvas": "^0.2.10",
"@thi.ng/errors": "^2.4.20",
"@thi.ng/math": "^5.10.5"
"@thi.ng/math": "^5.10.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/boids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-07T20:40:47Z
- **Last updated**: 2024-03-09T09:18:17Z
- **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/boids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/boids",
"version": "1.0.18",
"version": "1.0.19",
"description": "n-dimensional boids simulation with modular behavior system",
"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.9.28",
"@thi.ng/api": "^8.9.29",
"@thi.ng/checks": "^3.5.2",
"@thi.ng/distance": "^2.4.58",
"@thi.ng/geom-closest-point": "^2.1.112",
"@thi.ng/geom-resample": "^2.3.38",
"@thi.ng/math": "^5.10.5",
"@thi.ng/timestep": "^0.5.34",
"@thi.ng/vectors": "^7.10.16"
"@thi.ng/distance": "^2.4.59",
"@thi.ng/geom-closest-point": "^2.1.113",
"@thi.ng/geom-resample": "^2.3.39",
"@thi.ng/math": "^5.10.6",
"@thi.ng/timestep": "^0.5.35",
"@thi.ng/vectors": "^7.10.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
"version": "2.1.104",
"version": "2.1.105",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,9 +36,9 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.28",
"@thi.ng/dcons": "^3.2.99",
"@thi.ng/transducers": "^8.9.10"
"@thi.ng/api": "^8.9.29",
"@thi.ng/dcons": "^3.2.100",
"@thi.ng/transducers": "^8.9.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-07T20:40:47Z
- **Last updated**: 2024-03-09T09:18:17Z
- **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/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/canvas",
"version": "0.2.9",
"version": "0.2.10",
"description": "Canvas creation & HDPI support helpers",
"type": "module",
"module": "./index.js",
Expand Down
Loading

0 comments on commit 6910094

Please sign in to comment.