Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 22, 2024
1 parent af3beac commit 16f2b92
Show file tree
Hide file tree
Showing 151 changed files with 925 additions and 743 deletions.
8 changes: 4 additions & 4 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.30",
"version": "2.5.31",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,13 +41,13 @@
"@thi.ng/api": "^8.9.25",
"@thi.ng/arrays": "^2.8.2",
"@thi.ng/bitfield": "^2.3.24",
"@thi.ng/dcons": "^3.2.94",
"@thi.ng/dcons": "^3.2.95",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/sparse": "^0.3.99"
"@thi.ng/sparse": "^0.3.100"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/vectors": "^7.10.10",
"@thi.ng/vectors": "^7.10.11",
"esbuild": "^0.20.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.7",
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": "6.3.41",
"version": "6.3.42",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,11 +40,11 @@
"@thi.ng/binary": "^3.4.14",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/compare": "^2.2.21",
"@thi.ng/dcons": "^3.2.94",
"@thi.ng/dcons": "^3.2.95",
"@thi.ng/equiv": "^2.1.49",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/random": "^3.6.32",
"@thi.ng/transducers": "^8.9.5",
"@thi.ng/transducers": "^8.9.6",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
8 changes: 7 additions & 1 deletion packages/axidraw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-02-22T11:59:16Z
- **Last updated**: 2024-02-22T23:15:26Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [1.1.59](https://github.com/thi-ng/umbrella/tree/@thi.ng/axidraw@1.1.59) (2024-02-22)

#### ♻️ Refactoring

- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0))

## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/axidraw@1.1.0) (2023-03-22)

#### 🚀 Features
Expand Down
8 changes: 4 additions & 4 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.58",
"version": "1.1.59",
"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.25",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/compose": "^2.1.64",
"@thi.ng/date": "^2.6.0",
"@thi.ng/date": "^2.7.0",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/logger": "^3.0.2",
"@thi.ng/math": "^5.10.2",
"@thi.ng/transducers": "^8.9.5",
"@thi.ng/transducers": "^8.9.6",
"@thi.ng/units": "^0.4.32",
"@thi.ng/vectors": "^7.10.10",
"@thi.ng/vectors": "^7.10.11",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
8 changes: 7 additions & 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-02-22T11:59:16Z
- **Last updated**: 2024-02-22T23:15:26Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [3.4.28](https://github.com/thi-ng/umbrella/tree/@thi.ng/bench@3.4.28) (2024-02-22)

#### ♻️ Refactoring

- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0))

### [3.4.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/bench@3.4.9) (2023-11-09)

#### ♻️ Refactoring
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.27",
"version": "3.4.28",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down
6 changes: 3 additions & 3 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.101",
"version": "2.1.102",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@thi.ng/checks": "^3.5.0",
"@thi.ng/defmulti": "^3.0.25",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/transducers": "^8.9.5",
"@thi.ng/transducers-binary": "^2.1.99"
"@thi.ng/transducers": "^8.9.6",
"@thi.ng/transducers-binary": "^2.1.100"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.11",
"version": "1.0.12",
"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.25",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/distance": "^2.4.52",
"@thi.ng/geom-closest-point": "^2.1.106",
"@thi.ng/geom-resample": "^2.3.32",
"@thi.ng/distance": "^2.4.53",
"@thi.ng/geom-closest-point": "^2.1.107",
"@thi.ng/geom-resample": "^2.3.33",
"@thi.ng/math": "^5.10.2",
"@thi.ng/timestep": "^0.5.27",
"@thi.ng/vectors": "^7.10.10"
"@thi.ng/timestep": "^0.5.28",
"@thi.ng/vectors": "^7.10.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.99",
"version": "2.1.100",
"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.25",
"@thi.ng/dcons": "^3.2.94",
"@thi.ng/transducers": "^8.9.5"
"@thi.ng/dcons": "^3.2.95",
"@thi.ng/transducers": "^8.9.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
8 changes: 7 additions & 1 deletion packages/cellular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-02-22T11:59:16Z
- **Last updated**: 2024-02-22T23:15:26Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [0.2.92](https://github.com/thi-ng/umbrella/tree/@thi.ng/cellular@0.2.92) (2024-02-22)

#### ♻️ Refactoring

- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0))

