Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 22, 2024
1 parent 5a86fd4 commit 324d6b7
Show file tree
Hide file tree
Showing 397 changed files with 2,608 additions and 2,381 deletions.
11 changes: 10 additions & 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-07-19T14:56:20Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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.

# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-22)

#### 🛑 Breaking changes

- migrate/remove DisjointSet ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([c4a9798](https://github.com/thi-ng/umbrella/commit/c4a9798))
- BREAKING CHANGE: migrate DisjointSet to [@thi.ng/disjoint-set](https://github.com/thi-ng/umbrella/tree/main/packages/disjoint-set) pkg
- remove obsolete files
- update pkg

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

#### ♻️ Refactoring
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.5.56",
"version": "3.0.0",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,17 +39,17 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.6",
"@thi.ng/arrays": "^2.9.11",
"@thi.ng/bitfield": "^2.3.46",
"@thi.ng/dcons": "^3.2.118",
"@thi.ng/disjoint-set": "^1.0.0",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/sparse": "^0.3.123"
"@thi.ng/api": "^8.11.7",
"@thi.ng/arrays": "^2.9.12",
"@thi.ng/bitfield": "^2.3.47",
"@thi.ng/dcons": "^3.2.119",
"@thi.ng/disjoint-set": "^1.1.0",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/sparse": "^0.3.124"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
"@thi.ng/vectors": "^7.11.4",
"@thi.ng/vectors": "^7.11.5",
"esbuild": "^0.23.0",
"typedoc": "^0.26.3",
"typescript": "^5.5.3"
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**: 2024-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "8.11.6",
"version": "8.11.7",
"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-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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.38",
"version": "2.3.39",
"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.11.6",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/logger": "^3.0.16",
"@thi.ng/strings": "^3.8.0",
"@thi.ng/text-format": "^2.2.9"
"@thi.ng/api": "^8.11.7",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/logger": "^3.0.17",
"@thi.ng/strings": "^3.8.1",
"@thi.ng/text-format": "^2.2.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.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-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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.11",
"version": "2.9.12",
"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.11.6",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/compare": "^2.3.9",
"@thi.ng/equiv": "^2.1.62",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/random": "^3.8.5"
"@thi.ng/api": "^8.11.7",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/compare": "^2.3.10",
"@thi.ng/equiv": "^2.1.63",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/random": "^4.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
22 changes: 21 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-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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,26 @@ 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.

# [7.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-22)

#### 🛑 Breaking changes

- restructure & split-up package ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([8e59a63](https://github.com/thi-ng/umbrella/commit/8e59a63))
- BREAKING CHANGE: restructure & split-up package, update readme
- remove obsolete source files
- update pkg exports
- migrate/remove SortedMap/Set, sortedObject() ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([9f4143a](https://github.com/thi-ng/umbrella/commit/9f4143a))
- BREAKING CHANGE: migrate/remove SortedMap/Set, sortedObject()
- migrate `SortedMap`/`SortedSet` to [@thi.ng/sorted-map](https://github.com/thi-ng/umbrella/tree/main/packages/sorted-map) pkg
- migrate `sortedObject()` to [@thi.ng/object-utils](https://github.com/thi-ng/umbrella/tree/main/packages/object-utils)
- remove obsolete source files
- remove obsolete deps
- update readme
- migrate/remove sparse set features ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([db2957c](https://github.com/thi-ng/umbrella/commit/db2957c))
- BREAKING CHANGE: migrate sparse set features to [@thi.ng/sparse-set](https://github.com/thi-ng/umbrella/tree/main/packages/sparse-set) pkg
- remove obsolete files
- update pkg

### [6.3.61](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-06-21)

#### ♻️ Refactoring
Expand Down
18 changes: 9 additions & 9 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.65",
"version": "7.0.0",
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,14 +36,14 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.6",
"@thi.ng/arrays": "^2.9.11",
"@thi.ng/binary": "^3.4.29",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/dcons": "^3.2.118",
"@thi.ng/equiv": "^2.1.62",
"@thi.ng/object-utils": "^1.0.0",
"@thi.ng/transducers": "^9.0.10",
"@thi.ng/api": "^8.11.7",
"@thi.ng/arrays": "^2.9.12",
"@thi.ng/binary": "^3.4.30",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/dcons": "^3.2.119",
"@thi.ng/equiv": "^2.1.63",
"@thi.ng/object-utils": "^1.1.0",
"@thi.ng/transducers": "^9.0.11",
"tslib": "^2.6.3"
},
"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-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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.3.6",
"version": "5.3.7",
"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.11.6",
"@thi.ng/equiv": "^2.1.62",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/paths": "^5.1.86",
"@thi.ng/api": "^8.11.7",
"@thi.ng/equiv": "^2.1.63",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/paths": "^5.1.87",
"tslib": "^2.6.3"
},
"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-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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.85",
"version": "1.1.86",
"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.11.6",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/compose": "^3.0.9",
"@thi.ng/date": "^2.7.23",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/logger": "^3.0.16",
"@thi.ng/math": "^5.11.4",
"@thi.ng/transducers": "^9.0.10",
"@thi.ng/units": "^0.5.4",
"@thi.ng/vectors": "^7.11.4",
"@thi.ng/api": "^8.11.7",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/compose": "^3.0.10",
"@thi.ng/date": "^2.7.24",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/logger": "^3.0.17",
"@thi.ng/math": "^5.11.5",
"@thi.ng/transducers": "^9.0.11",
"@thi.ng/units": "^0.5.5",
"@thi.ng/vectors": "^7.11.5",
"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-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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.18",
"version": "2.7.19",
"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-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bench",
"version": "3.5.12",
"version": "3.5.13",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"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.11.6"
"@thi.ng/api": "^8.11.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
10 changes: 9 additions & 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-07-19T14:56:21Z
- **Last updated**: 2024-07-22T13:15:57Z
- **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.

### [2.1.128](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-22)

#### 🩹 Bug fixes

- fix [#485](https://github.com/thi-ng/umbrella/issues/485), update encode() for arraylike objects ([8bd8912](https://github.com/thi-ng/umbrella/commit/8bd8912))
- switch order of type analysis in encode() dispatch
- add tests

### [2.1.123](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-06-21)

#### ♻️ Refactoring
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.127",
"version": "2.1.128",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,13 +36,13 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/arrays": "^2.9.11",
"@thi.ng/checks": "^3.6.8",
"@thi.ng/defmulti": "^3.0.44",
"@thi.ng/errors": "^2.5.12",
"@thi.ng/strings": "^3.8.0",
"@thi.ng/transducers": "^9.0.10",
"@thi.ng/transducers-binary": "^2.1.125"
"@thi.ng/arrays": "^2.9.12",
"@thi.ng/checks": "^3.6.9",
"@thi.ng/defmulti": "^3.0.45",
"@thi.ng/errors": "^2.5.13",
"@thi.ng/strings": "^3.8.1",
"@thi.ng/transducers": "^9.0.11",
"@thi.ng/transducers-binary": "^2.1.126"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/bidir-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

- **Last updated**: 2024-07-22T13:15:57Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.

**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-22)

#### 🚀 Features

- import as new package ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([a047796](https://github.com/thi-ng/umbrella/commit/a047796))
- extract `BidirIndex` from [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/main/packages/associative)
Loading

0 comments on commit 324d6b7

Please sign in to comment.