Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 26, 2024
1 parent 665d2ea commit 7426e2a
Show file tree
Hide file tree
Showing 237 changed files with 1,916 additions and 1,838 deletions.
14 changes: 7 additions & 7 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.19",
"version": "2.5.20",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,16 +38,16 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/arrays": "^2.7.14",
"@thi.ng/bitfield": "^2.3.15",
"@thi.ng/dcons": "^3.2.83",
"@thi.ng/api": "^8.9.18",
"@thi.ng/arrays": "^2.7.15",
"@thi.ng/bitfield": "^2.3.16",
"@thi.ng/dcons": "^3.2.84",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/sparse": "^0.3.88"
"@thi.ng/sparse": "^0.3.89"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
"@thi.ng/vectors": "^7.9.0",
"@thi.ng/vectors": "^7.10.0",
"esbuild": "^0.19.10",
"rimraf": "^5.0.5",
"typedoc": "^0.25.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-01-23T15:58:27Z
- **Last updated**: 2024-01-26T18:03:04Z
- **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/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "8.9.17",
"version": "8.9.18",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/args/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-01-23T15:58:27Z
- **Last updated**: 2024-01-26T18:03:04Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
10 changes: 5 additions & 5 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.5",
"version": "2.3.6",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/checks": "^3.4.17",
"@thi.ng/api": "^8.9.18",
"@thi.ng/checks": "^3.4.18",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/logger": "^2.1.4",
"@thi.ng/strings": "^3.7.8",
"@thi.ng/text-format": "^2.0.4"
"@thi.ng/strings": "^3.7.9",
"@thi.ng/text-format": "^2.0.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
10 changes: 5 additions & 5 deletions 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.14",
"version": "2.7.15",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/checks": "^3.4.17",
"@thi.ng/compare": "^2.2.13",
"@thi.ng/api": "^8.9.18",
"@thi.ng/checks": "^3.4.18",
"@thi.ng/compare": "^2.2.14",
"@thi.ng/equiv": "^2.1.42",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/random": "^3.6.24"
"@thi.ng/random": "^3.6.25"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
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-01-23T15:58:27Z
- **Last updated**: 2024-01-26T18:03:04Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
18 changes: 9 additions & 9 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.30",
"version": "6.3.31",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,16 +35,16 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/arrays": "^2.7.14",
"@thi.ng/binary": "^3.4.5",
"@thi.ng/checks": "^3.4.17",
"@thi.ng/compare": "^2.2.13",
"@thi.ng/dcons": "^3.2.83",
"@thi.ng/api": "^8.9.18",
"@thi.ng/arrays": "^2.7.15",
"@thi.ng/binary": "^3.4.6",
"@thi.ng/checks": "^3.4.18",
"@thi.ng/compare": "^2.2.14",
"@thi.ng/dcons": "^3.2.84",
"@thi.ng/equiv": "^2.1.42",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/random": "^3.6.24",
"@thi.ng/transducers": "^8.8.21",
"@thi.ng/random": "^3.6.25",
"@thi.ng/transducers": "^8.8.22",
"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-01-23T15:58:27Z
- **Last updated**: 2024-01-26T18:03:04Z
- **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/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
"version": "5.2.23",
"version": "5.2.24",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/api": "^8.9.18",
"@thi.ng/equiv": "^2.1.42",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/paths": "^5.1.58",
"@thi.ng/paths": "^5.1.59",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 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.47",
"version": "1.1.48",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,16 +35,16 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/checks": "^3.4.17",
"@thi.ng/compose": "^2.1.56",
"@thi.ng/date": "^2.5.11",
"@thi.ng/api": "^8.9.18",
"@thi.ng/checks": "^3.4.18",
"@thi.ng/compose": "^2.1.57",
"@thi.ng/date": "^2.5.12",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/logger": "^2.1.4",
"@thi.ng/math": "^5.7.12",
"@thi.ng/transducers": "^8.8.21",
"@thi.ng/units": "^0.4.24",
"@thi.ng/vectors": "^7.9.0",
"@thi.ng/math": "^5.8.0",
"@thi.ng/transducers": "^8.8.22",
"@thi.ng/units": "^0.4.25",
"@thi.ng/vectors": "^7.10.0",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
15 changes: 14 additions & 1 deletion packages/base-n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-01-23T15:58:27Z
- **Last updated**: 2024-01-26T18:03:04Z
- **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,19 @@ 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.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-01-26)

