Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 16, 2024
1 parent 1bcec24 commit ba4f2cd
Show file tree
Hide file tree
Showing 179 changed files with 1,384 additions and 1,378 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.54",
"version": "2.5.55",
"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.11.5",
"@thi.ng/arrays": "^2.9.9",
"@thi.ng/bitfield": "^2.3.44",
"@thi.ng/dcons": "^3.2.116",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/sparse": "^0.3.121"
"@thi.ng/arrays": "^2.9.10",
"@thi.ng/bitfield": "^2.3.45",
"@thi.ng/dcons": "^3.2.117",
"@thi.ng/errors": "^2.5.11",
"@thi.ng/sparse": "^0.3.122"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
"@thi.ng/vectors": "^7.11.2",
"@thi.ng/vectors": "^7.11.3",
"esbuild": "^0.23.0",
"typedoc": "^0.26.3",
"typescript": "^5.5.3"
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.36",
"version": "2.3.37",
"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.11.5",
"@thi.ng/checks": "^3.6.7",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/errors": "^2.5.11",
"@thi.ng/logger": "^3.0.15",
"@thi.ng/strings": "^3.7.36",
"@thi.ng/strings": "^3.7.37",
"@thi.ng/text-format": "^2.2.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.9.9",
"version": "2.9.10",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@thi.ng/checks": "^3.6.7",
"@thi.ng/compare": "^2.3.8",
"@thi.ng/equiv": "^2.1.61",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/random": "^3.8.3"
"@thi.ng/errors": "^2.5.11",
"@thi.ng/random": "^3.8.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.63",
"version": "6.3.64",
"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.11.5",
"@thi.ng/arrays": "^2.9.9",
"@thi.ng/arrays": "^2.9.10",
"@thi.ng/binary": "^3.4.28",
"@thi.ng/checks": "^3.6.7",
"@thi.ng/compare": "^2.3.8",
"@thi.ng/dcons": "^3.2.116",
"@thi.ng/dcons": "^3.2.117",
"@thi.ng/equiv": "^2.1.61",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/random": "^3.8.3",
"@thi.ng/transducers": "^9.0.8",
"@thi.ng/errors": "^2.5.11",
"@thi.ng/random": "^3.8.4",
"@thi.ng/transducers": "^9.0.9",
"tslib": "^2.6.3"
},
"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.3.4",
"version": "5.3.5",
"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.11.5",
"@thi.ng/equiv": "^2.1.61",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/paths": "^5.1.84",
"@thi.ng/errors": "^2.5.11",
"@thi.ng/paths": "^5.1.85",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 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.83",
"version": "1.1.84",
"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.11.5",
"@thi.ng/checks": "^3.6.7",
"@thi.ng/compose": "^3.0.7",
"@thi.ng/date": "^2.7.21",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/compose": "^3.0.8",
"@thi.ng/date": "^2.7.22",
"@thi.ng/errors": "^2.5.11",
"@thi.ng/logger": "^3.0.15",
"@thi.ng/math": "^5.11.2",
"@thi.ng/transducers": "^9.0.8",
"@thi.ng/units": "^0.5.2",
"@thi.ng/vectors": "^7.11.2",
"@thi.ng/math": "^5.11.3",
"@thi.ng/transducers": "^9.0.9",
"@thi.ng/units": "^0.5.3",
"@thi.ng/vectors": "^7.11.3",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-07-06T12:02:18Z
- **Last updated**: 2024-07-16T13:09:33Z
- **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/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bench",
"version": "3.5.10",
"version": "3.5.11",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down
14 changes: 7 additions & 7 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.125",
"version": "2.1.126",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,13 +36,13 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/arrays": "^2.9.9",
"@thi.ng/arrays": "^2.9.10",
"@thi.ng/checks": "^3.6.7",
"@thi.ng/defmulti": "^3.0.42",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/strings": "^3.7.36",
"@thi.ng/transducers": "^9.0.8",
"@thi.ng/transducers-binary": "^2.1.123"
"@thi.ng/defmulti": "^3.0.43",
"@thi.ng/errors": "^2.5.11",
"@thi.ng/strings": "^3.7.37",
"@thi.ng/transducers": "^9.0.9",
"@thi.ng/transducers-binary": "^2.1.124"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.44",
"version": "2.3.45",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@thi.ng/api": "^8.11.5",
"@thi.ng/binary": "^3.4.28",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/strings": "^3.7.36"
"@thi.ng/errors": "^2.5.11",
"@thi.ng/strings": "^3.7.37"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.63",
"version": "2.2.64",
"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.10"
"@thi.ng/errors": "^2.5.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.27",
"version": "0.1.28",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@thi.ng/api": "^8.11.5",
"@thi.ng/base-n": "^2.7.17",
"@thi.ng/canvas": "^0.2.22",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/math": "^5.11.2"
"@thi.ng/errors": "^2.5.11",
"@thi.ng/math": "^5.11.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.36",
"version": "1.0.37",
"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.11.5",
"@thi.ng/checks": "^3.6.7",
"@thi.ng/distance": "^2.4.76",
"@thi.ng/geom-closest-point": "^2.1.130",
"@thi.ng/geom-resample": "^3.0.2",
"@thi.ng/math": "^5.11.2",
"@thi.ng/timestep": "^0.5.52",
"@thi.ng/vectors": "^7.11.2"
"@thi.ng/distance": "^2.4.77",
"@thi.ng/geom-closest-point": "^2.1.131",
"@thi.ng/geom-resample": "^3.0.3",
"@thi.ng/math": "^5.11.3",
"@thi.ng/timestep": "^0.5.53",
"@thi.ng/vectors": "^7.11.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/buffers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/buffers",
"version": "0.1.6",
"version": "0.1.7",
"description": "General purpose and generic read/write buffer implementations with different behaviors/orderings",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.5",
"@thi.ng/errors": "^2.5.10"
"@thi.ng/errors": "^2.5.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.17",
"version": "2.2.18",
"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.11.5",
"@thi.ng/dcons": "^3.2.116",
"@thi.ng/transducers": "^9.0.8"
"@thi.ng/dcons": "^3.2.117",
"@thi.ng/transducers": "^9.0.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.113",
"version": "0.2.114",
"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.11.5",
"@thi.ng/arrays": "^2.9.9",
"@thi.ng/arrays": "^2.9.10",
"@thi.ng/checks": "^3.6.7",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/random": "^3.8.3",
"@thi.ng/transducers": "^9.0.8"
"@thi.ng/errors": "^2.5.11",
"@thi.ng/random": "^3.8.4",
"@thi.ng/transducers": "^9.0.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
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.4.1",
"version": "1.4.2",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@thi.ng/api": "^8.11.5",
"@thi.ng/base-n": "^2.7.17",
"@thi.ng/checks": "^3.6.7",
"@thi.ng/color": "^5.6.48",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/color": "^5.6.49",
"@thi.ng/errors": "^2.5.11",
"@thi.ng/hex": "^2.3.49"
},
"devDependencies": {
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**: 2024-07-06T12:02:18Z
- **Last updated**: 2024-07-16T13:09:33Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
20 changes: 10 additions & 10 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.48",
"version": "5.6.49",
"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.11.5",
"@thi.ng/arrays": "^2.9.9",
"@thi.ng/arrays": "^2.9.10",
"@thi.ng/binary": "^3.4.28",
"@thi.ng/checks": "^3.6.7",
"@thi.ng/compare": "^2.3.8",
"@thi.ng/compose": "^3.0.7",
"@thi.ng/defmulti": "^3.0.42",
"@thi.ng/errors": "^2.5.10",
"@thi.ng/math": "^5.11.2",
"@thi.ng/random": "^3.8.3",
"@thi.ng/strings": "^3.7.36",
"@thi.ng/transducers": "^9.0.8",
"@thi.ng/vectors": "^7.11.2"
"@thi.ng/compose": "^3.0.8",
"@thi.ng/defmulti": "^3.0.43",
"@thi.ng/errors": "^2.5.11",
"@thi.ng/math": "^5.11.3",
"@thi.ng/random": "^3.8.4",
"@thi.ng/strings": "^3.7.37",
"@thi.ng/transducers": "^9.0.9",
"@thi.ng/vectors": "^7.11.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
Loading

0 comments on commit ba4f2cd

Please sign in to comment.