Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 17, 2022
1 parent 5b4fe78 commit 612b1b0
Show file tree
Hide file tree
Showing 138 changed files with 1,337 additions and 1,284 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.2.10",
"version": "2.2.11",
"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.8",
"@thi.ng/arrays": "^2.3.9",
"@thi.ng/bitfield": "^2.2.8",
"@thi.ng/dcons": "^3.2.17",
"@thi.ng/dcons": "^3.2.18",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/sparse": "^0.3.22"
"@thi.ng/sparse": "^0.3.23"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/vectors": "^7.5.18",
"@thi.ng/testament": "^0.3.3",
"@thi.ng/vectors": "^7.5.19",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
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.4",
"version": "2.2.5",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,13 +35,13 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/checks": "^3.3.0",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/strings": "^3.3.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"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.8",
"version": "2.3.9",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,15 +35,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/checks": "^3.3.0",
"@thi.ng/compare": "^2.1.13",
"@thi.ng/equiv": "^2.1.11",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/random": "^3.3.10"
"@thi.ng/random": "^3.3.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"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.10",
"version": "6.2.11",
"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.8",
"@thi.ng/arrays": "^2.3.9",
"@thi.ng/binary": "^3.3.6",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/checks": "^3.3.0",
"@thi.ng/compare": "^2.1.13",
"@thi.ng/dcons": "^3.2.17",
"@thi.ng/dcons": "^3.2.18",
"@thi.ng/equiv": "^2.1.11",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/transducers": "^8.3.17",
"@thi.ng/transducers": "^8.3.18",
"tslib": "^2.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
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.17",
"version": "5.1.18",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
"@thi.ng/api": "^8.4.3",
"@thi.ng/equiv": "^2.1.11",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/paths": "^5.1.17",
"@thi.ng/paths": "^5.1.18",
"tslib": "^2.4.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
14 changes: 7 additions & 7 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.24",
"version": "2.1.25",
"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.3.8",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/defmulti": "^2.1.17",
"@thi.ng/arrays": "^2.3.9",
"@thi.ng/checks": "^3.3.0",
"@thi.ng/defmulti": "^2.1.18",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/transducers": "^8.3.17",
"@thi.ng/transducers-binary": "^2.1.22"
"@thi.ng/transducers": "^8.3.18",
"@thi.ng/transducers-binary": "^2.1.23"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"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.22",
"version": "2.1.23",
"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.17",
"@thi.ng/transducers": "^8.3.17"
"@thi.ng/dcons": "^3.2.18",
"@thi.ng/transducers": "^8.3.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"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.14",
"version": "0.2.15",
"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 @@ -35,14 +35,14 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/checks": "^3.3.0",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/random": "^3.3.10",
"@thi.ng/transducers": "^8.3.17"
"@thi.ng/random": "^3.3.11",
"@thi.ng/transducers": "^8.3.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
8 changes: 7 additions & 1 deletion packages/checks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-10-03T16:07:55Z
- **Last updated**: 2022-10-17T12:08:09Z
- **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.

## [3.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2022-10-17)

#### 🚀 Features

- add isTouchEvent() ([7ef2acc](https://github.com/thi-ng/umbrella/commit/7ef2acc))

### [3.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2022-06-11)

#### 🩹 Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/checks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/checks",
"version": "3.2.6",
"version": "3.3.0",
"description": "Collection of 70+ type, feature & value checks",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.1",
"@thi.ng/testament": "^0.3.3",
"@types/node": "^18.7.18",
"rimraf": "^3.0.2",
"tools": "workspace:^",
Expand Down
16 changes: 8 additions & 8 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.4",
"version": "5.2.5",
"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.4.3",
"@thi.ng/arrays": "^2.3.8",
"@thi.ng/arrays": "^2.3.9",
"@thi.ng/binary": "^3.3.6",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/checks": "^3.3.0",
"@thi.ng/compare": "^2.1.13",
"@thi.ng/compose": "^2.1.15",
"@thi.ng/defmulti": "^2.1.17",
"@thi.ng/defmulti": "^2.1.18",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/math": "^5.3.10",
"@thi.ng/random": "^3.3.10",
"@thi.ng/random": "^3.3.11",
"@thi.ng/strings": "^3.3.14",
"@thi.ng/transducers": "^8.3.17",
"@thi.ng/vectors": "^7.5.18"
"@thi.ng/transducers": "^8.3.18",
"@thi.ng/vectors": "^7.5.19"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
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.19",
"version": "0.3.20",
"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.10"
"@thi.ng/random": "^3.3.11"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/api": "^8.4.3",
"@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",
"@thi.ng/dsp": "^4.2.17",
"@thi.ng/dsp-io-wav": "^2.1.23",
"@thi.ng/testament": "^0.3.3",
"@thi.ng/text-canvas": "^2.4.12",
"@thi.ng/transducers": "^8.3.18",
"@thi.ng/vectors": "^7.5.19",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
8 changes: 4 additions & 4 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.17",
"version": "0.1.18",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,13 +35,13 @@
},
"dependencies": {
"@thi.ng/api": "^8.4.3",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/checks": "^3.3.0",
"@thi.ng/math": "^5.3.10",
"@thi.ng/vectors": "^7.5.18"
"@thi.ng/vectors": "^7.5.19"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
12 changes: 6 additions & 6 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.22",
"version": "2.1.23",
"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.4.3",
"@thi.ng/arrays": "^2.3.8",
"@thi.ng/checks": "^3.2.6",
"@thi.ng/dcons": "^3.2.17",
"@thi.ng/arrays": "^2.3.9",
"@thi.ng/checks": "^3.3.0",
"@thi.ng/dcons": "^3.2.18",
"@thi.ng/errors": "^2.2.2",
"@thi.ng/transducers": "^8.3.17"
"@thi.ng/transducers": "^8.3.18"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@thi.ng/testament": "^0.3.2",
"@thi.ng/testament": "^0.3.3",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.17",
Expand Down
Loading

0 comments on commit 612b1b0

Please sign in to comment.