Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 16, 2024
1 parent 155112d commit 25ee18f
Show file tree
Hide file tree
Showing 153 changed files with 1,053 additions and 934 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.26",
"version": "2.5.27",
"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.23",
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/bitfield": "^2.3.21",
"@thi.ng/dcons": "^3.2.90",
"@thi.ng/dcons": "^3.2.91",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/sparse": "^0.3.95"
"@thi.ng/sparse": "^0.3.96"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"@thi.ng/vectors": "^7.10.6",
"@thi.ng/vectors": "^7.10.7",
"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.12",
"version": "2.3.13",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"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/errors": "^2.4.16",
"@thi.ng/logger": "^2.1.10",
"@thi.ng/logger": "^3.0.0",
"@thi.ng/strings": "^3.7.14",
"@thi.ng/text-format": "^2.0.10"
},
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.37",
"version": "6.3.38",
"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.11",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/compare": "^2.2.19",
"@thi.ng/dcons": "^3.2.90",
"@thi.ng/dcons": "^3.2.91",
"@thi.ng/equiv": "^2.1.47",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/random": "^3.6.30",
"@thi.ng/transducers": "^8.9.1",
"@thi.ng/transducers": "^8.9.2",
"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.54",
"version": "1.1.55",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,11 +40,11 @@
"@thi.ng/compose": "^2.1.62",
"@thi.ng/date": "^2.5.17",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/logger": "^2.1.10",
"@thi.ng/math": "^5.9.1",
"@thi.ng/transducers": "^8.9.1",
"@thi.ng/logger": "^3.0.0",
"@thi.ng/math": "^5.10.0",
"@thi.ng/transducers": "^8.9.2",
"@thi.ng/units": "^0.4.30",
"@thi.ng/vectors": "^7.10.6",
"@thi.ng/vectors": "^7.10.7",
"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.97",
"version": "2.1.98",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
"dependencies": {
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/defmulti": "^3.0.22",
"@thi.ng/defmulti": "^3.0.23",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/transducers": "^8.9.1",
"@thi.ng/transducers-binary": "^2.1.95"
"@thi.ng/transducers": "^8.9.2",
"@thi.ng/transducers-binary": "^2.1.96"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
4 changes: 2 additions & 2 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.1.6",
"version": "0.1.7",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/base-n": "^2.7.1",
"@thi.ng/canvas": "^0.2.5",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/math": "^5.9.1"
"@thi.ng/math": "^5.10.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.7",
"version": "1.0.8",
"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.48",
"@thi.ng/geom-closest-point": "^2.1.102",
"@thi.ng/geom-resample": "^2.3.28",
"@thi.ng/math": "^5.9.1",
"@thi.ng/timestep": "^0.5.23",
"@thi.ng/vectors": "^7.10.6"
"@thi.ng/distance": "^2.4.49",
"@thi.ng/geom-closest-point": "^2.1.103",
"@thi.ng/geom-resample": "^2.3.29",
"@thi.ng/math": "^5.10.0",
"@thi.ng/timestep": "^0.5.24",
"@thi.ng/vectors": "^7.10.7"
},
"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.95",
"version": "2.1.96",
"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.90",
"@thi.ng/transducers": "^8.9.1"
"@thi.ng/dcons": "^3.2.91",
"@thi.ng/transducers": "^8.9.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.87",
"version": "0.2.88",
"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.4.23",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/random": "^3.6.30",
"@thi.ng/transducers": "^8.9.1"
"@thi.ng/transducers": "^8.9.2"
},
"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.31",
"version": "1.2.32",
"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.18",
"@thi.ng/color": "^5.6.19",
"@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.18",
"version": "5.6.19",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,13 +45,13 @@
"@thi.ng/checks": "^3.4.23",
"@thi.ng/compare": "^2.2.19",
"@thi.ng/compose": "^2.1.62",
"@thi.ng/defmulti": "^3.0.22",
"@thi.ng/defmulti": "^3.0.23",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/math": "^5.9.1",
"@thi.ng/math": "^5.10.0",
"@thi.ng/random": "^3.6.30",
"@thi.ng/strings": "^3.7.14",
"@thi.ng/transducers": "^8.9.1",
"@thi.ng/vectors": "^7.10.6"
"@thi.ng/transducers": "^8.9.2",
"@thi.ng/vectors": "^7.10.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.36",
"version": "0.2.37",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@thi.ng/api": "^8.9.23",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/math": "^5.9.1",
"@thi.ng/vectors": "^7.10.6"
"@thi.ng/math": "^5.10.0",
"@thi.ng/vectors": "^7.10.7"
},
"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.95",
"version": "2.1.96",
"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.23",
"@thi.ng/arrays": "^2.7.20",
"@thi.ng/checks": "^3.4.23",
"@thi.ng/dcons": "^3.2.90",
"@thi.ng/dcons": "^3.2.91",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/transducers": "^8.9.1"
"@thi.ng/transducers": "^8.9.2"
},
"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.61",
"version": "2.3.62",
"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.1"
"@thi.ng/transducers": "^8.9.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.90",
"version": "3.2.91",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/equiv": "^2.1.47",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/random": "^3.6.30",
"@thi.ng/transducers": "^8.9.1"
"@thi.ng/transducers": "^8.9.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
8 changes: 7 additions & 1 deletion packages/defmulti/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-16T20:01:44Z
- **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.0.23](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-02-16)

#### ♻️ Refactoring

- update LOGGER handling ([46bc987](https://github.com/thi-ng/umbrella/commit/46bc987))

# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-09-15)

#### 🛑 Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions packages/defmulti/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/defmulti",
"version": "3.0.22",
"version": "3.0.23",
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@thi.ng/api": "^8.9.23",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/logger": "^2.1.10"
"@thi.ng/logger": "^3.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
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.96",
"version": "2.1.97",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.23",
"@thi.ng/dgraph": "^2.1.95",
"@thi.ng/dgraph": "^2.1.96",
"@thi.ng/dot": "^2.1.61"
},
"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.95",
"version": "2.1.96",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.23",
"@thi.ng/associative": "^6.3.37",
"@thi.ng/associative": "^6.3.38",
"@thi.ng/equiv": "^2.1.47",
"@thi.ng/errors": "^2.4.16",
"@thi.ng/transducers": "^8.9.1"
"@thi.ng/transducers": "^8.9.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
Expand Down
Loading

0 comments on commit 25ee18f

Please sign in to comment.