Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 18, 2024
1 parent b4bf2d6 commit 4b3d4ab
Show file tree
Hide file tree
Showing 184 changed files with 1,344 additions and 1,265 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**: 2024-03-13T14:04:31Z
- **Last updated**: 2024-03-18T08:40:00Z
- **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/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "2.5.39",
"version": "2.5.40",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,15 +40,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/bitfield": "^2.3.32",
"@thi.ng/dcons": "^3.2.102",
"@thi.ng/arrays": "^2.8.10",
"@thi.ng/bitfield": "^2.3.33",
"@thi.ng/dcons": "^3.2.103",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/sparse": "^0.3.107"
"@thi.ng/sparse": "^0.3.108"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
"@thi.ng/vectors": "^7.10.19",
"@thi.ng/vectors": "^7.10.20",
"esbuild": "^0.20.1",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
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.3.24",
"version": "2.3.25",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/logger": "^3.0.6",
"@thi.ng/strings": "^3.7.24",
"@thi.ng/strings": "^3.7.25",
"@thi.ng/text-format": "^2.1.8"
},
"devDependencies": {
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-03-13T14:04:31Z
- **Last updated**: 2024-03-18T08:40:00Z
- **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/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/arrays",
"version": "2.8.9",
"version": "2.8.10",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/compare": "^2.2.26",
"@thi.ng/equiv": "^2.1.52",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/random": "^3.6.38"
"@thi.ng/random": "^3.6.39"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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-03-13T14:04:31Z
- **Last updated**: 2024-03-18T08:40:00Z
- **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/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "6.3.49",
"version": "6.3.50",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,15 +37,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/arrays": "^2.8.10",
"@thi.ng/binary": "^3.4.19",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/compare": "^2.2.26",
"@thi.ng/dcons": "^3.2.102",
"@thi.ng/dcons": "^3.2.103",
"@thi.ng/equiv": "^2.1.52",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/random": "^3.6.38",
"@thi.ng/transducers": "^8.9.13",
"@thi.ng/random": "^3.6.39",
"@thi.ng/transducers": "^8.9.14",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.39",
"version": "5.2.40",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.30",
"@thi.ng/equiv": "^2.1.52",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/paths": "^5.1.74",
"@thi.ng/paths": "^5.1.75",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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.67",
"version": "1.1.68",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,15 +37,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/compose": "^2.1.70",
"@thi.ng/date": "^2.7.8",
"@thi.ng/date": "^2.7.9",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/logger": "^3.0.6",
"@thi.ng/math": "^5.10.7",
"@thi.ng/transducers": "^8.9.13",
"@thi.ng/units": "^0.4.39",
"@thi.ng/vectors": "^7.10.19",
"@thi.ng/transducers": "^8.9.14",
"@thi.ng/units": "^0.4.40",
"@thi.ng/vectors": "^7.10.20",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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.110",
"version": "2.1.111",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/defmulti": "^3.0.32",
"@thi.ng/arrays": "^2.8.10",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/defmulti": "^3.0.33",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/transducers": "^8.9.13",
"@thi.ng/transducers-binary": "^2.1.108"
"@thi.ng/transducers": "^8.9.14",
"@thi.ng/transducers-binary": "^2.1.109"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
4 changes: 2 additions & 2 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.32",
"version": "2.3.33",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.30",
"@thi.ng/binary": "^3.4.19",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/strings": "^3.7.24"
"@thi.ng/strings": "^3.7.25"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitstream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-13T14:04:31Z
- **Last updated**: 2024-03-18T08:40:00Z
- **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/bitstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitstream",
"version": "2.2.53",
"version": "2.2.54",
"description": "ES6 iterator based read/write bit streams with support for variable word widths",
"type": "module",
"module": "./index.js",
Expand Down
14 changes: 7 additions & 7 deletions packages/boids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/boids",
"version": "1.0.21",
"version": "1.0.22",
"description": "n-dimensional boids simulation with modular behavior system",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/distance": "^2.4.61",
"@thi.ng/geom-closest-point": "^2.1.115",
"@thi.ng/geom-resample": "^2.3.41",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/distance": "^2.4.62",
"@thi.ng/geom-closest-point": "^2.1.116",
"@thi.ng/geom-resample": "^2.3.42",
"@thi.ng/math": "^5.10.7",
"@thi.ng/timestep": "^0.5.37",
"@thi.ng/vectors": "^7.10.19"
"@thi.ng/timestep": "^0.5.38",
"@thi.ng/vectors": "^7.10.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
6 changes: 3 additions & 3 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.2.3",
"version": "2.2.4",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/dcons": "^3.2.102",
"@thi.ng/transducers": "^8.9.13"
"@thi.ng/dcons": "^3.2.103",
"@thi.ng/transducers": "^8.9.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
10 changes: 5 additions & 5 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.99",
"version": "0.2.100",
"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 @@ -37,11 +37,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/arrays": "^2.8.10",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/random": "^3.6.38",
"@thi.ng/transducers": "^8.9.13"
"@thi.ng/random": "^3.6.39",
"@thi.ng/transducers": "^8.9.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/checks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-13T14:04:31Z
- **Last updated**: 2024-03-18T08:40:00Z
- **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/checks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/checks",
"version": "3.5.3",
"version": "3.5.4",
"description": "Collection of 70+ type, feature & value checks",
"type": "module",
"module": "./index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/color-palettes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color-palettes",
"version": "1.2.46",
"version": "1.2.47",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/base-n": "^2.7.8",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/color": "^5.6.33",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/color": "^5.6.34",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/hex": "^2.3.40"
},
Expand Down
16 changes: 8 additions & 8 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.6.33",
"version": "5.6.34",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,18 +41,18 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/arrays": "^2.8.10",
"@thi.ng/binary": "^3.4.19",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/checks": "^3.5.4",
"@thi.ng/compare": "^2.2.26",
"@thi.ng/compose": "^2.1.70",
"@thi.ng/defmulti": "^3.0.32",
"@thi.ng/defmulti": "^3.0.33",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/math": "^5.10.7",
"@thi.ng/random": "^3.6.38",
"@thi.ng/strings": "^3.7.24",
"@thi.ng/transducers": "^8.9.13",
"@thi.ng/vectors": "^7.10.19"
"@thi.ng/random": "^3.6.39",
"@thi.ng/strings": "^3.7.25",
"@thi.ng/transducers": "^8.9.14",
"@thi.ng/vectors": "^7.10.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
Loading

0 comments on commit 4b3d4ab

Please sign in to comment.