Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 19, 2023
1 parent ee79d01 commit 36d9317
Show file tree
Hide file tree
Showing 132 changed files with 831 additions and 825 deletions.
10 changes: 5 additions & 5 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.15",
"version": "2.5.16",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,15 +39,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.14",
"@thi.ng/arrays": "^2.7.10",
"@thi.ng/arrays": "^2.7.11",
"@thi.ng/bitfield": "^2.3.12",
"@thi.ng/dcons": "^3.2.79",
"@thi.ng/dcons": "^3.2.80",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/sparse": "^0.3.84"
"@thi.ng/sparse": "^0.3.85"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/vectors": "^7.8.12",
"@thi.ng/vectors": "^7.8.13",
"esbuild": "^0.19.8",
"rimraf": "^5.0.5",
"typedoc": "^0.25.4",
Expand Down
4 changes: 2 additions & 2 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.7.10",
"version": "2.7.11",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/compare": "^2.2.10",
"@thi.ng/equiv": "^2.1.39",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/random": "^3.6.20"
"@thi.ng/random": "^3.6.21"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
10 changes: 5 additions & 5 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.26",
"version": "6.3.27",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,15 +36,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.14",
"@thi.ng/arrays": "^2.7.10",
"@thi.ng/arrays": "^2.7.11",
"@thi.ng/binary": "^3.4.2",
"@thi.ng/checks": "^3.4.14",
"@thi.ng/compare": "^2.2.10",
"@thi.ng/dcons": "^3.2.79",
"@thi.ng/dcons": "^3.2.80",
"@thi.ng/equiv": "^2.1.39",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/random": "^3.6.20",
"@thi.ng/transducers": "^8.8.17",
"@thi.ng/random": "^3.6.21",
"@thi.ng/transducers": "^8.8.18",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.43",
"version": "1.1.44",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,9 +42,9 @@
"@thi.ng/errors": "^2.4.8",
"@thi.ng/logger": "^2.1.1",
"@thi.ng/math": "^5.7.9",
"@thi.ng/transducers": "^8.8.17",
"@thi.ng/transducers": "^8.8.18",
"@thi.ng/units": "^0.4.21",
"@thi.ng/vectors": "^7.8.12",
"@thi.ng/vectors": "^7.8.13",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.86",
"version": "2.1.87",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/arrays": "^2.7.10",
"@thi.ng/arrays": "^2.7.11",
"@thi.ng/checks": "^3.4.14",
"@thi.ng/defmulti": "^3.0.12",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/transducers": "^8.8.17",
"@thi.ng/transducers-binary": "^2.1.84"
"@thi.ng/transducers": "^8.8.18",
"@thi.ng/transducers-binary": "^2.1.85"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/boids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/boids",
"version": "0.1.12",
"version": "0.1.13",
"description": "n-dimensional boids simulation with highly configurable behaviors",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.14",
"@thi.ng/distance": "^2.4.37",
"@thi.ng/geom-accel": "^3.5.37",
"@thi.ng/timestep": "^0.5.12",
"@thi.ng/vectors": "^7.8.12"
"@thi.ng/distance": "^2.4.38",
"@thi.ng/geom-accel": "^3.5.38",
"@thi.ng/timestep": "^0.5.13",
"@thi.ng/vectors": "^7.8.13"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.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.1.84",
"version": "2.1.85",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.14",
"@thi.ng/dcons": "^3.2.79",
"@thi.ng/transducers": "^8.8.17"
"@thi.ng/dcons": "^3.2.80",
"@thi.ng/transducers": "^8.8.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-12-19T11:01:47Z
- **Last updated**: 2023-12-19T12:24:50Z
- **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/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/canvas",
"version": "0.1.0",
"version": "0.1.1",
"description": "Canvas creation & HDPI support helpers",
"type": "module",
"module": "./index.js",
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.76",
"version": "0.2.77",
"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 @@ -36,11 +36,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.14",
"@thi.ng/arrays": "^2.7.10",
"@thi.ng/arrays": "^2.7.11",
"@thi.ng/checks": "^3.4.14",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/random": "^3.6.20",
"@thi.ng/transducers": "^8.8.17"
"@thi.ng/random": "^3.6.21",
"@thi.ng/transducers": "^8.8.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/color-palettes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-12-19T11:01:47Z
- **Last updated**: 2023-12-19T12:24:50Z
- **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/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.20",
"version": "1.2.21",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/api": "^8.9.14",
"@thi.ng/base-n": "^2.5.22",
"@thi.ng/checks": "^3.4.14",
"@thi.ng/color": "^5.6.7",
"@thi.ng/color": "^5.6.8",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/hex": "^2.3.26"
},
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**: 2023-12-19T11:01:47Z
- **Last updated**: 2023-12-19T12:24:50Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
10 changes: 5 additions & 5 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.7",
"version": "5.6.8",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,18 +40,18 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.14",
"@thi.ng/arrays": "^2.7.10",
"@thi.ng/arrays": "^2.7.11",
"@thi.ng/binary": "^3.4.2",
"@thi.ng/checks": "^3.4.14",
"@thi.ng/compare": "^2.2.10",
"@thi.ng/compose": "^2.1.53",
"@thi.ng/defmulti": "^3.0.12",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/math": "^5.7.9",
"@thi.ng/random": "^3.6.20",
"@thi.ng/random": "^3.6.21",
"@thi.ng/strings": "^3.7.5",
"@thi.ng/transducers": "^8.8.17",
"@thi.ng/vectors": "^7.8.12"
"@thi.ng/transducers": "^8.8.18",
"@thi.ng/vectors": "^7.8.13"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/colored-noise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/colored-noise",
"version": "1.0.42",
"version": "1.0.43",
"description": "Customizable O(1) ES6 generators for colored noise",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,16 +36,16 @@
},
"dependencies": {
"@thi.ng/binary": "^3.4.2",
"@thi.ng/random": "^3.6.20"
"@thi.ng/random": "^3.6.21"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
"@thi.ng/api": "^8.9.14",
"@thi.ng/dsp": "^4.6.19",
"@thi.ng/dsp-io-wav": "^2.1.84",
"@thi.ng/text-canvas": "^2.6.26",
"@thi.ng/transducers": "^8.8.17",
"@thi.ng/vectors": "^7.8.12",
"@thi.ng/dsp": "^4.6.20",
"@thi.ng/dsp-io-wav": "^2.1.85",
"@thi.ng/text-canvas": "^2.6.27",
"@thi.ng/transducers": "^8.8.18",
"@thi.ng/vectors": "^7.8.13",
"esbuild": "^0.19.8",
"rimraf": "^5.0.5",
"typedoc": "^0.25.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/complex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/complex",
"version": "0.2.25",
"version": "0.2.26",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.14",
"@thi.ng/checks": "^3.4.14",
"@thi.ng/math": "^5.7.9",
"@thi.ng/vectors": "^7.8.12"
"@thi.ng/vectors": "^7.8.13"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "2.1.84",
"version": "2.1.85",
"description": "ES6 promise based CSP primitives & operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,11 +40,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.14",
"@thi.ng/arrays": "^2.7.10",
"@thi.ng/arrays": "^2.7.11",
"@thi.ng/checks": "^3.4.14",
"@thi.ng/dcons": "^3.2.79",
"@thi.ng/dcons": "^3.2.80",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/transducers": "^8.8.17"
"@thi.ng/transducers": "^8.8.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csv",
"version": "2.3.50",
"version": "2.3.51",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.14",
"@thi.ng/checks": "^3.4.14",
"@thi.ng/strings": "^3.7.5",
"@thi.ng/transducers": "^8.8.17"
"@thi.ng/transducers": "^8.8.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/dcons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dcons",
"version": "3.2.79",
"version": "3.2.80",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@thi.ng/compare": "^2.2.10",
"@thi.ng/equiv": "^2.1.39",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/random": "^3.6.20",
"@thi.ng/transducers": "^8.8.17"
"@thi.ng/random": "^3.6.21",
"@thi.ng/transducers": "^8.8.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/dgraph-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph-dot",
"version": "2.1.85",
"version": "2.1.86",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.14",
"@thi.ng/dgraph": "^2.1.84",
"@thi.ng/dgraph": "^2.1.85",
"@thi.ng/dot": "^2.1.52"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 36d9317

Please sign in to comment.