Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 27, 2024
1 parent 4fe9863 commit 48bf4c2
Show file tree
Hide file tree
Showing 401 changed files with 2,475 additions and 2,423 deletions.
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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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": "3.0.18",
"version": "3.0.19",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,17 +43,17 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/arrays": "^2.10.7",
"@thi.ng/bitfield": "^2.3.58",
"@thi.ng/dcons": "^3.2.134",
"@thi.ng/disjoint-set": "^1.1.7",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/sparse": "^0.3.139"
"@thi.ng/api": "^8.11.15",
"@thi.ng/arrays": "^2.10.8",
"@thi.ng/bitfield": "^2.3.59",
"@thi.ng/dcons": "^3.2.135",
"@thi.ng/disjoint-set": "^1.1.8",
"@thi.ng/errors": "^2.5.21",
"@thi.ng/sparse": "^0.3.140"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@thi.ng/vectors": "^7.12.11",
"@thi.ng/vectors": "^7.12.12",
"esbuild": "^0.24.2",
"typedoc": "^0.27.6",
"typescript": "^5.7.2"
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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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.14",
"version": "8.11.15",
"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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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.50",
"version": "2.3.51",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,12 +40,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/logger": "^3.0.24",
"@thi.ng/strings": "^3.8.12",
"@thi.ng/text-format": "^2.2.19"
"@thi.ng/api": "^8.11.15",
"@thi.ng/checks": "^3.6.17",
"@thi.ng/errors": "^2.5.21",
"@thi.ng/logger": "^3.0.25",
"@thi.ng/strings": "^3.8.13",
"@thi.ng/text-format": "^2.2.20"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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.10.7",
"version": "2.10.8",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,12 +40,12 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/compare": "^2.4.6",
"@thi.ng/equiv": "^2.1.70",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/random": "^4.1.5"
"@thi.ng/api": "^8.11.15",
"@thi.ng/checks": "^3.6.17",
"@thi.ng/compare": "^2.4.7",
"@thi.ng/equiv": "^2.1.71",
"@thi.ng/errors": "^2.5.21",
"@thi.ng/random": "^4.1.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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**: 2024-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "7.0.16",
"version": "7.0.17",
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,14 +40,14 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/arrays": "^2.10.7",
"@thi.ng/binary": "^3.4.37",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/dcons": "^3.2.134",
"@thi.ng/equiv": "^2.1.70",
"@thi.ng/object-utils": "^1.1.7",
"@thi.ng/transducers": "^9.2.10",
"@thi.ng/api": "^8.11.15",
"@thi.ng/arrays": "^2.10.8",
"@thi.ng/binary": "^3.4.38",
"@thi.ng/checks": "^3.6.17",
"@thi.ng/dcons": "^3.2.135",
"@thi.ng/equiv": "^2.1.71",
"@thi.ng/object-utils": "^1.1.8",
"@thi.ng/transducers": "^9.2.11",
"tslib": "^2.8.1"
},
"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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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.14",
"version": "5.3.15",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/equiv": "^2.1.70",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/paths": "^5.1.94",
"@thi.ng/api": "^8.11.15",
"@thi.ng/equiv": "^2.1.71",
"@thi.ng/errors": "^2.5.21",
"@thi.ng/paths": "^5.1.95",
"tslib": "^2.8.1"
},
"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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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.104",
"version": "1.1.105",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,16 +40,16 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/compose": "^3.0.17",
"@thi.ng/date": "^2.7.35",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/logger": "^3.0.24",
"@thi.ng/math": "^5.11.14",
"@thi.ng/transducers": "^9.2.10",
"@thi.ng/units": "^0.5.12",
"@thi.ng/vectors": "^7.12.11",
"@thi.ng/api": "^8.11.15",
"@thi.ng/checks": "^3.6.17",
"@thi.ng/compose": "^3.0.18",
"@thi.ng/date": "^2.7.36",
"@thi.ng/errors": "^2.5.21",
"@thi.ng/logger": "^3.0.25",
"@thi.ng/math": "^5.11.15",
"@thi.ng/transducers": "^9.2.11",
"@thi.ng/units": "^0.5.13",
"@thi.ng/vectors": "^7.12.12",
"serialport": "^13.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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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.26",
"version": "2.7.27",
"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
11 changes: 10 additions & 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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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.6.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-12-27)

#### ♻️ Refactoring

- migrate timestamp fns to [@thi.ng/timestamp](https://github.com/thi-ng/umbrella/tree/main/packages/timestamp) ([f178b1a](https://github.com/thi-ng/umbrella/commit/f178b1a))
- update deps
- update exports
- update readme

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

#### 🚀 Features
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.6.7",
"version": "3.6.8",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.14",
"@thi.ng/timestamp": "^1.0.0"
"@thi.ng/api": "^8.11.15",
"@thi.ng/timestamp": "^1.1.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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.146",
"version": "2.1.147",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,13 +40,13 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/arrays": "^2.10.7",
"@thi.ng/checks": "^3.6.16",
"@thi.ng/defmulti": "^3.0.52",
"@thi.ng/errors": "^2.5.20",
"@thi.ng/strings": "^3.8.12",
"@thi.ng/transducers": "^9.2.10",
"@thi.ng/transducers-binary": "^2.1.144"
"@thi.ng/arrays": "^2.10.8",
"@thi.ng/checks": "^3.6.17",
"@thi.ng/defmulti": "^3.0.53",
"@thi.ng/errors": "^2.5.21",
"@thi.ng/strings": "^3.8.13",
"@thi.ng/transducers": "^9.2.11",
"@thi.ng/transducers-binary": "^2.1.145"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bidir-index/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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/bidir-index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bidir-index",
"version": "1.1.7",
"version": "1.1.8",
"description": "Bi-directional index mapping arbitrary keys to numeric IDs & vice versa",
"type": "module",
"module": "./index.js",
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-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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.37",
"version": "3.4.38",
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/api": "^8.11.14"
"@thi.ng/api": "^8.11.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitfield/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-12T10:11:58Z
- **Last updated**: 2024-12-27T14:11:37Z
- **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 48bf4c2

Please sign in to comment.