Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 27, 2023
1 parent 4346513 commit 83b15b3
Show file tree
Hide file tree
Showing 359 changed files with 2,573 additions and 2,506 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-03-14T13:27:19Z
- **Last updated**: 2023-03-27T19:05:49Z
- **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.9",
"version": "2.2.10",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/testament": "^0.3.14",
"rimraf": "^4.4.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
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-03-14T13:27:19Z
- **Last updated**: 2023-03-27T19:05:48Z
- **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.3.12",
"version": "2.3.13",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,17 +34,17 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/arrays": "^2.5.8",
"@thi.ng/bitfield": "^2.2.24",
"@thi.ng/dcons": "^3.2.39",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/sparse": "^0.3.44"
"@thi.ng/api": "^8.7.5",
"@thi.ng/arrays": "^2.5.9",
"@thi.ng/bitfield": "^2.2.25",
"@thi.ng/dcons": "^3.2.40",
"@thi.ng/errors": "^2.2.14",
"@thi.ng/sparse": "^0.3.45"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/vectors": "^7.6.9",
"@thi.ng/testament": "^0.3.14",
"@thi.ng/vectors": "^7.6.10",
"rimraf": "^4.4.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
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-03-14T13:27:19Z
- **Last updated**: 2023-03-27T19:05:48Z
- **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.7.4",
"version": "8.7.5",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/testament": "^0.3.14",
"rimraf": "^4.4.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
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-03-14T13:27:19Z
- **Last updated**: 2023-03-27T19:05:48Z
- **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.22",
"version": "2.2.23",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,14 +34,14 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/strings": "^3.4.2"
"@thi.ng/api": "^8.7.5",
"@thi.ng/checks": "^3.3.11",
"@thi.ng/errors": "^2.2.14",
"@thi.ng/strings": "^3.4.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/testament": "^0.3.14",
"rimraf": "^4.4.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
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-03-14T13:27:19Z
- **Last updated**: 2023-03-27T19:05:49Z
- **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.5.8",
"version": "2.5.9",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,16 +34,16 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/compare": "^2.1.27",
"@thi.ng/equiv": "^2.1.20",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/random": "^3.3.27"
"@thi.ng/api": "^8.7.5",
"@thi.ng/checks": "^3.3.11",
"@thi.ng/compare": "^2.1.28",
"@thi.ng/equiv": "^2.1.21",
"@thi.ng/errors": "^2.2.14",
"@thi.ng/random": "^3.3.28"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/testament": "^0.3.14",
"rimraf": "^4.4.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
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-03-14T13:27:19Z
- **Last updated**: 2023-03-27T19:05:49Z
- **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.2.32",
"version": "6.2.33",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,21 +34,21 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/arrays": "^2.5.8",
"@thi.ng/binary": "^3.3.21",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/compare": "^2.1.27",
"@thi.ng/dcons": "^3.2.39",
"@thi.ng/equiv": "^2.1.20",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/random": "^3.3.27",
"@thi.ng/transducers": "^8.4.0",
"@thi.ng/api": "^8.7.5",
"@thi.ng/arrays": "^2.5.9",
"@thi.ng/binary": "^3.3.22",
"@thi.ng/checks": "^3.3.11",
"@thi.ng/compare": "^2.1.28",
"@thi.ng/dcons": "^3.2.40",
"@thi.ng/equiv": "^2.1.21",
"@thi.ng/errors": "^2.2.14",
"@thi.ng/random": "^3.3.28",
"@thi.ng/transducers": "^8.4.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/testament": "^0.3.14",
"rimraf": "^4.4.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
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-03-14T13:27:19Z
- **Last updated**: 2023-03-27T19:05:48Z
- **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.1.33",
"version": "5.1.34",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,15 +34,15 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/equiv": "^2.1.20",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/paths": "^5.1.33",
"@thi.ng/api": "^8.7.5",
"@thi.ng/equiv": "^2.1.21",
"@thi.ng/errors": "^2.2.14",
"@thi.ng/paths": "^5.1.34",
"tslib": "^2.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/testament": "^0.3.14",
"rimraf": "^4.4.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
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-03-22T22:24:21Z
- **Last updated**: 2023-03-27T19:05:48Z
- **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.0",
"version": "1.1.1",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,21 +34,21 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/compose": "^2.1.29",
"@thi.ng/date": "^2.4.9",
"@thi.ng/errors": "^2.2.13",
"@thi.ng/logger": "^1.4.11",
"@thi.ng/math": "^5.4.5",
"@thi.ng/transducers": "^8.4.0",
"@thi.ng/units": "^0.4.0",
"@thi.ng/vectors": "^7.6.9",
"@thi.ng/api": "^8.7.5",
"@thi.ng/checks": "^3.3.11",
"@thi.ng/compose": "^2.1.30",
"@thi.ng/date": "^2.4.10",
"@thi.ng/errors": "^2.2.14",
"@thi.ng/logger": "^1.4.12",
"@thi.ng/math": "^5.4.6",
"@thi.ng/transducers": "^8.4.1",
"@thi.ng/units": "^0.4.1",
"@thi.ng/vectors": "^7.6.10",
"serialport": "^10.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/testament": "^0.3.14",
"rimraf": "^4.4.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
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-03-22T22:24:21Z
- **Last updated**: 2023-03-27T19:05:48Z
- **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/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.1",
"version": "2.5.2",
"description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/hex": "^2.3.7"
"@thi.ng/hex": "^2.3.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/testament": "^0.3.14",
"rimraf": "^4.4.1",
"tools": "workspace:^",
"typedoc": "^0.23.28",
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-03-14T13:27:20Z
- **Last updated**: 2023-03-27T19:05:48Z
- **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.2.7",
"version": "3.2.8",
"description": "Benchmarking utilities w/ various statistics & formatters (CSV, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.4"
"@thi.ng/api": "^8.7.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.4",
"@thi.ng/testament": "^0.3.13",
"@thi.ng/testament": "^0.3.14",
"@types/node": "^18.15.9",
"rimraf": "^4.4.1",
"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-03-14T13:27:19Z
- **Last updated**: 2023-03-27T19:05:48Z
- **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 83b15b3

Please sign in to comment.