Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 8, 2024
1 parent 92815b6 commit 85ac4bd
Show file tree
Hide file tree
Showing 383 changed files with 2,517 additions and 2,342 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**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **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.2.43",
"version": "2.2.44",
"description": "HDPI canvas adapter / styling utility",
"type": "module",
"module": "./index.js",
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**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **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/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "2.5.45",
"version": "2.5.46",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,16 +39,16 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/arrays": "^2.9.1",
"@thi.ng/bitfield": "^2.3.36",
"@thi.ng/dcons": "^3.2.107",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/sparse": "^0.3.112"
"@thi.ng/api": "^8.10.0",
"@thi.ng/arrays": "^2.9.2",
"@thi.ng/bitfield": "^2.3.37",
"@thi.ng/dcons": "^3.2.108",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/sparse": "^0.3.113"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/vectors": "^7.10.25",
"@thi.ng/vectors": "^7.10.26",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
Expand Down
10 changes: 9 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**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **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,14 @@ 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.10.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-04-08)

#### 🚀 Features

- add async types ([35ad820](https://github.com/thi-ng/umbrella/commit/35ad820))
- add async function types ([afb4200](https://github.com/thi-ng/umbrella/commit/afb4200))
- add Values<T> ([8a799ea](https://github.com/thi-ng/umbrella/commit/8a799ea))

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

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "8.9.31",
"version": "8.10.0",
"description": "Common, generic types, interfaces & mixins",
"type": "module",
"module": "./index.js",
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**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
14 changes: 7 additions & 7 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.3.28",
"version": "2.3.29",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/logger": "^3.0.7",
"@thi.ng/strings": "^3.7.28",
"@thi.ng/text-format": "^2.2.0"
"@thi.ng/api": "^8.10.0",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/logger": "^3.0.8",
"@thi.ng/strings": "^3.7.29",
"@thi.ng/text-format": "^2.2.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/arrays/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-28T10:57:28Z
- **Last updated**: 2024-04-08T14:59:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
14 changes: 7 additions & 7 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.9.1",
"version": "2.9.2",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/compare": "^2.3.0",
"@thi.ng/equiv": "^2.1.53",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/random": "^3.7.1"
"@thi.ng/api": "^8.10.0",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/compare": "^2.3.1",
"@thi.ng/equiv": "^2.1.54",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/random": "^3.7.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/associative/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **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.

### [6.3.55](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-04-08)

#### ♻️ Refactoring

- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([2c7a18a](https://github.com/thi-ng/umbrella/commit/2c7a18a))

### [6.3.18](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-11-09)

#### ♻️ Refactoring
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.3.54",
"version": "6.3.55",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,16 +36,16 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/arrays": "^2.9.1",
"@thi.ng/binary": "^3.4.20",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/compare": "^2.3.0",
"@thi.ng/dcons": "^3.2.107",
"@thi.ng/equiv": "^2.1.53",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/random": "^3.7.1",
"@thi.ng/transducers": "^8.9.18",
"@thi.ng/api": "^8.10.0",
"@thi.ng/arrays": "^2.9.2",
"@thi.ng/binary": "^3.4.21",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/compare": "^2.3.1",
"@thi.ng/dcons": "^3.2.108",
"@thi.ng/equiv": "^2.1.54",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/random": "^3.7.2",
"@thi.ng/transducers": "^9.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
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**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
10 changes: 5 additions & 5 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.41",
"version": "5.2.42",
"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,10 +36,10 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/equiv": "^2.1.53",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/paths": "^5.1.76",
"@thi.ng/api": "^8.10.0",
"@thi.ng/equiv": "^2.1.54",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/paths": "^5.1.77",
"tslib": "^2.6.2"
},
"devDependencies": {
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**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **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/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.1.73",
"version": "1.1.74",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,16 +36,16 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.31",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/compose": "^2.1.71",
"@thi.ng/date": "^2.7.12",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/logger": "^3.0.7",
"@thi.ng/math": "^5.10.8",
"@thi.ng/transducers": "^8.9.18",
"@thi.ng/units": "^0.4.41",
"@thi.ng/vectors": "^7.10.25",
"@thi.ng/api": "^8.10.0",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/compose": "^3.0.0",
"@thi.ng/date": "^2.7.13",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/logger": "^3.0.8",
"@thi.ng/math": "^5.10.9",
"@thi.ng/transducers": "^9.0.0",
"@thi.ng/units": "^0.4.42",
"@thi.ng/vectors": "^7.10.26",
"serialport": "^12.0.0"
},
"devDependencies": {
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**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **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/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.7.9",
"version": "2.7.10",
"description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays",
"type": "module",
"module": "./index.js",
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**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **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.5.1",
"version": "3.5.2",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,11 +36,11 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.31"
"@thi.ng/api": "^8.10.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/testament": "^0.4.24",
"@thi.ng/testament": "^0.4.25",
"@types/node": "^20.11.30",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
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**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
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.116",
"version": "2.1.117",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/arrays": "^2.9.1",
"@thi.ng/checks": "^3.5.5",
"@thi.ng/defmulti": "^3.0.34",
"@thi.ng/errors": "^2.5.2",
"@thi.ng/transducers": "^8.9.18",
"@thi.ng/transducers-binary": "^2.1.114"
"@thi.ng/arrays": "^2.9.2",
"@thi.ng/checks": "^3.6.0",
"@thi.ng/defmulti": "^3.0.35",
"@thi.ng/errors": "^2.5.3",
"@thi.ng/transducers": "^9.0.0",
"@thi.ng/transducers-binary": "^2.1.115"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/binary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-03-27T09:53:45Z
- **Last updated**: 2024-04-08T14:59:29Z
- **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/binary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/binary",
"version": "3.4.20",
"version": "3.4.21",
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.9.31"
"@thi.ng/api": "^8.10.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
Expand Down
Loading

0 comments on commit 85ac4bd

Please sign in to comment.