Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 10, 2023
1 parent 672fb5e commit ad9ac32
Show file tree
Hide file tree
Showing 365 changed files with 2,906 additions and 2,724 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-08-10T12:16:43Z
- **Last updated**: 2023-08-10T12:25:09Z
- **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/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.15",
"version": "2.2.16",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.19",
"@thi.ng/testament": "^0.3.20",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down Expand Up @@ -64,5 +64,6 @@
},
"thi.ng": {
"year": 2015
}
},
"gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\n"
}
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-08-10T12:16:43Z
- **Last updated**: 2023-08-10T12:25:09Z
- **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.21",
"version": "2.3.22",
"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.9.1",
"@thi.ng/arrays": "^2.5.16",
"@thi.ng/bitfield": "^2.2.32",
"@thi.ng/dcons": "^3.2.48",
"@thi.ng/errors": "^2.3.1",
"@thi.ng/sparse": "^0.3.53"
"@thi.ng/api": "^8.9.2",
"@thi.ng/arrays": "^2.5.17",
"@thi.ng/bitfield": "^2.2.33",
"@thi.ng/dcons": "^3.2.49",
"@thi.ng/errors": "^2.3.2",
"@thi.ng/sparse": "^0.3.54"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.19",
"@thi.ng/vectors": "^7.7.3",
"@thi.ng/testament": "^0.3.20",
"@thi.ng/vectors": "^7.7.4",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down Expand Up @@ -121,5 +121,6 @@
"dgraph"
],
"year": 2018
}
},
"gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\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-08-10T12:16:43Z
- **Last updated**: 2023-08-10T12:25:09Z
- **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.9.1",
"version": "8.9.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.36.3",
"@thi.ng/testament": "^0.3.19",
"@thi.ng/testament": "^0.3.20",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down Expand Up @@ -224,5 +224,6 @@
"./watch": {
"default": "./watch.js"
}
}
},
"gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\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-08-10T12:16:43Z
- **Last updated**: 2023-08-10T12:25:09Z
- **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.29",
"version": "2.2.30",
"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.9.1",
"@thi.ng/checks": "^3.4.1",
"@thi.ng/errors": "^2.3.1",
"@thi.ng/strings": "^3.4.9"
"@thi.ng/api": "^8.9.2",
"@thi.ng/checks": "^3.4.2",
"@thi.ng/errors": "^2.3.2",
"@thi.ng/strings": "^3.4.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.19",
"@thi.ng/testament": "^0.3.20",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down Expand Up @@ -95,5 +95,6 @@
},
"thi.ng": {
"year": 2018
}
},
"gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\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-08-10T12:16:43Z
- **Last updated**: 2023-08-10T12:25:09Z
- **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.16",
"version": "2.5.17",
"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.9.1",
"@thi.ng/checks": "^3.4.1",
"@thi.ng/compare": "^2.1.34",
"@thi.ng/equiv": "^2.1.26",
"@thi.ng/errors": "^2.3.1",
"@thi.ng/random": "^3.5.2"
"@thi.ng/api": "^8.9.2",
"@thi.ng/checks": "^3.4.2",
"@thi.ng/compare": "^2.1.35",
"@thi.ng/equiv": "^2.1.27",
"@thi.ng/errors": "^2.3.2",
"@thi.ng/random": "^3.5.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.19",
"@thi.ng/testament": "^0.3.20",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down Expand Up @@ -155,5 +155,6 @@
},
"thi.ng": {
"year": 2018
}
},
"gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\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-08-10T12:16:43Z
- **Last updated**: 2023-08-10T12:25:09Z
- **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.41",
"version": "6.2.42",
"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.9.1",
"@thi.ng/arrays": "^2.5.16",
"@thi.ng/binary": "^3.3.29",
"@thi.ng/checks": "^3.4.1",
"@thi.ng/compare": "^2.1.34",
"@thi.ng/dcons": "^3.2.48",
"@thi.ng/equiv": "^2.1.26",
"@thi.ng/errors": "^2.3.1",
"@thi.ng/random": "^3.5.2",
"@thi.ng/transducers": "^8.5.1",
"@thi.ng/api": "^8.9.2",
"@thi.ng/arrays": "^2.5.17",
"@thi.ng/binary": "^3.3.30",
"@thi.ng/checks": "^3.4.2",
"@thi.ng/compare": "^2.1.35",
"@thi.ng/dcons": "^3.2.49",
"@thi.ng/equiv": "^2.1.27",
"@thi.ng/errors": "^2.3.2",
"@thi.ng/random": "^3.5.3",
"@thi.ng/transducers": "^8.5.2",
"tslib": "^2.6.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.19",
"@thi.ng/testament": "^0.3.20",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down Expand Up @@ -188,5 +188,6 @@
},
"thi.ng": {
"year": 2017
}
},
"gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\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-08-10T12:16:43Z
- **Last updated**: 2023-08-10T12:25:09Z
- **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.2.5",
"version": "5.2.6",
"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.9.1",
"@thi.ng/equiv": "^2.1.26",
"@thi.ng/errors": "^2.3.1",
"@thi.ng/paths": "^5.1.40",
"@thi.ng/api": "^8.9.2",
"@thi.ng/equiv": "^2.1.27",
"@thi.ng/errors": "^2.3.2",
"@thi.ng/paths": "^5.1.41",
"tslib": "^2.6.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.19",
"@thi.ng/testament": "^0.3.20",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down Expand Up @@ -106,5 +106,6 @@
"rstream"
],
"year": 2017
}
},
"gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\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-08-10T12:16:43Z
- **Last updated**: 2023-08-10T12:25:09Z
- **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/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.1.10",
"version": "1.1.11",
"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.9.1",
"@thi.ng/checks": "^3.4.1",
"@thi.ng/compose": "^2.1.36",
"@thi.ng/date": "^2.4.16",
"@thi.ng/errors": "^2.3.1",
"@thi.ng/logger": "^1.4.17",
"@thi.ng/math": "^5.5.2",
"@thi.ng/transducers": "^8.5.1",
"@thi.ng/units": "^0.4.7",
"@thi.ng/vectors": "^7.7.3",
"@thi.ng/api": "^8.9.2",
"@thi.ng/checks": "^3.4.2",
"@thi.ng/compose": "^2.1.37",
"@thi.ng/date": "^2.4.17",
"@thi.ng/errors": "^2.3.2",
"@thi.ng/logger": "^1.4.18",
"@thi.ng/math": "^5.5.3",
"@thi.ng/transducers": "^8.5.2",
"@thi.ng/units": "^0.4.8",
"@thi.ng/vectors": "^7.7.4",
"serialport": "^11.0.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.19",
"@thi.ng/testament": "^0.3.20",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down Expand Up @@ -114,5 +114,6 @@
"thi.ng": {
"status": "alpha",
"year": 2022
}
},
"gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\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-08-10T12:16:43Z
- **Last updated**: 2023-08-10T12:25:09Z
- **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 ad9ac32

Please sign in to comment.