Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 4, 2023
1 parent 71a9d04 commit 9fa3f7f
Show file tree
Hide file tree
Showing 365 changed files with 2,714 additions and 2,533 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**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58:19Z
- **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.2.13",
"version": "2.2.14",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.17",
"@thi.ng/testament": "^0.3.18",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
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**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58:19Z
- **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.3.19",
"version": "2.3.20",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms 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.8.2",
"@thi.ng/arrays": "^2.5.14",
"@thi.ng/bitfield": "^2.2.30",
"@thi.ng/dcons": "^3.2.46",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/sparse": "^0.3.51"
"@thi.ng/api": "^8.9.0",
"@thi.ng/arrays": "^2.5.15",
"@thi.ng/bitfield": "^2.2.31",
"@thi.ng/dcons": "^3.2.47",
"@thi.ng/errors": "^2.3.0",
"@thi.ng/sparse": "^0.3.52"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.17",
"@thi.ng/vectors": "^7.7.1",
"@thi.ng/testament": "^0.3.18",
"@thi.ng/vectors": "^7.7.2",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down
11 changes: 10 additions & 1 deletion packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58: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,15 @@ 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.

## [8.9.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.9.0) (2023-08-04)

#### 🚀 Features

- add generics for Event & INotify ([7702882](https://github.com/thi-ng/umbrella/commit/7702882))
- add basic utility functions: identity, always, never ([4801e2d](https://github.com/thi-ng/umbrella/commit/4801e2d))
- add generics for INotify, Event, Listener types ([dd0a6ed](https://github.com/thi-ng/umbrella/commit/dd0a6ed))
- add IIDGen interface ([26cf9d1](https://github.com/thi-ng/umbrella/commit/26cf9d1))

## [8.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.8.0) (2023-04-19)

#### 🚀 Features
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.8.2",
"version": "8.9.0",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.17",
"@thi.ng/testament": "^0.3.18",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down
8 changes: 7 additions & 1 deletion packages/args/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58: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.2.28](https://github.com/thi-ng/umbrella/tree/@thi.ng/args@2.2.28) (2023-08-04)

#### ♻️ Refactoring

- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053))

### [2.2.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/args@2.2.15) (2022-12-29)

#### ♻️ Refactoring
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.2.27",
"version": "2.2.28",
"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.8.2",
"@thi.ng/checks": "^3.3.14",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/strings": "^3.4.7"
"@thi.ng/api": "^8.9.0",
"@thi.ng/checks": "^3.4.0",
"@thi.ng/errors": "^2.3.0",
"@thi.ng/strings": "^3.4.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.17",
"@thi.ng/testament": "^0.3.18",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
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**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58: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.5.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.5.15) (2023-08-04)

#### ♻️ Refactoring

- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053))

## [2.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.5.0) (2022-12-29)

#### 🚀 Features
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.5.14",
"version": "2.5.15",
"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.8.2",
"@thi.ng/checks": "^3.3.14",
"@thi.ng/compare": "^2.1.32",
"@thi.ng/equiv": "^2.1.24",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/random": "^3.5.0"
"@thi.ng/api": "^8.9.0",
"@thi.ng/checks": "^3.4.0",
"@thi.ng/compare": "^2.1.33",
"@thi.ng/equiv": "^2.1.25",
"@thi.ng/errors": "^2.3.0",
"@thi.ng/random": "^3.5.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.17",
"@thi.ng/testament": "^0.3.18",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
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**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58:19Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
24 changes: 12 additions & 12 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.39",
"version": "6.2.40",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,21 +34,21 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/arrays": "^2.5.14",
"@thi.ng/binary": "^3.3.27",
"@thi.ng/checks": "^3.3.14",
"@thi.ng/compare": "^2.1.32",
"@thi.ng/dcons": "^3.2.46",
"@thi.ng/equiv": "^2.1.24",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/random": "^3.5.0",
"@thi.ng/transducers": "^8.4.7",
"@thi.ng/api": "^8.9.0",
"@thi.ng/arrays": "^2.5.15",
"@thi.ng/binary": "^3.3.28",
"@thi.ng/checks": "^3.4.0",
"@thi.ng/compare": "^2.1.33",
"@thi.ng/dcons": "^3.2.47",
"@thi.ng/equiv": "^2.1.25",
"@thi.ng/errors": "^2.3.0",
"@thi.ng/random": "^3.5.1",
"@thi.ng/transducers": "^8.5.0",
"tslib": "^2.6.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.17",
"@thi.ng/testament": "^0.3.18",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down
11 changes: 10 additions & 1 deletion packages/atom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58: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,15 @@ 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.

### [5.2.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/atom@5.2.4) (2023-08-04)

#### ♻️ Refactoring

- update INotify impls, update History ([1ad68f6](https://github.com/thi-ng/umbrella/commit/1ad68f6))
- extract EVENT_XXX constants from History
- add INotify generics
- update INotify impls ([cbdc527](https://github.com/thi-ng/umbrella/commit/cbdc527))

## [5.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/atom@5.2.0) (2023-04-08)

#### 🚀 Features
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.2.3",
"version": "5.2.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.8.2",
"@thi.ng/equiv": "^2.1.24",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/paths": "^5.1.38",
"@thi.ng/api": "^8.9.0",
"@thi.ng/equiv": "^2.1.25",
"@thi.ng/errors": "^2.3.0",
"@thi.ng/paths": "^5.1.39",
"tslib": "^2.6.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.17",
"@thi.ng/testament": "^0.3.18",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/axidraw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58:19Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
24 changes: 12 additions & 12 deletions packages/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.1.8",
"version": "1.1.9",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,21 +34,21 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.8.2",
"@thi.ng/checks": "^3.3.14",
"@thi.ng/compose": "^2.1.34",
"@thi.ng/date": "^2.4.14",
"@thi.ng/errors": "^2.2.17",
"@thi.ng/logger": "^1.4.15",
"@thi.ng/math": "^5.5.0",
"@thi.ng/transducers": "^8.4.7",
"@thi.ng/units": "^0.4.5",
"@thi.ng/vectors": "^7.7.1",
"@thi.ng/api": "^8.9.0",
"@thi.ng/checks": "^3.4.0",
"@thi.ng/compose": "^2.1.35",
"@thi.ng/date": "^2.4.15",
"@thi.ng/errors": "^2.3.0",
"@thi.ng/logger": "^1.4.16",
"@thi.ng/math": "^5.5.1",
"@thi.ng/transducers": "^8.5.0",
"@thi.ng/units": "^0.4.6",
"@thi.ng/vectors": "^7.7.2",
"serialport": "^11.0.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.17",
"@thi.ng/testament": "^0.3.18",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
Expand Down
2 changes: 1 addition & 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**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58:19Z
- **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/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.5.5",
"version": "2.5.6",
"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.3.11"
"@thi.ng/hex": "^2.3.12"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.3",
"@thi.ng/testament": "^0.3.17",
"@thi.ng/testament": "^0.3.18",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.24.8",
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**: 2023-06-14T07:58:51Z
- **Last updated**: 2023-08-04T10:58:19Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
Loading

0 comments on commit 9fa3f7f

Please sign in to comment.