Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 17, 2024
1 parent 99245a8 commit bc0f3cb
Show file tree
Hide file tree
Showing 163 changed files with 1,327 additions and 1,280 deletions.
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.5.38",
"version": "2.5.39",
"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.8",
"@thi.ng/bitfield": "^2.3.31",
"@thi.ng/dcons": "^3.2.101",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/sparse": "^0.3.106"
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/bitfield": "^2.3.32",
"@thi.ng/dcons": "^3.2.102",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/sparse": "^0.3.107"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
"@thi.ng/vectors": "^7.10.18",
"@thi.ng/vectors": "^7.10.19",
"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.23",
"version": "2.3.24",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/logger": "^3.0.6",
"@thi.ng/strings": "^3.7.23",
"@thi.ng/strings": "^3.7.24",
"@thi.ng/text-format": "^2.1.8"
},
"devDependencies": {
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.8",
"version": "2.8.9",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@thi.ng/checks": "^3.5.3",
"@thi.ng/compare": "^2.2.26",
"@thi.ng/equiv": "^2.1.52",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/random": "^3.6.37"
"@thi.ng/errors": "^2.5.1",
"@thi.ng/random": "^3.6.38"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
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.48",
"version": "6.3.49",
"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.8",
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/binary": "^3.4.19",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/compare": "^2.2.26",
"@thi.ng/dcons": "^3.2.101",
"@thi.ng/dcons": "^3.2.102",
"@thi.ng/equiv": "^2.1.52",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/random": "^3.6.37",
"@thi.ng/transducers": "^8.9.12",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/random": "^3.6.38",
"@thi.ng/transducers": "^8.9.13",
"tslib": "^2.6.2"
},
"devDependencies": {
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.2.38",
"version": "5.2.39",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/equiv": "^2.1.52",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/paths": "^5.1.73",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/paths": "^5.1.74",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 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.66",
"version": "1.1.67",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,14 +38,14 @@
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/compose": "^2.1.69",
"@thi.ng/date": "^2.7.7",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/compose": "^2.1.70",
"@thi.ng/date": "^2.7.8",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/logger": "^3.0.6",
"@thi.ng/math": "^5.10.7",
"@thi.ng/transducers": "^8.9.12",
"@thi.ng/units": "^0.4.38",
"@thi.ng/vectors": "^7.10.18",
"@thi.ng/transducers": "^8.9.13",
"@thi.ng/units": "^0.4.39",
"@thi.ng/vectors": "^7.10.19",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
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**: 2024-03-13T14:04:31Z
- **Last updated**: 2024-03-17T15:23:29Z
- **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/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.7.7",
"version": "2.7.8",
"description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays",
"type": "module",
"module": "./index.js",
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.109",
"version": "2.1.110",
"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.8",
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/defmulti": "^3.0.31",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/transducers": "^8.9.12",
"@thi.ng/transducers-binary": "^2.1.107"
"@thi.ng/defmulti": "^3.0.32",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/transducers": "^8.9.13",
"@thi.ng/transducers-binary": "^2.1.108"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
6 changes: 3 additions & 3 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.31",
"version": "2.3.32",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/binary": "^3.4.19",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/strings": "^3.7.23"
"@thi.ng/errors": "^2.5.1",
"@thi.ng/strings": "^3.7.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
4 changes: 2 additions & 2 deletions 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.52",
"version": "2.2.53",
"description": "ES6 iterator based read/write bit streams with support for variable word widths",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/errors": "^2.5.0"
"@thi.ng/errors": "^2.5.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/blurhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/blurhash",
"version": "0.1.16",
"version": "0.1.17",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/base-n": "^2.7.7",
"@thi.ng/base-n": "^2.7.8",
"@thi.ng/canvas": "^0.2.12",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/math": "^5.10.7"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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.20",
"version": "1.0.21",
"description": "n-dimensional boids simulation with modular behavior system",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/distance": "^2.4.60",
"@thi.ng/geom-closest-point": "^2.1.114",
"@thi.ng/geom-resample": "^2.3.40",
"@thi.ng/distance": "^2.4.61",
"@thi.ng/geom-closest-point": "^2.1.115",
"@thi.ng/geom-resample": "^2.3.41",
"@thi.ng/math": "^5.10.7",
"@thi.ng/timestep": "^0.5.36",
"@thi.ng/vectors": "^7.10.18"
"@thi.ng/timestep": "^0.5.37",
"@thi.ng/vectors": "^7.10.19"
},
"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.2",
"version": "2.2.3",
"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.101",
"@thi.ng/transducers": "^8.9.12"
"@thi.ng/dcons": "^3.2.102",
"@thi.ng/transducers": "^8.9.13"
},
"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.98",
"version": "0.2.99",
"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.8",
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/random": "^3.6.37",
"@thi.ng/transducers": "^8.9.12"
"@thi.ng/errors": "^2.5.1",
"@thi.ng/random": "^3.6.38",
"@thi.ng/transducers": "^8.9.13"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
8 changes: 4 additions & 4 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.45",
"version": "1.2.46",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.30",
"@thi.ng/base-n": "^2.7.7",
"@thi.ng/base-n": "^2.7.8",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/color": "^5.6.32",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/color": "^5.6.33",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/hex": "^2.3.40"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 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.32",
"version": "5.6.33",
"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.8",
"@thi.ng/arrays": "^2.8.9",
"@thi.ng/binary": "^3.4.19",
"@thi.ng/checks": "^3.5.3",
"@thi.ng/compare": "^2.2.26",
"@thi.ng/compose": "^2.1.69",
"@thi.ng/defmulti": "^3.0.31",
"@thi.ng/errors": "^2.5.0",
"@thi.ng/compose": "^2.1.70",
"@thi.ng/defmulti": "^3.0.32",
"@thi.ng/errors": "^2.5.1",
"@thi.ng/math": "^5.10.7",
"@thi.ng/random": "^3.6.37",
"@thi.ng/strings": "^3.7.23",
"@thi.ng/transducers": "^8.9.12",
"@thi.ng/vectors": "^7.10.18"
"@thi.ng/random": "^3.6.38",
"@thi.ng/strings": "^3.7.24",
"@thi.ng/transducers": "^8.9.13",
"@thi.ng/vectors": "^7.10.19"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.42.3",
Expand Down
Loading

0 comments on commit bc0f3cb

Please sign in to comment.