Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 28, 2022
1 parent 878012c commit 75ec32f
Show file tree
Hide file tree
Showing 160 changed files with 1,412 additions and 1,373 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.2.16",
"version": "2.2.17",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,17 +34,17 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/arrays": "^2.4.2",
"@thi.ng/bitfield": "^2.2.12",
"@thi.ng/dcons": "^3.2.23",
"@thi.ng/api": "^8.5.0",
"@thi.ng/arrays": "^2.4.3",
"@thi.ng/bitfield": "^2.2.13",
"@thi.ng/dcons": "^3.2.24",
"@thi.ng/errors": "^2.2.4",
"@thi.ng/sparse": "^0.3.28"
"@thi.ng/sparse": "^0.3.29"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
"@thi.ng/testament": "^0.3.5",
"@thi.ng/vectors": "^7.5.24",
"@thi.ng/vectors": "^7.5.25",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.23.20",
Expand Down
8 changes: 7 additions & 1 deletion packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-11-23T22:46:54Z
- **Last updated**: 2022-11-28T13:36:49Z
- **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.

## [8.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.5.0) (2022-11-28)

#### 🚀 Features

- add boolean result for INotifiy.notify(), update mixin ([f4cb33a](https://github.com/thi-ng/umbrella/commit/f4cb33a))

### [8.4.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.4.5) (2022-11-01)

#### 🩹 Bug fixes
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.4.6",
"version": "8.5.0",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down
6 changes: 3 additions & 3 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.2.9",
"version": "2.2.10",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/api": "^8.5.0",
"@thi.ng/checks": "^3.3.3",
"@thi.ng/errors": "^2.2.4",
"@thi.ng/strings": "^3.3.17"
"@thi.ng/strings": "^3.3.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
Expand Down
8 changes: 4 additions & 4 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.4.2",
"version": "2.4.3",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,12 +34,12 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/api": "^8.5.0",
"@thi.ng/checks": "^3.3.3",
"@thi.ng/compare": "^2.1.16",
"@thi.ng/compare": "^2.1.17",
"@thi.ng/equiv": "^2.1.13",
"@thi.ng/errors": "^2.2.4",
"@thi.ng/random": "^3.3.15"
"@thi.ng/random": "^3.3.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
Expand Down
14 changes: 7 additions & 7 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.2.16",
"version": "6.2.17",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,15 +34,15 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/arrays": "^2.4.2",
"@thi.ng/binary": "^3.3.10",
"@thi.ng/api": "^8.5.0",
"@thi.ng/arrays": "^2.4.3",
"@thi.ng/binary": "^3.3.11",
"@thi.ng/checks": "^3.3.3",
"@thi.ng/compare": "^2.1.16",
"@thi.ng/dcons": "^3.2.23",
"@thi.ng/compare": "^2.1.17",
"@thi.ng/dcons": "^3.2.24",
"@thi.ng/equiv": "^2.1.13",
"@thi.ng/errors": "^2.2.4",
"@thi.ng/transducers": "^8.3.23",
"@thi.ng/transducers": "^8.3.24",
"tslib": "^2.4.1"
},
"devDependencies": {
Expand Down
8 changes: 7 additions & 1 deletion packages/atom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-11-23T22:46:54Z
- **Last updated**: 2022-11-28T13:36:49Z
- **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.

### [5.1.23](https://github.com/thi-ng/umbrella/tree/@thi.ng/atom@5.1.23) (2022-11-28)

#### ♻️ Refactoring

- update INotify.notify() signature ([a2c00e8](https://github.com/thi-ng/umbrella/commit/a2c00e8))

## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/atom@5.1.0) (2021-11-17)

#### 🚀 Features
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.1.22",
"version": "5.1.23",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/api": "^8.5.0",
"@thi.ng/equiv": "^2.1.13",
"@thi.ng/errors": "^2.2.4",
"@thi.ng/paths": "^5.1.22",
"@thi.ng/paths": "^5.1.23",
"tslib": "^2.4.1"
},
"devDependencies": {
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.1.17",
"version": "3.1.18",
"description": "Benchmarking utilities w/ various statistics & formatters (CSV, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6"
"@thi.ng/api": "^8.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
Expand Down
10 changes: 5 additions & 5 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.30",
"version": "2.1.31",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,12 +34,12 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/arrays": "^2.4.2",
"@thi.ng/arrays": "^2.4.3",
"@thi.ng/checks": "^3.3.3",
"@thi.ng/defmulti": "^2.1.21",
"@thi.ng/defmulti": "^2.1.22",
"@thi.ng/errors": "^2.2.4",
"@thi.ng/transducers": "^8.3.23",
"@thi.ng/transducers-binary": "^2.1.28"
"@thi.ng/transducers": "^8.3.24",
"@thi.ng/transducers-binary": "^2.1.29"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
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.3.10",
"version": "3.3.11",
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6"
"@thi.ng/api": "^8.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
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.2.12",
"version": "2.2.13",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,10 +34,10 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/binary": "^3.3.10",
"@thi.ng/api": "^8.5.0",
"@thi.ng/binary": "^3.3.11",
"@thi.ng/errors": "^2.2.4",
"@thi.ng/strings": "^3.3.17"
"@thi.ng/strings": "^3.3.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
Expand Down
8 changes: 4 additions & 4 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.28",
"version": "2.1.29",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/dcons": "^3.2.23",
"@thi.ng/transducers": "^8.3.23"
"@thi.ng/api": "^8.5.0",
"@thi.ng/dcons": "^3.2.24",
"@thi.ng/transducers": "^8.3.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
Expand Down
8 changes: 4 additions & 4 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.20",
"version": "0.2.21",
"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 @@ -34,11 +34,11 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/api": "^8.5.0",
"@thi.ng/checks": "^3.3.3",
"@thi.ng/errors": "^2.2.4",
"@thi.ng/random": "^3.3.15",
"@thi.ng/transducers": "^8.3.23"
"@thi.ng/random": "^3.3.16",
"@thi.ng/transducers": "^8.3.24"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
Expand Down
24 changes: 12 additions & 12 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.2.10",
"version": "5.2.11",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,19 +36,19 @@
"tool:swatches": "tools:node-esm tools/index.ts"
},
"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/arrays": "^2.4.2",
"@thi.ng/binary": "^3.3.10",
"@thi.ng/api": "^8.5.0",
"@thi.ng/arrays": "^2.4.3",
"@thi.ng/binary": "^3.3.11",
"@thi.ng/checks": "^3.3.3",
"@thi.ng/compare": "^2.1.16",
"@thi.ng/compose": "^2.1.18",
"@thi.ng/defmulti": "^2.1.21",
"@thi.ng/compare": "^2.1.17",
"@thi.ng/compose": "^2.1.19",
"@thi.ng/defmulti": "^2.1.22",
"@thi.ng/errors": "^2.2.4",
"@thi.ng/math": "^5.3.13",
"@thi.ng/random": "^3.3.15",
"@thi.ng/strings": "^3.3.17",
"@thi.ng/transducers": "^8.3.23",
"@thi.ng/vectors": "^7.5.24"
"@thi.ng/math": "^5.3.14",
"@thi.ng/random": "^3.3.16",
"@thi.ng/strings": "^3.3.18",
"@thi.ng/transducers": "^8.3.24",
"@thi.ng/vectors": "^7.5.25"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
Expand Down
18 changes: 9 additions & 9 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.0",
"version": "1.0.1",
"description": "Customizable O(1) ES6 generators for colored noise",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,18 +34,18 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/binary": "^3.3.10",
"@thi.ng/random": "^3.3.15"
"@thi.ng/binary": "^3.3.11",
"@thi.ng/random": "^3.3.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
"@thi.ng/api": "^8.4.6",
"@thi.ng/dsp": "^4.2.22",
"@thi.ng/dsp-io-wav": "^2.1.28",
"@thi.ng/api": "^8.5.0",
"@thi.ng/dsp": "^4.2.23",
"@thi.ng/dsp-io-wav": "^2.1.29",
"@thi.ng/testament": "^0.3.5",
"@thi.ng/text-canvas": "^2.4.17",
"@thi.ng/transducers": "^8.3.23",
"@thi.ng/vectors": "^7.5.24",
"@thi.ng/text-canvas": "^2.4.18",
"@thi.ng/transducers": "^8.3.24",
"@thi.ng/vectors": "^7.5.25",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.23.20",
Expand Down
4 changes: 2 additions & 2 deletions packages/compare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/compare",
"version": "2.1.16",
"version": "2.1.17",
"description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.4.6"
"@thi.ng/api": "^8.5.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
Expand Down
Loading

0 comments on commit 75ec32f

Please sign in to comment.