Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 19, 2024
1 parent a65d064 commit ea2ec2e
Show file tree
Hide file tree
Showing 138 changed files with 913 additions and 843 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.27",
"version": "2.5.28",
"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.23",
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/bitfield": "^2.3.21",
"@thi.ng/dcons": "^3.2.91",
"@thi.ng/arrays": "^2.8.0",
"@thi.ng/bitfield": "^2.3.22",
"@thi.ng/dcons": "^3.2.92",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/sparse": "^0.3.96"
"@thi.ng/sparse": "^0.3.97"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/vectors": "^7.10.7",
"@thi.ng/vectors": "^7.10.8",
"esbuild": "^0.20.0",
"rimraf": "^5.0.5",
"typedoc": "^0.25.7",
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.13",
"version": "2.3.14",
"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/errors": "^2.4.16",
"@thi.ng/logger": "^3.0.0",
"@thi.ng/strings": "^3.7.14",
"@thi.ng/text-format": "^2.0.10"
"@thi.ng/text-format": "^2.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
8 changes: 7 additions & 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-02-10T08:59:56Z
- **Last updated**: 2024-02-19T15:50: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.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-02-19)

#### 🚀 Features

- add blitPred1d() predicate version of blit1d() ([c13c4f9](https://github.com/thi-ng/umbrella/commit/c13c4f9))

## [2.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-10-27)

#### 🚀 Features
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.7.20",
"version": "2.8.0",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down
10 changes: 5 additions & 5 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.38",
"version": "6.3.39",
"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.23",
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/binary": "^3.4.11",
"@thi.ng/arrays": "^2.8.0",
"@thi.ng/binary": "^3.4.12",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/compare": "^2.2.19",
"@thi.ng/dcons": "^3.2.91",
"@thi.ng/dcons": "^3.2.92",
"@thi.ng/equiv": "^2.1.47",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/random": "^3.6.30",
"@thi.ng/transducers": "^8.9.2",
"@thi.ng/transducers": "^8.9.3",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.55",
"version": "1.1.56",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,9 +42,9 @@
"@thi.ng/errors": "^2.4.16",
"@thi.ng/logger": "^3.0.0",
"@thi.ng/math": "^5.10.0",
"@thi.ng/transducers": "^8.9.2",
"@thi.ng/transducers": "^8.9.3",
"@thi.ng/units": "^0.4.30",
"@thi.ng/vectors": "^7.10.7",
"@thi.ng/vectors": "^7.10.8",
"serialport": "^12.0.0"
},
"devDependencies": {
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.98",
"version": "2.1.99",
"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.7.20",
"@thi.ng/arrays": "^2.8.0",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/defmulti": "^3.0.23",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/transducers": "^8.9.2",
"@thi.ng/transducers-binary": "^2.1.96"
"@thi.ng/transducers": "^8.9.3",
"@thi.ng/transducers-binary": "^2.1.97"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
8 changes: 7 additions & 1 deletion packages/binary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-02-10T08:59:56Z
- **Last updated**: 2024-02-19T15:50: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.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-02-19)

#### 🩹 Bug fixes

- update zero check in floatToSortableInt() (fix [#450](https://github.com/thi-ng/umbrella/issues/450)) ([c2dc294](https://github.com/thi-ng/umbrella/commit/c2dc294))

## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-12-11)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/binary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/binary",
"version": "3.4.11",
"version": "3.4.12",
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
"type": "module",
"module": "./index.js",
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.21",
"version": "2.3.22",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.23",
"@thi.ng/binary": "^3.4.11",
"@thi.ng/binary": "^3.4.12",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/strings": "^3.7.14"
},
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.8",
"version": "1.0.9",
"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.23",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/distance": "^2.4.49",
"@thi.ng/geom-closest-point": "^2.1.103",
"@thi.ng/geom-resample": "^2.3.29",
"@thi.ng/distance": "^2.4.50",
"@thi.ng/geom-closest-point": "^2.1.104",
"@thi.ng/geom-resample": "^2.3.30",
"@thi.ng/math": "^5.10.0",
"@thi.ng/timestep": "^0.5.24",
"@thi.ng/vectors": "^7.10.7"
"@thi.ng/timestep": "^0.5.25",
"@thi.ng/vectors": "^7.10.8"
},
"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.96",
"version": "2.1.97",
"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.23",
"@thi.ng/dcons": "^3.2.91",
"@thi.ng/transducers": "^8.9.2"
"@thi.ng/dcons": "^3.2.92",
"@thi.ng/transducers": "^8.9.3"
},
"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.88",
"version": "0.2.89",
"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.23",
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/arrays": "^2.8.0",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/random": "^3.6.30",
"@thi.ng/transducers": "^8.9.2"
"@thi.ng/transducers": "^8.9.3"
},
"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.32",
"version": "1.2.33",
"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.23",
"@thi.ng/base-n": "^2.7.1",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/color": "^5.6.19",
"@thi.ng/color": "^5.6.20",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/hex": "^2.3.35"
},
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.19",
"version": "5.6.20",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.23",
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/binary": "^3.4.11",
"@thi.ng/arrays": "^2.8.0",
"@thi.ng/binary": "^3.4.12",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/compare": "^2.2.19",
"@thi.ng/compose": "^2.1.62",
Expand All @@ -50,8 +50,8 @@
"@thi.ng/math": "^5.10.0",
"@thi.ng/random": "^3.6.30",
"@thi.ng/strings": "^3.7.14",
"@thi.ng/transducers": "^8.9.2",
"@thi.ng/vectors": "^7.10.7"
"@thi.ng/transducers": "^8.9.3",
"@thi.ng/vectors": "^7.10.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
14 changes: 7 additions & 7 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.52",
"version": "1.0.53",
"description": "Customizable O(1) ES6 generators for colored noise",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,17 +35,17 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/binary": "^3.4.11",
"@thi.ng/binary": "^3.4.12",
"@thi.ng/random": "^3.6.30"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/api": "^8.9.23",
"@thi.ng/dsp": "^4.7.9",
"@thi.ng/dsp-io-wav": "^2.1.95",
"@thi.ng/text-canvas": "^2.6.37",
"@thi.ng/transducers": "^8.9.1",
"@thi.ng/vectors": "^7.10.6",
"@thi.ng/dsp": "^4.7.11",
"@thi.ng/dsp-io-wav": "^2.1.97",
"@thi.ng/text-canvas": "^3.0.0",
"@thi.ng/transducers": "^8.9.3",
"@thi.ng/vectors": "^7.10.8",
"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.37",
"version": "0.2.38",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.23",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/math": "^5.10.0",
"@thi.ng/vectors": "^7.10.7"
"@thi.ng/vectors": "^7.10.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.96",
"version": "2.1.97",
"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.23",
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/arrays": "^2.8.0",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/dcons": "^3.2.91",
"@thi.ng/dcons": "^3.2.92",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/transducers": "^8.9.2"
"@thi.ng/transducers": "^8.9.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.62",
"version": "2.3.63",
"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.23",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/strings": "^3.7.14",
"@thi.ng/transducers": "^8.9.2"
"@thi.ng/transducers": "^8.9.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
Loading

0 comments on commit ea2ec2e

Please sign in to comment.