Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 10, 2024
1 parent edc92a4 commit e5e7d5c
Show file tree
Hide file tree
Showing 379 changed files with 2,308 additions and 2,293 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-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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/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.36",
"version": "2.2.37",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
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**: 2024-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "2.5.25",
"version": "2.5.26",
"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.22",
"@thi.ng/arrays": "^2.7.19",
"@thi.ng/bitfield": "^2.3.20",
"@thi.ng/dcons": "^3.2.89",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/sparse": "^0.3.94"
"@thi.ng/api": "^8.9.23",
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/bitfield": "^2.3.21",
"@thi.ng/dcons": "^3.2.90",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/sparse": "^0.3.95"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/vectors": "^7.10.5",
"@thi.ng/vectors": "^7.10.6",
"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-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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.22",
"version": "8.9.23",
"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-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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.11",
"version": "2.3.12",
"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.22",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/logger": "^2.1.9",
"@thi.ng/strings": "^3.7.13",
"@thi.ng/text-format": "^2.0.9"
"@thi.ng/api": "^8.9.23",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/logger": "^2.1.10",
"@thi.ng/strings": "^3.7.14",
"@thi.ng/text-format": "^2.0.10"
},
"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-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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.7.19",
"version": "2.7.20",
"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.22",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/compare": "^2.2.18",
"@thi.ng/equiv": "^2.1.46",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/random": "^3.6.29"
"@thi.ng/api": "^8.9.23",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/compare": "^2.2.19",
"@thi.ng/equiv": "^2.1.47",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/random": "^3.6.30"
},
"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-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "6.3.36",
"version": "6.3.37",
"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.22",
"@thi.ng/arrays": "^2.7.19",
"@thi.ng/binary": "^3.4.10",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/compare": "^2.2.18",
"@thi.ng/dcons": "^3.2.89",
"@thi.ng/equiv": "^2.1.46",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/random": "^3.6.29",
"@thi.ng/transducers": "^8.9.0",
"@thi.ng/api": "^8.9.23",
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/binary": "^3.4.11",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/compare": "^2.2.19",
"@thi.ng/dcons": "^3.2.90",
"@thi.ng/equiv": "^2.1.47",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/random": "^3.6.30",
"@thi.ng/transducers": "^8.9.1",
"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-06T23:18:11Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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.2.29",
"version": "5.2.30",
"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.22",
"@thi.ng/equiv": "^2.1.46",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/paths": "^5.1.64",
"@thi.ng/api": "^8.9.23",
"@thi.ng/equiv": "^2.1.47",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/paths": "^5.1.65",
"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-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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.53",
"version": "1.1.54",
"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.22",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/compose": "^2.1.61",
"@thi.ng/date": "^2.5.16",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/logger": "^2.1.9",
"@thi.ng/math": "^5.9.0",
"@thi.ng/transducers": "^8.9.0",
"@thi.ng/units": "^0.4.29",
"@thi.ng/vectors": "^7.10.5",
"@thi.ng/api": "^8.9.23",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/compose": "^2.1.62",
"@thi.ng/date": "^2.5.17",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/logger": "^2.1.10",
"@thi.ng/math": "^5.9.1",
"@thi.ng/transducers": "^8.9.1",
"@thi.ng/units": "^0.4.30",
"@thi.ng/vectors": "^7.10.6",
"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-02-06T23:18:11Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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.0",
"version": "2.7.1",
"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-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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.24",
"version": "3.4.25",
"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.22"
"@thi.ng/api": "^8.9.23"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/testament": "^0.4.14",
"@thi.ng/testament": "^0.4.16",
"@types/node": "^20.11.17",
"esbuild": "^0.20.0",
"rimraf": "^5.0.5",
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**: 2024-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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/bencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bencode",
"version": "2.1.96",
"version": "2.1.97",
"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.7.19",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/defmulti": "^3.0.21",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/transducers": "^8.9.0",
"@thi.ng/transducers-binary": "^2.1.94"
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/defmulti": "^3.0.22",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/transducers": "^8.9.1",
"@thi.ng/transducers-binary": "^2.1.95"
},
"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-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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.10",
"version": "3.4.11",
"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.22"
"@thi.ng/api": "^8.9.23"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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**: 2024-01-30T21:37:18Z
- **Last updated**: 2024-02-10T08:59:56Z
- **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.20",
"version": "2.3.21",
"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.22",
"@thi.ng/binary": "^3.4.10",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/strings": "^3.7.13"
"@thi.ng/api": "^8.9.23",
"@thi.ng/binary": "^3.4.11",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/strings": "^3.7.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
Loading

0 comments on commit e5e7d5c

Please sign in to comment.