Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed May 22, 2022
1 parent ecf0cf8 commit e23901b
Show file tree
Hide file tree
Showing 108 changed files with 904 additions and 875 deletions.
12 changes: 6 additions & 6 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.1.8",
"version": "2.1.9",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,16 +35,16 @@
},
"dependencies": {
"@thi.ng/api": "^8.3.6",
"@thi.ng/arrays": "^2.2.2",
"@thi.ng/arrays": "^2.2.3",
"@thi.ng/bitfield": "^2.1.7",
"@thi.ng/dcons": "^3.2.2",
"@thi.ng/dcons": "^3.2.3",
"@thi.ng/errors": "^2.1.6",
"@thi.ng/sparse": "^0.3.7"
"@thi.ng/sparse": "^0.3.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/vectors": "^7.5.3",
"@thi.ng/testament": "^0.2.7",
"@thi.ng/vectors": "^7.5.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
6 changes: 3 additions & 3 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.2.2",
"version": "2.2.3",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,11 +39,11 @@
"@thi.ng/compare": "^2.1.6",
"@thi.ng/equiv": "^2.1.6",
"@thi.ng/errors": "^2.1.6",
"@thi.ng/random": "^3.2.6"
"@thi.ng/random": "^3.3.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
10 changes: 5 additions & 5 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.1.7",
"version": "6.1.8",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,19 +35,19 @@
},
"dependencies": {
"@thi.ng/api": "^8.3.6",
"@thi.ng/arrays": "^2.2.2",
"@thi.ng/arrays": "^2.2.3",
"@thi.ng/binary": "^3.2.2",
"@thi.ng/checks": "^3.1.6",
"@thi.ng/compare": "^2.1.6",
"@thi.ng/dcons": "^3.2.2",
"@thi.ng/dcons": "^3.2.3",
"@thi.ng/equiv": "^2.1.6",
"@thi.ng/errors": "^2.1.6",
"@thi.ng/transducers": "^8.3.2",
"@thi.ng/transducers": "^8.3.3",
"tslib": "^2.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
8 changes: 7 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**: 2022-05-07T11:33:35Z
- **Last updated**: 2022-05-22T17:15:19Z
- **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.

## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/base-n@2.3.0) (2022-05-22)

#### 🚀 Features

- add BASE58_LC alt version ([755a2a7](https://github.com/thi-ng/umbrella/commit/755a2a7))

## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/base-n@2.2.0) (2022-03-11)

#### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions 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.2.2",
"version": "2.3.0",
"description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
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.7",
"version": "2.1.8",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,16 +34,16 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/arrays": "^2.2.2",
"@thi.ng/arrays": "^2.2.3",
"@thi.ng/checks": "^3.1.6",
"@thi.ng/defmulti": "^2.1.6",
"@thi.ng/errors": "^2.1.6",
"@thi.ng/transducers": "^8.3.2",
"@thi.ng/transducers-binary": "^2.1.7"
"@thi.ng/transducers": "^8.3.3",
"@thi.ng/transducers-binary": "^2.1.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
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.7",
"version": "2.1.8",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"dependencies": {
"@thi.ng/api": "^8.3.6",
"@thi.ng/dcons": "^3.2.2",
"@thi.ng/transducers": "^8.3.2"
"@thi.ng/dcons": "^3.2.3",
"@thi.ng/transducers": "^8.3.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
12 changes: 6 additions & 6 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.0.3",
"version": "5.0.4",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,22 +37,22 @@
},
"dependencies": {
"@thi.ng/api": "^8.3.6",
"@thi.ng/arrays": "^2.2.2",
"@thi.ng/arrays": "^2.2.3",
"@thi.ng/binary": "^3.2.2",
"@thi.ng/checks": "^3.1.6",
"@thi.ng/compare": "^2.1.6",
"@thi.ng/compose": "^2.1.6",
"@thi.ng/defmulti": "^2.1.6",
"@thi.ng/errors": "^2.1.6",
"@thi.ng/math": "^5.3.2",
"@thi.ng/random": "^3.2.6",
"@thi.ng/random": "^3.3.0",
"@thi.ng/strings": "^3.3.4",
"@thi.ng/transducers": "^8.3.2",
"@thi.ng/vectors": "^7.5.3"
"@thi.ng/transducers": "^8.3.3",
"@thi.ng/vectors": "^7.5.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
16 changes: 8 additions & 8 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": "0.3.6",
"version": "0.3.7",
"description": "Customizable O(1) ES6 generators for colored noise",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,17 +35,17 @@
},
"dependencies": {
"@thi.ng/binary": "^3.2.2",
"@thi.ng/random": "^3.2.6"
"@thi.ng/random": "^3.3.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/api": "^8.3.6",
"@thi.ng/dsp": "^4.2.1",
"@thi.ng/dsp-io-wav": "^2.1.7",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/text-canvas": "^2.3.2",
"@thi.ng/transducers": "^8.3.2",
"@thi.ng/vectors": "^7.5.3",
"@thi.ng/dsp": "^4.2.2",
"@thi.ng/dsp-io-wav": "^2.1.8",
"@thi.ng/testament": "^0.2.7",
"@thi.ng/text-canvas": "^2.3.3",
"@thi.ng/transducers": "^8.3.3",
"@thi.ng/vectors": "^7.5.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
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.1.2",
"version": "0.1.3",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
"@thi.ng/api": "^8.3.6",
"@thi.ng/checks": "^3.1.6",
"@thi.ng/math": "^5.3.2",
"@thi.ng/vectors": "^7.5.3"
"@thi.ng/vectors": "^7.5.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
10 changes: 5 additions & 5 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.7",
"version": "2.1.8",
"description": "ES6 promise based CSP primitives & operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,15 +39,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.3.6",
"@thi.ng/arrays": "^2.2.2",
"@thi.ng/arrays": "^2.2.3",
"@thi.ng/checks": "^3.1.6",
"@thi.ng/dcons": "^3.2.2",
"@thi.ng/dcons": "^3.2.3",
"@thi.ng/errors": "^2.1.6",
"@thi.ng/transducers": "^8.3.2"
"@thi.ng/transducers": "^8.3.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
6 changes: 3 additions & 3 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.2.5",
"version": "2.2.6",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
"@thi.ng/api": "^8.3.6",
"@thi.ng/checks": "^3.1.6",
"@thi.ng/strings": "^3.3.4",
"@thi.ng/transducers": "^8.3.2"
"@thi.ng/transducers": "^8.3.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "3.2.3",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,12 +39,12 @@
"@thi.ng/compare": "^2.1.6",
"@thi.ng/equiv": "^2.1.6",
"@thi.ng/errors": "^2.1.6",
"@thi.ng/random": "^3.2.6",
"@thi.ng/transducers": "^8.3.2"
"@thi.ng/random": "^3.3.0",
"@thi.ng/transducers": "^8.3.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "2.1.8",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"dependencies": {
"@thi.ng/api": "^8.3.6",
"@thi.ng/dgraph": "^2.1.7",
"@thi.ng/dgraph": "^2.1.8",
"@thi.ng/dot": "^2.1.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
8 changes: 4 additions & 4 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.7",
"version": "2.1.8",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,14 +35,14 @@
},
"dependencies": {
"@thi.ng/api": "^8.3.6",
"@thi.ng/associative": "^6.1.7",
"@thi.ng/associative": "^6.1.8",
"@thi.ng/equiv": "^2.1.6",
"@thi.ng/errors": "^2.1.6",
"@thi.ng/transducers": "^8.3.2"
"@thi.ng/transducers": "^8.3.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
Loading

0 comments on commit e23901b

Please sign in to comment.