Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 27, 2022
1 parent f64b044 commit f4c5911
Show file tree
Hide file tree
Showing 113 changed files with 745 additions and 697 deletions.
2 changes: 1 addition & 1 deletion packages/adapt-dpi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-09-21T21:37:59Z
- **Last updated**: 2022-09-27T16:23:13Z
- **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/adapt-dpi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adapt-dpi",
"version": "2.1.10",
"version": "2.1.11",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
Expand Down
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.2.7",
"version": "2.2.8",
"description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,14 +37,14 @@
"@thi.ng/api": "^8.4.2",
"@thi.ng/arrays": "^2.3.6",
"@thi.ng/bitfield": "^2.2.6",
"@thi.ng/dcons": "^3.2.14",
"@thi.ng/dcons": "^3.2.15",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/sparse": "^0.3.19"
"@thi.ng/sparse": "^0.3.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.0",
"@thi.ng/vectors": "^7.5.15",
"@thi.ng/vectors": "^7.5.16",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
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.2.7",
"version": "6.2.8",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,10 +39,10 @@
"@thi.ng/binary": "^3.3.5",
"@thi.ng/checks": "^3.2.5",
"@thi.ng/compare": "^2.1.12",
"@thi.ng/dcons": "^3.2.14",
"@thi.ng/dcons": "^3.2.15",
"@thi.ng/equiv": "^2.1.10",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/transducers": "^8.3.14",
"@thi.ng/transducers": "^8.3.15",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.20",
"version": "2.1.21",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@thi.ng/checks": "^3.2.5",
"@thi.ng/defmulti": "^2.1.14",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/transducers": "^8.3.14",
"@thi.ng/transducers-binary": "^2.1.19"
"@thi.ng/transducers": "^8.3.15",
"@thi.ng/transducers-binary": "^2.1.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.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.19",
"version": "2.1.20",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.2",
"@thi.ng/dcons": "^3.2.14",
"@thi.ng/transducers": "^8.3.14"
"@thi.ng/dcons": "^3.2.15",
"@thi.ng/transducers": "^8.3.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.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.11",
"version": "0.2.12",
"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 @@ -38,7 +38,7 @@
"@thi.ng/checks": "^3.2.5",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/random": "^3.3.8",
"@thi.ng/transducers": "^8.3.14"
"@thi.ng/transducers": "^8.3.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-09-21T21:37:59Z
- **Last updated**: 2022-09-27T16:23:13Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "5.2.1",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,11 +44,11 @@
"@thi.ng/compose": "^2.1.13",
"@thi.ng/defmulti": "^2.1.14",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/math": "^5.3.8",
"@thi.ng/math": "^5.3.9",
"@thi.ng/random": "^3.3.8",
"@thi.ng/strings": "^3.3.12",
"@thi.ng/transducers": "^8.3.14",
"@thi.ng/vectors": "^7.5.15"
"@thi.ng/transducers": "^8.3.15",
"@thi.ng/vectors": "^7.5.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.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.1.14",
"version": "0.1.15",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@thi.ng/api": "^8.4.2",
"@thi.ng/checks": "^3.2.5",
"@thi.ng/math": "^5.3.8",
"@thi.ng/vectors": "^7.5.15"
"@thi.ng/math": "^5.3.9",
"@thi.ng/vectors": "^7.5.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.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.19",
"version": "2.1.20",
"description": "ES6 promise based CSP primitives & operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,9 +41,9 @@
"@thi.ng/api": "^8.4.2",
"@thi.ng/arrays": "^2.3.6",
"@thi.ng/checks": "^3.2.5",
"@thi.ng/dcons": "^3.2.14",
"@thi.ng/dcons": "^3.2.15",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/transducers": "^8.3.14"
"@thi.ng/transducers": "^8.3.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.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.2.17",
"version": "2.2.18",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.4.2",
"@thi.ng/checks": "^3.2.5",
"@thi.ng/strings": "^3.3.12",
"@thi.ng/transducers": "^8.3.14"
"@thi.ng/transducers": "^8.3.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.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.14",
"version": "3.2.15",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/equiv": "^2.1.10",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/random": "^3.3.8",
"@thi.ng/transducers": "^8.3.14"
"@thi.ng/transducers": "^8.3.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.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.19",
"version": "2.1.20",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.2",
"@thi.ng/dgraph": "^2.1.19",
"@thi.ng/dgraph": "^2.1.20",
"@thi.ng/dot": "^2.1.14"
},
"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.19",
"version": "2.1.20",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.2",
"@thi.ng/associative": "^6.2.7",
"@thi.ng/associative": "^6.2.8",
"@thi.ng/equiv": "^2.1.10",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/transducers": "^8.3.14"
"@thi.ng/transducers": "^8.3.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/distance",
"version": "2.1.23",
"version": "2.1.24",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@thi.ng/checks": "^3.2.5",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/heaps": "^2.1.12",
"@thi.ng/math": "^5.3.8",
"@thi.ng/vectors": "^7.5.15"
"@thi.ng/math": "^5.3.9",
"@thi.ng/vectors": "^7.5.16"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/dsp-io-wav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dsp-io-wav",
"version": "2.1.19",
"version": "2.1.20",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@thi.ng/api": "^8.4.2",
"@thi.ng/binary": "^3.3.5",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/transducers": "^8.3.14",
"@thi.ng/transducers-binary": "^2.1.19"
"@thi.ng/transducers": "^8.3.15",
"@thi.ng/transducers-binary": "^2.1.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-09-21T21:37:59Z
- **Last updated**: 2022-09-27T16:23:13Z
- **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/dsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dsp",
"version": "4.2.13",
"version": "4.2.14",
"description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@thi.ng/api": "^8.4.2",
"@thi.ng/checks": "^3.2.5",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/math": "^5.3.8",
"@thi.ng/math": "^5.3.9",
"@thi.ng/random": "^3.3.8",
"@thi.ng/transducers": "^8.3.14"
"@thi.ng/transducers": "^8.3.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/ecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/ecs",
"version": "0.7.20",
"version": "0.7.21",
"description": "Entity Component System based around typed arrays & sparse sets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,15 +35,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.2",
"@thi.ng/associative": "^6.2.7",
"@thi.ng/associative": "^6.2.8",
"@thi.ng/binary": "^3.3.5",
"@thi.ng/checks": "^3.2.5",
"@thi.ng/dcons": "^3.2.14",
"@thi.ng/dcons": "^3.2.15",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/idgen": "^2.1.13",
"@thi.ng/logger": "^1.3.0",
"@thi.ng/malloc": "^6.1.15",
"@thi.ng/transducers": "^8.3.14",
"@thi.ng/transducers": "^8.3.15",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/egf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/egf",
"version": "0.6.21",
"version": "0.6.22",
"description": "Extensible Graph Format",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -30,14 +30,14 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.2",
"@thi.ng/associative": "^6.2.7",
"@thi.ng/associative": "^6.2.8",
"@thi.ng/checks": "^3.2.5",
"@thi.ng/dot": "^2.1.14",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/logger": "^1.3.0",
"@thi.ng/prefixes": "^2.1.10",
"@thi.ng/strings": "^3.3.12",
"@thi.ng/transducers-binary": "^2.1.19"
"@thi.ng/transducers-binary": "^2.1.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fsm",
"version": "3.1.20",
"version": "3.1.21",
"description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/equiv": "^2.1.10",
"@thi.ng/errors": "^2.2.0",
"@thi.ng/strings": "^3.3.12",
"@thi.ng/transducers": "^8.3.14"
"@thi.ng/transducers": "^8.3.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
Expand Down
Loading

0 comments on commit f4c5911

Please sign in to comment.