Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 20, 2022
1 parent 98d21bb commit 7b2af44
Show file tree
Hide file tree
Showing 242 changed files with 1,520 additions and 1,504 deletions.
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**: 2022-12-16T12:52:25Z
- **Last updated**: 2022-12-20T16:33:11Z
- **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/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "2.2.19",
"version": "2.2.20",
"description": "Sparse & bitwise adjacency matrices and related functions 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.6.0",
"@thi.ng/arrays": "^2.4.5",
"@thi.ng/bitfield": "^2.2.15",
"@thi.ng/dcons": "^3.2.26",
"@thi.ng/api": "^8.6.1",
"@thi.ng/arrays": "^2.4.6",
"@thi.ng/bitfield": "^2.2.16",
"@thi.ng/dcons": "^3.2.27",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/sparse": "^0.3.31"
"@thi.ng/sparse": "^0.3.32"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
"@thi.ng/testament": "^0.3.7",
"@thi.ng/vectors": "^7.5.27",
"@thi.ng/vectors": "^7.5.28",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.23.22",
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**: 2022-12-16T12:52:25Z
- **Last updated**: 2022-12-20T16:33:11Z
- **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.6.0",
"version": "8.6.1",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.2.13",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/api": "^8.6.1",
"@thi.ng/checks": "^3.3.5",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/strings": "^3.3.20"
"@thi.ng/strings": "^3.3.21"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
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**: 2022-12-16T12:52:25Z
- **Last updated**: 2022-12-20T16:33:11Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
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.4.5",
"version": "2.4.6",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,12 +34,12 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/api": "^8.6.1",
"@thi.ng/checks": "^3.3.5",
"@thi.ng/compare": "^2.1.19",
"@thi.ng/compare": "^2.1.20",
"@thi.ng/equiv": "^2.1.15",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/random": "^3.3.18"
"@thi.ng/random": "^3.3.19"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
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**: 2022-12-16T12:52:25Z
- **Last updated**: 2022-12-20T16:33:11Z
- **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/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "6.2.19",
"version": "6.2.20",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,15 +34,15 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/arrays": "^2.4.5",
"@thi.ng/binary": "^3.3.13",
"@thi.ng/api": "^8.6.1",
"@thi.ng/arrays": "^2.4.6",
"@thi.ng/binary": "^3.3.14",
"@thi.ng/checks": "^3.3.5",
"@thi.ng/compare": "^2.1.19",
"@thi.ng/dcons": "^3.2.26",
"@thi.ng/compare": "^2.1.20",
"@thi.ng/dcons": "^3.2.27",
"@thi.ng/equiv": "^2.1.15",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/transducers": "^8.3.26",
"@thi.ng/transducers": "^8.3.27",
"tslib": "^2.4.1"
},
"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**: 2022-12-16T12:52:25Z
- **Last updated**: 2022-12-20T16:33:11Z
- **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.1.25",
"version": "5.1.26",
"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,10 +34,10 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/api": "^8.6.1",
"@thi.ng/equiv": "^2.1.15",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/paths": "^5.1.25",
"@thi.ng/paths": "^5.1.26",
"tslib": "^2.4.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.2.1",
"version": "0.2.2",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/compose": "^2.1.21",
"@thi.ng/api": "^8.6.1",
"@thi.ng/compose": "^2.1.22",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/logger": "^1.4.5",
"@thi.ng/vectors": "^7.5.27",
"@thi.ng/vectors": "^7.5.28",
"serialport": "^10.5.0"
},
"devDependencies": {
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.1.20",
"version": "3.1.21",
"description": "Benchmarking utilities w/ various statistics & formatters (CSV, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0"
"@thi.ng/api": "^8.6.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
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.33",
"version": "2.1.34",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,12 +34,12 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/arrays": "^2.4.5",
"@thi.ng/arrays": "^2.4.6",
"@thi.ng/checks": "^3.3.5",
"@thi.ng/defmulti": "^2.1.24",
"@thi.ng/defmulti": "^2.1.25",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/transducers": "^8.3.26",
"@thi.ng/transducers-binary": "^2.1.31"
"@thi.ng/transducers": "^8.3.27",
"@thi.ng/transducers-binary": "^2.1.32"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
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**: 2022-12-16T12:52:25Z
- **Last updated**: 2022-12-20T16:33: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/binary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/binary",
"version": "3.3.13",
"version": "3.3.14",
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0"
"@thi.ng/api": "^8.6.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
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.2.15",
"version": "2.2.16",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/binary": "^3.3.13",
"@thi.ng/api": "^8.6.1",
"@thi.ng/binary": "^3.3.14",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/strings": "^3.3.20"
"@thi.ng/strings": "^3.3.21"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
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.31",
"version": "2.1.32",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/dcons": "^3.2.26",
"@thi.ng/transducers": "^8.3.26"
"@thi.ng/api": "^8.6.1",
"@thi.ng/dcons": "^3.2.27",
"@thi.ng/transducers": "^8.3.27"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/cellular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-12-16T12:52:25Z
- **Last updated**: 2022-12-20T16:33:11Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
8 changes: 4 additions & 4 deletions packages/cellular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cellular",
"version": "0.2.23",
"version": "0.2.24",
"description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/api": "^8.6.1",
"@thi.ng/checks": "^3.3.5",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/random": "^3.3.18",
"@thi.ng/transducers": "^8.3.26"
"@thi.ng/random": "^3.3.19",
"@thi.ng/transducers": "^8.3.27"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-12-16T12:52:25Z
- **Last updated**: 2022-12-20T16:33:11Z
- **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/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "5.2.13",
"version": "5.2.14",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,19 +36,19 @@
"tool:swatches": "tools:node-esm tools/index.ts"
},
"dependencies": {
"@thi.ng/api": "^8.6.0",
"@thi.ng/arrays": "^2.4.5",
"@thi.ng/binary": "^3.3.13",
"@thi.ng/api": "^8.6.1",
"@thi.ng/arrays": "^2.4.6",
"@thi.ng/binary": "^3.3.14",
"@thi.ng/checks": "^3.3.5",
"@thi.ng/compare": "^2.1.19",
"@thi.ng/compose": "^2.1.21",
"@thi.ng/defmulti": "^2.1.24",
"@thi.ng/compare": "^2.1.20",
"@thi.ng/compose": "^2.1.22",
"@thi.ng/defmulti": "^2.1.25",
"@thi.ng/errors": "^2.2.6",
"@thi.ng/math": "^5.3.16",
"@thi.ng/random": "^3.3.18",
"@thi.ng/strings": "^3.3.20",
"@thi.ng/transducers": "^8.3.26",
"@thi.ng/vectors": "^7.5.27"
"@thi.ng/math": "^5.3.17",
"@thi.ng/random": "^3.3.19",
"@thi.ng/strings": "^3.3.21",
"@thi.ng/transducers": "^8.3.27",
"@thi.ng/vectors": "^7.5.28"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.7",
Expand Down
Loading

0 comments on commit 7b2af44

Please sign in to comment.