Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 11, 2022
1 parent 754d93f commit 0fc692a
Show file tree
Hide file tree
Showing 323 changed files with 2,308 additions and 2,177 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**: 2021-12-13T10:25:59Z
- **Last updated**: 2022-03-11T12:13:49Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.1.4",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/testament": "^0.2.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/adjacency/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2021-12-13T10:25:59Z
- **Last updated**: 2022-03-11T12:13:49Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
18 changes: 9 additions & 9 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.5",
"version": "2.1.6",
"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.3.3",
"@thi.ng/arrays": "^2.1.3",
"@thi.ng/bitfield": "^2.1.4",
"@thi.ng/dcons": "^3.1.4",
"@thi.ng/errors": "^2.1.3",
"@thi.ng/sparse": "^0.3.4"
"@thi.ng/api": "^8.3.4",
"@thi.ng/arrays": "^2.2.0",
"@thi.ng/bitfield": "^2.1.5",
"@thi.ng/dcons": "^3.2.0",
"@thi.ng/errors": "^2.1.4",
"@thi.ng/sparse": "^0.3.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/vectors": "^7.4.3",
"@thi.ng/testament": "^0.2.4",
"@thi.ng/vectors": "^7.5.0",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2021-12-13T10:25:59Z
- **Last updated**: 2022-03-11T12:13:49Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "8.3.3",
"version": "8.3.4",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/testament": "^0.2.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/args/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2021-12-13T10:25:59Z
- **Last updated**: 2022-03-11T12:13:49Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
12 changes: 6 additions & 6 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.1.4",
"version": "2.1.5",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,14 +34,14 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.3.3",
"@thi.ng/checks": "^3.1.3",
"@thi.ng/errors": "^2.1.3",
"@thi.ng/strings": "^3.3.1"
"@thi.ng/api": "^8.3.4",
"@thi.ng/checks": "^3.1.4",
"@thi.ng/errors": "^2.1.4",
"@thi.ng/strings": "^3.3.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/testament": "^0.2.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.13",
Expand Down
8 changes: 7 additions & 1 deletion packages/arrays/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2021-12-13T10:25:59Z
- **Last updated**: 2022-03-11T12:13: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.

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

#### 🚀 Features

- add argSort() ([4b65c36](https://github.com/thi-ng/umbrella/commit/4b65c36))

### [2.1.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2021-12-13)

#### 🩹 Bug fixes
Expand Down
16 changes: 8 additions & 8 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.1.3",
"version": "2.2.0",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,16 +34,16 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.3.3",
"@thi.ng/checks": "^3.1.3",
"@thi.ng/compare": "^2.1.3",
"@thi.ng/equiv": "^2.1.3",
"@thi.ng/errors": "^2.1.3",
"@thi.ng/random": "^3.2.3"
"@thi.ng/api": "^8.3.4",
"@thi.ng/checks": "^3.1.4",
"@thi.ng/compare": "^2.1.4",
"@thi.ng/equiv": "^2.1.4",
"@thi.ng/errors": "^2.1.4",
"@thi.ng/random": "^3.2.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/testament": "^0.2.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/associative/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2021-12-13T10:25:59Z
- **Last updated**: 2022-03-11T12:13:49Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
22 changes: 11 additions & 11 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.4",
"version": "6.1.5",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,20 +34,20 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.3.3",
"@thi.ng/arrays": "^2.1.3",
"@thi.ng/binary": "^3.1.3",
"@thi.ng/checks": "^3.1.3",
"@thi.ng/compare": "^2.1.3",
"@thi.ng/dcons": "^3.1.4",
"@thi.ng/equiv": "^2.1.3",
"@thi.ng/errors": "^2.1.3",
"@thi.ng/transducers": "^8.2.0",
"@thi.ng/api": "^8.3.4",
"@thi.ng/arrays": "^2.2.0",
"@thi.ng/binary": "^3.2.0",
"@thi.ng/checks": "^3.1.4",
"@thi.ng/compare": "^2.1.4",
"@thi.ng/dcons": "^3.2.0",
"@thi.ng/equiv": "^2.1.4",
"@thi.ng/errors": "^2.1.4",
"@thi.ng/transducers": "^8.3.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/testament": "^0.2.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/atom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2021-12-13T10:25:59Z
- **Last updated**: 2022-03-11T12:13:49Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
12 changes: 6 additions & 6 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.3",
"version": "5.1.4",
"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,15 +34,15 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.3.3",
"@thi.ng/equiv": "^2.1.3",
"@thi.ng/errors": "^2.1.3",
"@thi.ng/paths": "^5.1.3",
"@thi.ng/api": "^8.3.4",
"@thi.ng/equiv": "^2.1.4",
"@thi.ng/errors": "^2.1.4",
"@thi.ng/paths": "^5.1.4",
"tslib": "^2.3.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/testament": "^0.2.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.13",
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**: 2021-12-13T10:25:59Z
- **Last updated**: 2022-03-11T12:13: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.

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

#### 🚀 Features

- add octal support, export char strings ([0c0dac6](https://github.com/thi-ng/umbrella/commit/0c0dac6))

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

#### 🚀 Features
Expand Down
6 changes: 3 additions & 3 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.1.3",
"version": "2.2.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 @@ -34,11 +34,11 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/hex": "^2.1.3"
"@thi.ng/hex": "^2.1.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/testament": "^0.2.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2021-12-13T10:26:00Z
- **Last updated**: 2022-03-11T12:13:49Z
- **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/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bench",
"version": "3.1.3",
"version": "3.1.4",
"description": "Benchmarking utilities w/ various statistics & formatters (CSV, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.3.3"
"@thi.ng/api": "^8.3.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/testament": "^0.2.4",
"@types/node": "^17.0.21",
"rimraf": "^3.0.2",
"tools": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/bencode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2021-12-13T10:26:00Z
- **Last updated**: 2022-03-11T12:13:49Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
16 changes: 8 additions & 8 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.4",
"version": "2.1.5",
"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.1.3",
"@thi.ng/checks": "^3.1.3",
"@thi.ng/defmulti": "^2.1.3",
"@thi.ng/errors": "^2.1.3",
"@thi.ng/transducers": "^8.2.0",
"@thi.ng/transducers-binary": "^2.1.4"
"@thi.ng/arrays": "^2.2.0",
"@thi.ng/checks": "^3.1.4",
"@thi.ng/defmulti": "^2.1.4",
"@thi.ng/errors": "^2.1.4",
"@thi.ng/transducers": "^8.3.0",
"@thi.ng/transducers-binary": "^2.1.5"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@thi.ng/testament": "^0.2.3",
"@thi.ng/testament": "^0.2.4",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.13",
Expand Down
8 changes: 7 additions & 1 deletion packages/binary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2021-12-13T10:26:00Z
- **Last updated**: 2022-03-11T12:13: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.

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

#### 🚀 Features

- add shiftRL() ([804565e](https://github.com/thi-ng/umbrella/commit/804565e))

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

#### 🚀 Features
Expand Down
Loading

0 comments on commit 0fc692a

Please sign in to comment.