Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 13, 2024
1 parent 8b849a6 commit e914ebb
Show file tree
Hide file tree
Showing 151 changed files with 946 additions and 927 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": "3.0.2",
"version": "3.0.3",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,15 +41,15 @@
"dependencies": {
"@thi.ng/api": "^8.11.8",
"@thi.ng/arrays": "^2.9.14",
"@thi.ng/bitfield": "^2.3.48",
"@thi.ng/dcons": "^3.2.121",
"@thi.ng/bitfield": "^2.3.49",
"@thi.ng/dcons": "^3.2.122",
"@thi.ng/disjoint-set": "^1.1.1",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/sparse": "^0.3.126"
"@thi.ng/sparse": "^0.3.127"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
"@thi.ng/vectors": "^7.11.7",
"@thi.ng/vectors": "^7.11.8",
"esbuild": "^0.23.0",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
Expand Down
4 changes: 2 additions & 2 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.40",
"version": "2.3.41",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.6.10",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/logger": "^3.0.18",
"@thi.ng/strings": "^3.8.2",
"@thi.ng/strings": "^3.8.3",
"@thi.ng/text-format": "^2.2.11"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "7.0.3",
"version": "7.0.4",
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"@thi.ng/arrays": "^2.9.14",
"@thi.ng/binary": "^3.4.31",
"@thi.ng/checks": "^3.6.10",
"@thi.ng/dcons": "^3.2.121",
"@thi.ng/dcons": "^3.2.122",
"@thi.ng/equiv": "^2.1.64",
"@thi.ng/object-utils": "^1.1.1",
"@thi.ng/transducers": "^9.0.13",
"@thi.ng/transducers": "^9.1.0",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 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.88",
"version": "1.1.89",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,13 +39,13 @@
"@thi.ng/api": "^8.11.8",
"@thi.ng/checks": "^3.6.10",
"@thi.ng/compose": "^3.0.11",
"@thi.ng/date": "^2.7.25",
"@thi.ng/date": "^2.7.26",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/logger": "^3.0.18",
"@thi.ng/math": "^5.11.6",
"@thi.ng/transducers": "^9.0.13",
"@thi.ng/math": "^5.11.7",
"@thi.ng/transducers": "^9.1.0",
"@thi.ng/units": "^0.5.6",
"@thi.ng/vectors": "^7.11.7",
"@thi.ng/vectors": "^7.11.8",
"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-08-10T15:03:07Z
- **Last updated**: 2024-08-13T19:40:07Z
- **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.6.0",
"version": "3.6.1",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
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.130",
"version": "2.1.131",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@thi.ng/checks": "^3.6.10",
"@thi.ng/defmulti": "^3.0.46",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/strings": "^3.8.2",
"@thi.ng/transducers": "^9.0.13",
"@thi.ng/transducers-binary": "^2.1.128"
"@thi.ng/strings": "^3.8.3",
"@thi.ng/transducers": "^9.1.0",
"@thi.ng/transducers-binary": "^2.1.129"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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.48",
"version": "2.3.49",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.8",
"@thi.ng/binary": "^3.4.31",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/strings": "^3.8.2"
"@thi.ng/strings": "^3.8.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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.2.2",
"version": "0.2.3",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@thi.ng/api": "^8.11.8",
"@thi.ng/base-n": "^2.7.20",
"@thi.ng/canvas": "^0.5.0",
"@thi.ng/canvas": "^0.5.1",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/math": "^5.11.6"
"@thi.ng/math": "^5.11.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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.41",
"version": "1.0.42",
"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.8",
"@thi.ng/checks": "^3.6.10",
"@thi.ng/distance": "^2.4.81",
"@thi.ng/geom-closest-point": "^2.1.135",
"@thi.ng/geom-resample": "^3.0.7",
"@thi.ng/math": "^5.11.6",
"@thi.ng/timestep": "^0.5.57",
"@thi.ng/vectors": "^7.11.7"
"@thi.ng/distance": "^2.4.82",
"@thi.ng/geom-closest-point": "^2.1.136",
"@thi.ng/geom-resample": "^3.0.8",
"@thi.ng/math": "^5.11.7",
"@thi.ng/timestep": "^0.5.58",
"@thi.ng/vectors": "^7.11.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/buffers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-08-10T15:03:07Z
- **Last updated**: 2024-08-13T19:40:07Z
- **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/buffers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/buffers",
"version": "0.1.10",
"version": "0.1.11",
"description": "General purpose and generic read/write buffer implementations with different behaviors/orderings",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 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.3.1",
"version": "2.3.2",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.8",
"@thi.ng/dcons": "^3.2.121"
"@thi.ng/dcons": "^3.2.122"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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**: 2024-08-10T15:03:07Z
- **Last updated**: 2024-08-13T19:40:07Z
- **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.5.0",
"version": "0.5.1",
"description": "Canvas creation & HDPI support helpers",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 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.118",
"version": "0.2.119",
"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 @@ -41,7 +41,7 @@
"@thi.ng/checks": "^3.6.10",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/random": "^4.0.2",
"@thi.ng/transducers": "^9.0.13"
"@thi.ng/transducers": "^9.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
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.4.6",
"version": "1.4.7",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/api": "^8.11.8",
"@thi.ng/base-n": "^2.7.20",
"@thi.ng/checks": "^3.6.10",
"@thi.ng/color": "^5.6.53",
"@thi.ng/color": "^5.6.54",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/hex": "^2.3.52"
},
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.53",
"version": "5.6.54",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -48,11 +48,11 @@
"@thi.ng/compose": "^3.0.11",
"@thi.ng/defmulti": "^3.0.46",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/math": "^5.11.6",
"@thi.ng/math": "^5.11.7",
"@thi.ng/random": "^4.0.2",
"@thi.ng/strings": "^3.8.2",
"@thi.ng/transducers": "^9.0.13",
"@thi.ng/vectors": "^7.11.7"
"@thi.ng/strings": "^3.8.3",
"@thi.ng/transducers": "^9.1.0",
"@thi.ng/vectors": "^7.11.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
6 changes: 3 additions & 3 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.69",
"version": "0.2.70",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@thi.ng/api": "^8.11.8",
"@thi.ng/checks": "^3.6.10",
"@thi.ng/math": "^5.11.6",
"@thi.ng/vectors": "^7.11.7"
"@thi.ng/math": "^5.11.7",
"@thi.ng/vectors": "^7.11.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "3.2.8",
"version": "3.2.9",
"description": "Primitives & operators for Communicating Sequential Processes based on async/await and async iterables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.8",
"@thi.ng/buffers": "^0.1.10",
"@thi.ng/buffers": "^0.1.11",
"@thi.ng/checks": "^3.6.10",
"@thi.ng/errors": "^2.5.14"
},
Expand Down
6 changes: 3 additions & 3 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.94",
"version": "2.3.95",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@thi.ng/api": "^8.11.8",
"@thi.ng/checks": "^3.6.10",
"@thi.ng/strings": "^3.8.2",
"@thi.ng/transducers": "^9.0.13"
"@thi.ng/strings": "^3.8.3",
"@thi.ng/transducers": "^9.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/date",
"version": "2.7.25",
"version": "2.7.26",
"description": "Datetime types, relative dates, math, iterators, composable formatters, locales",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.8",
"@thi.ng/checks": "^3.6.10",
"@thi.ng/strings": "^3.8.2"
"@thi.ng/strings": "^3.8.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
4 changes: 2 additions & 2 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.121",
"version": "3.2.122",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thi.ng/equiv": "^2.1.64",
"@thi.ng/errors": "^2.5.14",
"@thi.ng/random": "^4.0.2",
"@thi.ng/transducers": "^9.0.13"
"@thi.ng/transducers": "^9.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
Expand Down
Loading

0 comments on commit e914ebb

Please sign in to comment.