Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 6, 2024
1 parent c425e9b commit ce8202c
Show file tree
Hide file tree
Showing 163 changed files with 1,070 additions and 982 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.24",
"version": "2.5.25",
"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.22",
"@thi.ng/arrays": "^2.7.19",
"@thi.ng/bitfield": "^2.3.20",
"@thi.ng/dcons": "^3.2.88",
"@thi.ng/dcons": "^3.2.89",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/sparse": "^0.3.93"
"@thi.ng/sparse": "^0.3.94"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
"@thi.ng/vectors": "^7.10.4",
"@thi.ng/vectors": "^7.10.5",
"esbuild": "^0.19.10",
"rimraf": "^5.0.5",
"typedoc": "^0.25.4",
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.10",
"version": "2.3.11",
"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.22",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/logger": "^2.1.8",
"@thi.ng/logger": "^2.1.9",
"@thi.ng/strings": "^3.7.13",
"@thi.ng/text-format": "^2.0.9"
},
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.35",
"version": "6.3.36",
"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.10",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/compare": "^2.2.18",
"@thi.ng/dcons": "^3.2.88",
"@thi.ng/dcons": "^3.2.89",
"@thi.ng/equiv": "^2.1.46",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/random": "^3.6.29",
"@thi.ng/transducers": "^8.8.26",
"@thi.ng/transducers": "^8.9.0",
"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-30T21:37:18Z
- **Last updated**: 2024-02-06T23:18:11Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 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.28",
"version": "5.2.29",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@thi.ng/api": "^8.9.22",
"@thi.ng/equiv": "^2.1.46",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/paths": "^5.1.63",
"@thi.ng/paths": "^5.1.64",
"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.52",
"version": "1.1.53",
"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.61",
"@thi.ng/date": "^2.5.16",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/logger": "^2.1.8",
"@thi.ng/math": "^5.8.4",
"@thi.ng/transducers": "^8.8.26",
"@thi.ng/logger": "^2.1.9",
"@thi.ng/math": "^5.9.0",
"@thi.ng/transducers": "^8.9.0",
"@thi.ng/units": "^0.4.29",
"@thi.ng/vectors": "^7.10.4",
"@thi.ng/vectors": "^7.10.5",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
12 changes: 11 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-30T21:37:18Z
- **Last updated**: 2024-02-06T23:18:11Z
- **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,16 @@ 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.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-02-06)

#### 🚀 Features

- pkg restructure,separate decoder/encoder, add bases ([47e37bc](https://github.com/thi-ng/umbrella/commit/47e37bc))
- extract BaseNDecoder/Encoder classes
- add IBaseDecode/IBaseEncode interfaces
- migrate chatsets to own files to help w/ treeshaking
- add base10/26

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

#### 🚀 Features
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.6.4",
"version": "2.7.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
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.95",
"version": "2.1.96",
"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.19",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/defmulti": "^3.0.20",
"@thi.ng/defmulti": "^3.0.21",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/transducers": "^8.8.26",
"@thi.ng/transducers-binary": "^2.1.93"
"@thi.ng/transducers": "^8.9.0",
"@thi.ng/transducers-binary": "^2.1.94"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/blurhash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-01-30T21:37:18Z
- **Last updated**: 2024-02-06T23:18:11Z
- **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.1.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-02-06)

#### ♻️ Refactoring

- update base83 handling ([f7fd4c9](https://github.com/thi-ng/umbrella/commit/f7fd4c9))

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

#### 🚀 Features
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "0.1.5",
"description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.22",
"@thi.ng/base-n": "^2.6.4",
"@thi.ng/base-n": "^2.7.0",
"@thi.ng/canvas": "^0.2.4",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/math": "^5.8.4"
"@thi.ng/math": "^5.9.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
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.5",
"version": "1.0.6",
"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.22",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/distance": "^2.4.46",
"@thi.ng/geom-closest-point": "^2.1.100",
"@thi.ng/geom-resample": "^2.3.26",
"@thi.ng/math": "^5.8.4",
"@thi.ng/timestep": "^0.5.21",
"@thi.ng/vectors": "^7.10.4"
"@thi.ng/distance": "^2.4.47",
"@thi.ng/geom-closest-point": "^2.1.101",
"@thi.ng/geom-resample": "^2.3.27",
"@thi.ng/math": "^5.9.0",
"@thi.ng/timestep": "^0.5.22",
"@thi.ng/vectors": "^7.10.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.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.1.93",
"version": "2.1.94",
"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.22",
"@thi.ng/dcons": "^3.2.88",
"@thi.ng/transducers": "^8.8.26"
"@thi.ng/dcons": "^3.2.89",
"@thi.ng/transducers": "^8.9.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
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.85",
"version": "0.2.86",
"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.22",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/random": "^3.6.29",
"@thi.ng/transducers": "^8.8.26"
"@thi.ng/transducers": "^8.9.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/color-palettes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-01-30T21:37:19Z
- **Last updated**: 2024-02-06T23:18:11Z
- **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.2.30](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-02-06)

#### ♻️ Refactoring

- update base64 handling ([48918f1](https://github.com/thi-ng/umbrella/commit/48918f1))

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

#### 🚀 Features
Expand Down
6 changes: 3 additions & 3 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.29",
"version": "1.2.30",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.22",
"@thi.ng/base-n": "^2.6.4",
"@thi.ng/base-n": "^2.7.0",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/color": "^5.6.16",
"@thi.ng/color": "^5.6.17",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/hex": "^2.3.34"
},
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.16",
"version": "5.6.17",
"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.22",
"@thi.ng/compare": "^2.2.18",
"@thi.ng/compose": "^2.1.61",
"@thi.ng/defmulti": "^3.0.20",
"@thi.ng/defmulti": "^3.0.21",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/math": "^5.8.4",
"@thi.ng/math": "^5.9.0",
"@thi.ng/random": "^3.6.29",
"@thi.ng/strings": "^3.7.13",
"@thi.ng/transducers": "^8.8.26",
"@thi.ng/vectors": "^7.10.4"
"@thi.ng/transducers": "^8.9.0",
"@thi.ng/vectors": "^7.10.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
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.34",
"version": "0.2.35",
"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.22",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/math": "^5.8.4",
"@thi.ng/vectors": "^7.10.4"
"@thi.ng/math": "^5.9.0",
"@thi.ng/vectors": "^7.10.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
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.93",
"version": "2.1.94",
"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.22",
"@thi.ng/arrays": "^2.7.19",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/dcons": "^3.2.88",
"@thi.ng/dcons": "^3.2.89",
"@thi.ng/errors": "^2.4.15",
"@thi.ng/transducers": "^8.8.26"
"@thi.ng/transducers": "^8.9.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.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.59",
"version": "2.3.60",
"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.22",
"@thi.ng/checks": "^3.4.22",
"@thi.ng/strings": "^3.7.13",
"@thi.ng/transducers": "^8.8.26"
"@thi.ng/transducers": "^8.9.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.39.0",
Expand Down
Loading

0 comments on commit ce8202c

Please sign in to comment.