Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 28, 2024
1 parent 2dcbb43 commit db5f5a5
Show file tree
Hide file tree
Showing 121 changed files with 770 additions and 748 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": "2.5.43",
"version": "2.5.44",
"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.9.31",
"@thi.ng/arrays": "^2.8.12",
"@thi.ng/arrays": "^2.9.0",
"@thi.ng/bitfield": "^2.3.36",
"@thi.ng/dcons": "^3.2.105",
"@thi.ng/dcons": "^3.2.106",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/sparse": "^0.3.110"
"@thi.ng/sparse": "^0.3.111"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/vectors": "^7.10.23",
"@thi.ng/vectors": "^7.10.24",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
Expand Down
18 changes: 17 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-03-27T09:53:45Z
- **Last updated**: 2024-03-28T10:57:28Z
- **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,22 @@ 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.9.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-03-28)

#### 🚀 Features

- add findSequence() & tests ([5f4db56](https://github.com/thi-ng/umbrella/commit/5f4db56))

#### ♻️ Refactoring

- add support for typed arrays ([1383916](https://github.com/thi-ng/umbrella/commit/1383916))
- add function overrides to support typed arrays for:
- argSort()
- bisect(), bisectWith()
- floydRivest()
- update findSequence() ([f9e3c29](https://github.com/thi-ng/umbrella/commit/f9e3c29))
- reverse inner scan direction

## [2.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-02-19)

#### 🚀 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.8.12",
"version": "2.9.0",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
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.52",
"version": "6.3.53",
"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.9.31",
"@thi.ng/arrays": "^2.8.12",
"@thi.ng/arrays": "^2.9.0",
"@thi.ng/binary": "^3.4.20",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/compare": "^2.2.27",
"@thi.ng/dcons": "^3.2.105",
"@thi.ng/dcons": "^3.2.106",
"@thi.ng/equiv": "^2.1.53",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/random": "^3.7.1",
"@thi.ng/transducers": "^8.9.16",
"@thi.ng/transducers": "^8.9.17",
"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.71",
"version": "1.1.72",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@thi.ng/errors": "^2.5.2",
"@thi.ng/logger": "^3.0.7",
"@thi.ng/math": "^5.10.8",
"@thi.ng/transducers": "^8.9.16",
"@thi.ng/transducers": "^8.9.17",
"@thi.ng/units": "^0.4.41",
"@thi.ng/vectors": "^7.10.23",
"@thi.ng/vectors": "^7.10.24",
"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.114",
"version": "2.1.115",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/arrays": "^2.8.12",
"@thi.ng/arrays": "^2.9.0",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/defmulti": "^3.0.34",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/transducers": "^8.9.16",
"@thi.ng/transducers-binary": "^2.1.112"
"@thi.ng/transducers": "^8.9.17",
"@thi.ng/transducers-binary": "^2.1.113"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.25",
"version": "1.0.26",
"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.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/distance": "^2.4.65",
"@thi.ng/geom-closest-point": "^2.1.119",
"@thi.ng/geom-resample": "^2.3.45",
"@thi.ng/distance": "^2.4.66",
"@thi.ng/geom-closest-point": "^2.1.120",
"@thi.ng/geom-resample": "^2.3.46",
"@thi.ng/math": "^5.10.8",
"@thi.ng/timestep": "^0.5.41",
"@thi.ng/vectors": "^7.10.23"
"@thi.ng/timestep": "^0.5.42",
"@thi.ng/vectors": "^7.10.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.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.6",
"version": "2.2.7",
"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.9.31",
"@thi.ng/dcons": "^3.2.105",
"@thi.ng/transducers": "^8.9.16"
"@thi.ng/dcons": "^3.2.106",
"@thi.ng/transducers": "^8.9.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.102",
"version": "0.2.103",
"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.9.31",
"@thi.ng/arrays": "^2.8.12",
"@thi.ng/arrays": "^2.9.0",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/random": "^3.7.1",
"@thi.ng/transducers": "^8.9.16"
"@thi.ng/transducers": "^8.9.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.50",
"version": "1.2.51",
"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.9.31",
"@thi.ng/base-n": "^2.7.9",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/color": "^5.6.37",
"@thi.ng/color": "^5.6.38",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/hex": "^2.3.41"
},
Expand Down
8 changes: 4 additions & 4 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.37",
"version": "5.6.38",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/arrays": "^2.8.12",
"@thi.ng/arrays": "^2.9.0",
"@thi.ng/binary": "^3.4.20",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/compare": "^2.2.27",
Expand All @@ -51,8 +51,8 @@
"@thi.ng/math": "^5.10.8",
"@thi.ng/random": "^3.7.1",
"@thi.ng/strings": "^3.7.28",
"@thi.ng/transducers": "^8.9.16",
"@thi.ng/vectors": "^7.10.23"
"@thi.ng/transducers": "^8.9.17",
"@thi.ng/vectors": "^7.10.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.53",
"version": "0.2.54",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/math": "^5.10.8",
"@thi.ng/vectors": "^7.10.23"
"@thi.ng/vectors": "^7.10.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.110",
"version": "2.1.111",
"description": "ES6 promise based CSP primitives & operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,11 +41,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/arrays": "^2.8.12",
"@thi.ng/arrays": "^2.9.0",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/dcons": "^3.2.105",
"@thi.ng/dcons": "^3.2.106",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/transducers": "^8.9.16"
"@thi.ng/transducers": "^8.9.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.78",
"version": "2.3.79",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/strings": "^3.7.28",
"@thi.ng/transducers": "^8.9.16"
"@thi.ng/transducers": "^8.9.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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.105",
"version": "3.2.106",
"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.53",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/random": "^3.7.1",
"@thi.ng/transducers": "^8.9.16"
"@thi.ng/transducers": "^8.9.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/dgraph-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph-dot",
"version": "2.1.111",
"version": "2.1.112",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/dgraph": "^2.1.110",
"@thi.ng/dgraph": "^2.1.111",
"@thi.ng/dot": "^2.1.71"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
"version": "2.1.110",
"version": "2.1.111",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/associative": "^6.3.52",
"@thi.ng/associative": "^6.3.53",
"@thi.ng/equiv": "^2.1.53",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/transducers": "^8.9.16"
"@thi.ng/transducers": "^8.9.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/distance",
"version": "2.4.65",
"version": "2.4.66",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/errors": "^2.5.2",
"@thi.ng/heaps": "^2.1.68",
"@thi.ng/math": "^5.10.8",
"@thi.ng/vectors": "^7.10.23"
"@thi.ng/vectors": "^7.10.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/dsp-io-wav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dsp-io-wav",
"version": "2.1.112",
"version": "2.1.113",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@thi.ng/api": "^8.9.31",
"@thi.ng/binary": "^3.4.20",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/transducers": "^8.9.16",
"@thi.ng/transducers-binary": "^2.1.112"
"@thi.ng/transducers": "^8.9.17",
"@thi.ng/transducers-binary": "^2.1.113"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
Loading

0 comments on commit db5f5a5

Please sign in to comment.