#### 🚀 Features

- add base83 chars & preset ([5e09baf](https://github.com/thi-ng/umbrella/commit/5e09baf))
- add `B83_CHARS` and `BASE83`

#### ⏱ Performance improvements

- memoize value padding (encoding w/ size) ([62ccf80](https://github.com/thi-ng/umbrella/commit/62ccf80))
- migrate padding into BaseN class
- add BaseN.clear() for clearing memoization cache

### [2.5.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-08-14)

#### ⏱ Performance improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/base-n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/base-n",
"version": "2.5.25",
"version": "2.6.0",
"description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions 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.19",
"version": "3.4.20",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17"
"@thi.ng/api": "^8.9.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
12 changes: 6 additions & 6 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.90",
"version": "2.1.91",
"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.14",
"@thi.ng/checks": "^3.4.17",
"@thi.ng/defmulti": "^3.0.15",
"@thi.ng/arrays": "^2.7.15",
"@thi.ng/checks": "^3.4.18",
"@thi.ng/defmulti": "^3.0.16",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/transducers": "^8.8.21",
"@thi.ng/transducers-binary": "^2.1.88"
"@thi.ng/transducers": "^8.8.22",
"@thi.ng/transducers-binary": "^2.1.89"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
"version": "3.4.6",
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17"
"@thi.ng/api": "^8.9.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
8 changes: 4 additions & 4 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.15",
"version": "2.3.16",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/binary": "^3.4.5",
"@thi.ng/api": "^8.9.18",
"@thi.ng/binary": "^3.4.6",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/strings": "^3.7.8"
"@thi.ng/strings": "^3.7.9"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/blurhash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

- **Last updated**: 2024-01-26T18:03:04Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.

**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-01-26)

#### 🚀 Features

- import as new pkg ([5d39cda](https://github.com/thi-ng/umbrella/commit/5d39cda))
10 changes: 5 additions & 5 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.0.1",
"version": "0.1.0",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,11 +35,11 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/base-n": "^2.5.25",
"@thi.ng/canvas": "^0.1.4",
"@thi.ng/api": "^8.9.18",
"@thi.ng/base-n": "^2.6.0",
"@thi.ng/canvas": "^0.2.0",
"@thi.ng/errors": "^2.4.11",
"@thi.ng/math": "^5.7.12"
"@thi.ng/math": "^5.8.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
18 changes: 9 additions & 9 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.0",
"version": "1.0.1",
"description": "n-dimensional boids simulation with modular behavior system",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,14 +35,14 @@
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/checks": "^3.4.17",
"@thi.ng/distance": "^2.4.41",
"@thi.ng/geom-closest-point": "^2.1.95",
"@thi.ng/geom-resample": "^2.3.21",
"@thi.ng/math": "^5.7.12",
"@thi.ng/timestep": "^0.5.16",
"@thi.ng/vectors": "^7.9.0"
"@thi.ng/api": "^8.9.18",
"@thi.ng/checks": "^3.4.18",
"@thi.ng/distance": "^2.4.42",
"@thi.ng/geom-closest-point": "^2.1.96",
"@thi.ng/geom-resample": "^2.3.22",
"@thi.ng/math": "^5.8.0",
"@thi.ng/timestep": "^0.5.17",
"@thi.ng/vectors": "^7.10.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
Loading

0 comments on commit 7426e2a

Please sign in to comment.