### [0.2.68](https://github.com/thi-ng/umbrella/tree/@thi.ng/cellular@0.2.68) (2023-11-09)

#### ♻️ Refactoring
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.91",
"version": "0.2.92",
"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 @@ -40,7 +40,7 @@
"@thi.ng/checks": "^3.5.0",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/random": "^3.6.32",
"@thi.ng/transducers": "^8.9.5"
"@thi.ng/transducers": "^8.9.6"
},
"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.35",
"version": "1.2.36",
"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.25",
"@thi.ng/base-n": "^2.7.3",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/color": "^5.6.22",
"@thi.ng/color": "^5.6.23",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/hex": "^2.3.37"
},
Expand Down
6 changes: 3 additions & 3 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.22",
"version": "5.6.23",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@thi.ng/math": "^5.10.2",
"@thi.ng/random": "^3.6.32",
"@thi.ng/strings": "^3.7.16",
"@thi.ng/transducers": "^8.9.5",
"@thi.ng/vectors": "^7.10.10"
"@thi.ng/transducers": "^8.9.6",
"@thi.ng/vectors": "^7.10.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
8 changes: 7 additions & 1 deletion packages/colored-noise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-02-22T11:59:16Z
- **Last updated**: 2024-02-22T23:15:26Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [1.0.56](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@1.0.56) (2024-02-22)

#### ♻️ Refactoring

- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0))

### [1.0.35](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@1.0.35) (2023-11-09)

#### ♻️ Refactoring
Expand Down
12 changes: 6 additions & 6 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.55",
"version": "1.0.56",
"description": "Customizable O(1) ES6 generators for colored noise",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,11 +41,11 @@
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/api": "^8.9.25",
"@thi.ng/dsp": "^4.7.13",
"@thi.ng/dsp-io-wav": "^2.1.99",
"@thi.ng/text-canvas": "^3.0.2",
"@thi.ng/transducers": "^8.9.5",
"@thi.ng/vectors": "^7.10.10",
"@thi.ng/dsp": "^4.7.14",
"@thi.ng/dsp-io-wav": "^2.1.100",
"@thi.ng/text-canvas": "^3.0.3",
"@thi.ng/transducers": "^8.9.6",
"@thi.ng/vectors": "^7.10.11",
"esbuild": "^0.20.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.7",
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.40",
"version": "0.2.41",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.25",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/math": "^5.10.2",
"@thi.ng/vectors": "^7.10.10"
"@thi.ng/vectors": "^7.10.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
6 changes: 3 additions & 3 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.99",
"version": "2.1.100",
"description": "ES6 promise based CSP primitives & operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,9 +42,9 @@
"@thi.ng/api": "^8.9.25",
"@thi.ng/arrays": "^2.8.2",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/dcons": "^3.2.94",
"@thi.ng/dcons": "^3.2.95",
"@thi.ng/errors": "^2.4.18",
"@thi.ng/transducers": "^8.9.5"
"@thi.ng/transducers": "^8.9.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
8 changes: 7 additions & 1 deletion packages/csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-02-22T11:59:16Z
- **Last updated**: 2024-02-22T23:15:26Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [2.3.66](https://github.com/thi-ng/umbrella/tree/@thi.ng/csv@2.3.66) (2024-02-22)

#### ♻️ Refactoring

- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0))

### [2.3.26](https://github.com/thi-ng/umbrella/tree/@thi.ng/csv@2.3.26) (2023-08-28)

#### ♻️ Refactoring
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.65",
"version": "2.3.66",
"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.25",
"@thi.ng/checks": "^3.5.0",
"@thi.ng/strings": "^3.7.16",
"@thi.ng/transducers": "^8.9.5"
"@thi.ng/transducers": "^8.9.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
Loading

0 comments on commit 16f2b92

Please sign in to comment.