Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 10, 2023
1 parent 2b5a99a commit cafa4ec
Show file tree
Hide file tree
Showing 355 changed files with 2,812 additions and 2,646 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-02-05T14:42:21Z
- **Last updated**: 2023-02-10T14:03:11Z
- **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.7",
"version": "2.2.8",
"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.2",
"@thi.ng/testament": "^0.3.10",
"@thi.ng/testament": "^0.3.11",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.24",
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-02-10T13:55:29Z
- **Last updated**: 2023-02-10T14:03:10Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
21 changes: 11 additions & 10 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.4",
"version": "2.3.5",
"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.1",
"@thi.ng/arrays": "^2.5.3",
"@thi.ng/bitfield": "^2.2.20",
"@thi.ng/dcons": "^3.2.32",
"@thi.ng/errors": "^2.2.10",
"@thi.ng/sparse": "^0.3.37"
"@thi.ng/api": "^8.7.2",
"@thi.ng/arrays": "^2.5.4",
"@thi.ng/bitfield": "^2.2.21",
"@thi.ng/dcons": "^3.2.33",
"@thi.ng/errors": "^2.2.11",
"@thi.ng/sparse": "^0.3.38"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.2",
"@thi.ng/testament": "^0.3.10",
"@thi.ng/vectors": "^7.6.1",
"@thi.ng/testament": "^0.3.11",
"@thi.ng/vectors": "^7.6.2",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.24",
Expand Down Expand Up @@ -121,5 +121,6 @@
"dgraph"
],
"year": 2018
}
},
"gitHead": "2b5a99a8af71670780875637299be9118b01084d\n"
}
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-02-10T13:55:29Z
- **Last updated**: 2023-02-10T14:03:10Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
7 changes: 4 additions & 3 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.1",
"version": "8.7.2",
"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.2",
"@thi.ng/testament": "^0.3.10",
"@thi.ng/testament": "^0.3.11",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.24",
Expand Down Expand Up @@ -224,5 +224,6 @@
"./watch": {
"default": "./watch.js"
}
}
},
"gitHead": "2b5a99a8af71670780875637299be9118b01084d\n"
}
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-02-05T14:42:21Z
- **Last updated**: 2023-02-10T14:03:10Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
15 changes: 8 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.2.18",
"version": "2.2.19",
"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.1",
"@thi.ng/checks": "^3.3.8",
"@thi.ng/errors": "^2.2.10",
"@thi.ng/strings": "^3.3.25"
"@thi.ng/api": "^8.7.2",
"@thi.ng/checks": "^3.3.9",
"@thi.ng/errors": "^2.2.11",
"@thi.ng/strings": "^3.3.26"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.2",
"@thi.ng/testament": "^0.3.10",
"@thi.ng/testament": "^0.3.11",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.24",
Expand Down Expand Up @@ -95,5 +95,6 @@
},
"thi.ng": {
"year": 2018
}
},
"gitHead": "2b5a99a8af71670780875637299be9118b01084d\n"
}
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-02-05T14:42:21Z
- **Last updated**: 2023-02-10T14:03:10Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
19 changes: 10 additions & 9 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.3",
"version": "2.5.4",
"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.1",
"@thi.ng/checks": "^3.3.8",
"@thi.ng/compare": "^2.1.24",
"@thi.ng/equiv": "^2.1.18",
"@thi.ng/errors": "^2.2.10",
"@thi.ng/random": "^3.3.23"
"@thi.ng/api": "^8.7.2",
"@thi.ng/checks": "^3.3.9",
"@thi.ng/compare": "^2.1.25",
"@thi.ng/equiv": "^2.1.19",
"@thi.ng/errors": "^2.2.11",
"@thi.ng/random": "^3.3.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.2",
"@thi.ng/testament": "^0.3.10",
"@thi.ng/testament": "^0.3.11",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.24",
Expand Down Expand Up @@ -155,5 +155,6 @@
},
"thi.ng": {
"year": 2018
}
},
"gitHead": "2b5a99a8af71670780875637299be9118b01084d\n"
}
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-02-10T13:55:29Z
- **Last updated**: 2023-02-10T14:03:10Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
27 changes: 14 additions & 13 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.25",
"version": "6.2.26",
"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.1",
"@thi.ng/arrays": "^2.5.3",
"@thi.ng/binary": "^3.3.18",
"@thi.ng/checks": "^3.3.8",
"@thi.ng/compare": "^2.1.24",
"@thi.ng/dcons": "^3.2.32",
"@thi.ng/equiv": "^2.1.18",
"@thi.ng/errors": "^2.2.10",
"@thi.ng/random": "^3.3.23",
"@thi.ng/transducers": "^8.3.32",
"@thi.ng/api": "^8.7.2",
"@thi.ng/arrays": "^2.5.4",
"@thi.ng/binary": "^3.3.19",
"@thi.ng/checks": "^3.3.9",
"@thi.ng/compare": "^2.1.25",
"@thi.ng/dcons": "^3.2.33",
"@thi.ng/equiv": "^2.1.19",
"@thi.ng/errors": "^2.2.11",
"@thi.ng/random": "^3.3.24",
"@thi.ng/transducers": "^8.3.33",
"tslib": "^2.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.2",
"@thi.ng/testament": "^0.3.10",
"@thi.ng/testament": "^0.3.11",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.24",
Expand Down Expand Up @@ -188,5 +188,6 @@
},
"thi.ng": {
"year": 2017
}
},
"gitHead": "2b5a99a8af71670780875637299be9118b01084d\n"
}
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-02-05T14:42:21Z
- **Last updated**: 2023-02-10T14:03:10Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
15 changes: 8 additions & 7 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.30",
"version": "5.1.31",
"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.1",
"@thi.ng/equiv": "^2.1.18",
"@thi.ng/errors": "^2.2.10",
"@thi.ng/paths": "^5.1.30",
"@thi.ng/api": "^8.7.2",
"@thi.ng/equiv": "^2.1.19",
"@thi.ng/errors": "^2.2.11",
"@thi.ng/paths": "^5.1.31",
"tslib": "^2.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.2",
"@thi.ng/testament": "^0.3.10",
"@thi.ng/testament": "^0.3.11",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.24",
Expand Down Expand Up @@ -106,5 +106,6 @@
"rstream"
],
"year": 2017
}
},
"gitHead": "2b5a99a8af71670780875637299be9118b01084d\n"
}
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-02-10T13:55:29Z
- **Last updated**: 2023-02-10T14:03:10Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
23 changes: 12 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": "0.5.1",
"version": "0.5.2",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,19 +34,19 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.1",
"@thi.ng/checks": "^3.3.8",
"@thi.ng/compose": "^2.1.26",
"@thi.ng/date": "^2.4.3",
"@thi.ng/errors": "^2.2.10",
"@thi.ng/logger": "^1.4.8",
"@thi.ng/transducers": "^8.3.32",
"@thi.ng/vectors": "^7.6.1",
"@thi.ng/api": "^8.7.2",
"@thi.ng/checks": "^3.3.9",
"@thi.ng/compose": "^2.1.27",
"@thi.ng/date": "^2.4.4",
"@thi.ng/errors": "^2.2.11",
"@thi.ng/logger": "^1.4.9",
"@thi.ng/transducers": "^8.3.33",
"@thi.ng/vectors": "^7.6.2",
"serialport": "^10.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.2",
"@thi.ng/testament": "^0.3.10",
"@thi.ng/testament": "^0.3.11",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.24",
Expand Down Expand Up @@ -103,5 +103,6 @@
"thi.ng": {
"status": "alpha",
"year": 2022
}
},
"gitHead": "2b5a99a8af71670780875637299be9118b01084d\n"
}
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-02-10T13:55:29Z
- **Last updated**: 2023-02-10T14:03:10Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
9 changes: 5 additions & 4 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.4.0",
"version": "2.4.1",
"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.5"
"@thi.ng/hex": "^2.3.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.34.2",
"@thi.ng/testament": "^0.3.10",
"@thi.ng/testament": "^0.3.11",
"rimraf": "^4.1.2",
"tools": "workspace:^",
"typedoc": "^0.23.24",
Expand Down Expand Up @@ -108,5 +108,6 @@
},
"thi.ng": {
"year": 2017
}
},
"gitHead": "2b5a99a8af71670780875637299be9118b01084d\n"
}
Loading

0 comments on commit cafa4ec

Please sign in to comment.