Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 4, 2022
1 parent 21dbdc5 commit c3f7d65
Show file tree
Hide file tree
Showing 141 changed files with 1,268 additions and 1,252 deletions.
16 changes: 8 additions & 8 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.9",
"version": "2.2.10",
"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.4.3",
"@thi.ng/arrays": "^2.3.7",
"@thi.ng/bitfield": "^2.2.7",
"@thi.ng/dcons": "^3.2.16",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/sparse": "^0.3.21"
"@thi.ng/arrays": "^2.3.8",
"@thi.ng/bitfield": "^2.2.8",
"@thi.ng/dcons": "^3.2.17",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/sparse": "^0.3.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/vectors": "^7.5.17",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/vectors": "^7.5.18",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "2.2.4",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/strings": "^3.3.13"
"@thi.ng/errors": "^2.2.2",
"@thi.ng/strings": "^3.3.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
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.3.7",
"version": "2.3.8",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,12 +38,12 @@
"@thi.ng/checks": "^3.2.6",
"@thi.ng/compare": "^2.1.13",
"@thi.ng/equiv": "^2.1.11",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/random": "^3.3.9"
"@thi.ng/errors": "^2.2.2",
"@thi.ng/random": "^3.3.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
12 changes: 6 additions & 6 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.9",
"version": "6.2.10",
"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.4.3",
"@thi.ng/arrays": "^2.3.7",
"@thi.ng/arrays": "^2.3.8",
"@thi.ng/binary": "^3.3.6",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/compare": "^2.1.13",
"@thi.ng/dcons": "^3.2.16",
"@thi.ng/dcons": "^3.2.17",
"@thi.ng/equiv": "^2.1.11",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/transducers": "^8.3.16",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/transducers": "^8.3.17",
"tslib": "^2.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
8 changes: 4 additions & 4 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.16",
"version": "5.1.17",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,13 +36,13 @@
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/equiv": "^2.1.11",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/paths": "^5.1.16",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/paths": "^5.1.17",
"tslib": "^2.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
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.23",
"version": "2.1.24",
"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.3.7",
"@thi.ng/arrays": "^2.3.8",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/defmulti": "^2.1.16",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/transducers": "^8.3.16",
"@thi.ng/transducers-binary": "^2.1.21"
"@thi.ng/defmulti": "^2.1.17",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/transducers": "^8.3.17",
"@thi.ng/transducers-binary": "^2.1.22"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
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.7",
"version": "2.2.8",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/binary": "^3.3.6",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/strings": "^3.3.13"
"@thi.ng/errors": "^2.2.2",
"@thi.ng/strings": "^3.3.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/bitstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitstream",
"version": "2.2.5",
"version": "2.2.6",
"description": "ES6 iterator based read/write bit streams with support for variable word widths",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/errors": "^2.2.1"
"@thi.ng/errors": "^2.2.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
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.21",
"version": "2.1.22",
"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.4.3",
"@thi.ng/dcons": "^3.2.16",
"@thi.ng/transducers": "^8.3.16"
"@thi.ng/dcons": "^3.2.17",
"@thi.ng/transducers": "^8.3.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
10 changes: 5 additions & 5 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.13",
"version": "0.2.14",
"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 @@ -36,13 +36,13 @@
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/random": "^3.3.9",
"@thi.ng/transducers": "^8.3.16"
"@thi.ng/errors": "^2.2.2",
"@thi.ng/random": "^3.3.10",
"@thi.ng/transducers": "^8.3.17"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
18 changes: 9 additions & 9 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.3",
"version": "5.2.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,18 +37,18 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/arrays": "^2.3.7",
"@thi.ng/arrays": "^2.3.8",
"@thi.ng/binary": "^3.3.6",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/compare": "^2.1.13",
"@thi.ng/compose": "^2.1.14",
"@thi.ng/defmulti": "^2.1.16",
"@thi.ng/errors": "^2.2.1",
"@thi.ng/compose": "^2.1.15",
"@thi.ng/defmulti": "^2.1.17",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/math": "^5.3.10",
"@thi.ng/random": "^3.3.9",
"@thi.ng/strings": "^3.3.13",
"@thi.ng/transducers": "^8.3.16",
"@thi.ng/vectors": "^7.5.17"
"@thi.ng/random": "^3.3.10",
"@thi.ng/strings": "^3.3.14",
"@thi.ng/transducers": "^8.3.17",
"@thi.ng/vectors": "^7.5.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
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.18",
"version": "0.3.19",
"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.3.6",
"@thi.ng/random": "^3.3.9"
"@thi.ng/random": "^3.3.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/api": "^8.4.3",
"@thi.ng/dsp": "^4.2.15",
"@thi.ng/dsp-io-wav": "^2.1.21",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/text-canvas": "^2.4.10",
"@thi.ng/transducers": "^8.3.16",
"@thi.ng/vectors": "^7.5.17",
"@thi.ng/dsp": "^4.2.16",
"@thi.ng/dsp-io-wav": "^2.1.22",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/text-canvas": "^2.4.11",
"@thi.ng/transducers": "^8.3.17",
"@thi.ng/vectors": "^7.5.18",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
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.16",
"version": "0.1.17",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
"@thi.ng/api": "^8.4.3",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/math": "^5.3.10",
"@thi.ng/vectors": "^7.5.17"
"@thi.ng/vectors": "^7.5.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/compose",
"version": "2.1.14",
"version": "2.1.15",
"description": "Optimized functional composition helpers",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,11 +35,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/errors": "^2.2.1"
"@thi.ng/errors": "^2.2.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.2",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
Loading

0 comments on commit c3f7d65

Please sign in to comment.