Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 2, 2024
1 parent 3f3f755 commit df9e312
Show file tree
Hide file tree
Showing 223 changed files with 1,097 additions and 1,097 deletions.
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.34",
"version": "2.5.35",
"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.27",
"@thi.ng/arrays": "^2.8.4",
"@thi.ng/bitfield": "^2.3.27",
"@thi.ng/dcons": "^3.2.97",
"@thi.ng/arrays": "^2.8.5",
"@thi.ng/bitfield": "^2.3.28",
"@thi.ng/dcons": "^3.2.98",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/sparse": "^0.3.102"
"@thi.ng/sparse": "^0.3.103"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/vectors": "^7.10.14",
"@thi.ng/vectors": "^7.10.15",
"esbuild": "^0.20.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.7",
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.19",
"version": "2.3.20",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@thi.ng/checks": "^3.5.1",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/logger": "^3.0.4",
"@thi.ng/strings": "^3.7.19",
"@thi.ng/text-format": "^2.1.4"
"@thi.ng/strings": "^3.7.20",
"@thi.ng/text-format": "^2.1.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:52Z
- **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/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/arrays",
"version": "2.8.4",
"version": "2.8.5",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
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-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:52Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
8 changes: 4 additions & 4 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.44",
"version": "6.3.45",
"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.27",
"@thi.ng/arrays": "^2.8.4",
"@thi.ng/arrays": "^2.8.5",
"@thi.ng/binary": "^3.4.16",
"@thi.ng/checks": "^3.5.1",
"@thi.ng/compare": "^2.2.23",
"@thi.ng/dcons": "^3.2.97",
"@thi.ng/dcons": "^3.2.98",
"@thi.ng/equiv": "^2.1.50",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/random": "^3.6.34",
"@thi.ng/transducers": "^8.9.8",
"@thi.ng/transducers": "^8.9.9",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/atom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:53Z
- **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/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
"version": "5.2.34",
"version": "5.2.35",
"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,7 +38,7 @@
"@thi.ng/api": "^8.9.27",
"@thi.ng/equiv": "^2.1.50",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/paths": "^5.1.69",
"@thi.ng/paths": "^5.1.70",
"tslib": "^2.6.2"
},
"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.62",
"version": "1.1.63",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,13 +38,13 @@
"@thi.ng/api": "^8.9.27",
"@thi.ng/checks": "^3.5.1",
"@thi.ng/compose": "^2.1.66",
"@thi.ng/date": "^2.7.3",
"@thi.ng/date": "^2.7.4",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/logger": "^3.0.4",
"@thi.ng/math": "^5.10.4",
"@thi.ng/transducers": "^8.9.8",
"@thi.ng/units": "^0.4.34",
"@thi.ng/vectors": "^7.10.14",
"@thi.ng/transducers": "^8.9.9",
"@thi.ng/units": "^0.4.35",
"@thi.ng/vectors": "^7.10.15",
"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-03-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:53Z
- **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.4.30",
"version": "3.4.31",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down
10 changes: 5 additions & 5 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.105",
"version": "2.1.106",
"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.8.4",
"@thi.ng/arrays": "^2.8.5",
"@thi.ng/checks": "^3.5.1",
"@thi.ng/defmulti": "^3.0.27",
"@thi.ng/defmulti": "^3.0.28",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/transducers": "^8.9.8",
"@thi.ng/transducers-binary": "^2.1.103"
"@thi.ng/transducers": "^8.9.9",
"@thi.ng/transducers-binary": "^2.1.104"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.27",
"version": "2.3.28",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.27",
"@thi.ng/binary": "^3.4.16",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/strings": "^3.7.19"
"@thi.ng/strings": "^3.7.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:53Z
- **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.49",
"version": "2.2.50",
"description": "ES6 iterator based read/write bit streams with support for variable word widths",
"type": "module",
"module": "./index.js",
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.16",
"version": "1.0.17",
"description": "n-dimensional boids simulation with modular behavior system",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
"dependencies": {
"@thi.ng/api": "^8.9.27",
"@thi.ng/checks": "^3.5.1",
"@thi.ng/distance": "^2.4.56",
"@thi.ng/geom-closest-point": "^2.1.110",
"@thi.ng/geom-resample": "^2.3.36",
"@thi.ng/distance": "^2.4.57",
"@thi.ng/geom-closest-point": "^2.1.111",
"@thi.ng/geom-resample": "^2.3.37",
"@thi.ng/math": "^5.10.4",
"@thi.ng/timestep": "^0.5.32",
"@thi.ng/vectors": "^7.10.14"
"@thi.ng/timestep": "^0.5.33",
"@thi.ng/vectors": "^7.10.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:53Z
- **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/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
"version": "2.1.102",
"version": "2.1.103",
"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.27",
"@thi.ng/dcons": "^3.2.97",
"@thi.ng/transducers": "^8.9.8"
"@thi.ng/dcons": "^3.2.98",
"@thi.ng/transducers": "^8.9.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
6 changes: 3 additions & 3 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.94",
"version": "0.2.95",
"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.27",
"@thi.ng/arrays": "^2.8.4",
"@thi.ng/arrays": "^2.8.5",
"@thi.ng/checks": "^3.5.1",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/random": "^3.6.34",
"@thi.ng/transducers": "^8.9.8"
"@thi.ng/transducers": "^8.9.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.40",
"version": "1.2.41",
"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.27",
"@thi.ng/base-n": "^2.7.4",
"@thi.ng/checks": "^3.5.1",
"@thi.ng/color": "^5.6.27",
"@thi.ng/color": "^5.6.28",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/hex": "^2.3.38"
},
Expand Down
12 changes: 6 additions & 6 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.27",
"version": "5.6.28",
"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.27",
"@thi.ng/arrays": "^2.8.4",
"@thi.ng/arrays": "^2.8.5",
"@thi.ng/binary": "^3.4.16",
"@thi.ng/checks": "^3.5.1",
"@thi.ng/compare": "^2.2.23",
"@thi.ng/compose": "^2.1.66",
"@thi.ng/defmulti": "^3.0.27",
"@thi.ng/defmulti": "^3.0.28",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/math": "^5.10.4",
"@thi.ng/random": "^3.6.34",
"@thi.ng/strings": "^3.7.19",
"@thi.ng/transducers": "^8.9.8",
"@thi.ng/vectors": "^7.10.14"
"@thi.ng/strings": "^3.7.20",
"@thi.ng/transducers": "^8.9.9",
"@thi.ng/vectors": "^7.10.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.44",
"version": "0.2.45",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.27",
"@thi.ng/checks": "^3.5.1",
"@thi.ng/math": "^5.10.4",
"@thi.ng/vectors": "^7.10.14"
"@thi.ng/vectors": "^7.10.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/csp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-01T15:22:50Z
- **Last updated**: 2024-03-02T14:05:53Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
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.102",
"version": "2.1.103",
"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.27",
"@thi.ng/arrays": "^2.8.4",
"@thi.ng/arrays": "^2.8.5",
"@thi.ng/checks": "^3.5.1",
"@thi.ng/dcons": "^3.2.97",
"@thi.ng/dcons": "^3.2.98",
"@thi.ng/errors": "^2.4.19",
"@thi.ng/transducers": "^8.9.8"
"@thi.ng/transducers": "^8.9.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
Loading

0 comments on commit df9e312

Please sign in to comment.