Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 4, 2023
1 parent 09451fa commit 336bd1b
Show file tree
Hide file tree
Showing 146 changed files with 962 additions and 949 deletions.
12 changes: 6 additions & 6 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.5",
"version": "2.5.6",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,16 +38,16 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/arrays": "^2.7.1",
"@thi.ng/bitfield": "^2.3.3",
"@thi.ng/dcons": "^3.2.69",
"@thi.ng/arrays": "^2.7.2",
"@thi.ng/bitfield": "^2.3.4",
"@thi.ng/dcons": "^3.2.70",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/sparse": "^0.3.74"
"@thi.ng/sparse": "^0.3.75"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
"@thi.ng/testament": "^0.3.24",
"@thi.ng/vectors": "^7.8.1",
"@thi.ng/vectors": "^7.8.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.2",
Expand Down
4 changes: 2 additions & 2 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.39",
"version": "2.2.40",
"description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.9.6",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/strings": "^3.6.3"
"@thi.ng/strings": "^3.6.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
4 changes: 2 additions & 2 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.7.1",
"version": "2.7.2",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/compare": "^2.2.2",
"@thi.ng/equiv": "^2.1.31",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/random": "^3.6.11"
"@thi.ng/random": "^3.6.12"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
10 changes: 5 additions & 5 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.16",
"version": "6.3.17",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,15 +35,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/arrays": "^2.7.1",
"@thi.ng/arrays": "^2.7.2",
"@thi.ng/binary": "^3.3.35",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/compare": "^2.2.2",
"@thi.ng/dcons": "^3.2.69",
"@thi.ng/dcons": "^3.2.70",
"@thi.ng/equiv": "^2.1.31",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/random": "^3.6.11",
"@thi.ng/transducers": "^8.8.7",
"@thi.ng/random": "^3.6.12",
"@thi.ng/transducers": "^8.8.8",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.32",
"version": "1.1.33",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,13 +37,13 @@
"@thi.ng/api": "^8.9.6",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/compose": "^2.1.45",
"@thi.ng/date": "^2.4.26",
"@thi.ng/date": "^2.5.0",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/logger": "^1.4.22",
"@thi.ng/math": "^5.7.1",
"@thi.ng/transducers": "^8.8.7",
"@thi.ng/transducers": "^8.8.8",
"@thi.ng/units": "^0.4.13",
"@thi.ng/vectors": "^7.8.1",
"@thi.ng/vectors": "^7.8.2",
"serialport": "^12.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 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.76",
"version": "2.1.77",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,12 +34,12 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/arrays": "^2.7.1",
"@thi.ng/arrays": "^2.7.2",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/defmulti": "^3.0.3",
"@thi.ng/defmulti": "^3.0.4",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/transducers": "^8.8.7",
"@thi.ng/transducers-binary": "^2.1.74"
"@thi.ng/transducers": "^8.8.8",
"@thi.ng/transducers-binary": "^2.1.75"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitfield",
"version": "2.3.3",
"version": "2.3.4",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.9.6",
"@thi.ng/binary": "^3.3.35",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/strings": "^3.6.3"
"@thi.ng/strings": "^3.6.4"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/boids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/boids",
"version": "0.1.1",
"version": "0.1.2",
"description": "n-dimensional boids simulation with highly configurable behaviors",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/distance": "^2.4.26",
"@thi.ng/geom-accel": "^3.5.26",
"@thi.ng/timestep": "^0.5.1",
"@thi.ng/vectors": "^7.8.1"
"@thi.ng/distance": "^2.4.27",
"@thi.ng/geom-accel": "^3.5.27",
"@thi.ng/timestep": "^0.5.2",
"@thi.ng/vectors": "^7.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
"version": "2.1.74",
"version": "2.1.75",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/dcons": "^3.2.69",
"@thi.ng/transducers": "^8.8.7"
"@thi.ng/dcons": "^3.2.70",
"@thi.ng/transducers": "^8.8.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/cellular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cellular",
"version": "0.2.66",
"version": "0.2.67",
"description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,11 +35,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/arrays": "^2.7.1",
"@thi.ng/arrays": "^2.7.2",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/random": "^3.6.11",
"@thi.ng/transducers": "^8.8.7"
"@thi.ng/random": "^3.6.12",
"@thi.ng/transducers": "^8.8.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/color-palettes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color-palettes",
"version": "1.2.9",
"version": "1.2.10",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.6",
"@thi.ng/base-n": "^2.5.14",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/color": "^5.5.28",
"@thi.ng/color": "^5.5.29",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/hex": "^2.3.18"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "5.5.28",
"version": "5.5.29",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,18 +39,18 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/arrays": "^2.7.1",
"@thi.ng/arrays": "^2.7.2",
"@thi.ng/binary": "^3.3.35",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/compare": "^2.2.2",
"@thi.ng/compose": "^2.1.45",
"@thi.ng/defmulti": "^3.0.3",
"@thi.ng/defmulti": "^3.0.4",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/math": "^5.7.1",
"@thi.ng/random": "^3.6.11",
"@thi.ng/strings": "^3.6.3",
"@thi.ng/transducers": "^8.8.7",
"@thi.ng/vectors": "^7.8.1"
"@thi.ng/random": "^3.6.12",
"@thi.ng/strings": "^3.6.4",
"@thi.ng/transducers": "^8.8.8",
"@thi.ng/vectors": "^7.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/colored-noise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/colored-noise",
"version": "1.0.33",
"version": "1.0.34",
"description": "Customizable O(1) ES6 generators for colored noise",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,17 +35,17 @@
},
"dependencies": {
"@thi.ng/binary": "^3.3.35",
"@thi.ng/random": "^3.6.11"
"@thi.ng/random": "^3.6.12"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
"@thi.ng/api": "^8.9.6",
"@thi.ng/dsp": "^4.6.9",
"@thi.ng/dsp-io-wav": "^2.1.74",
"@thi.ng/dsp": "^4.6.10",
"@thi.ng/dsp-io-wav": "^2.1.75",
"@thi.ng/testament": "^0.3.24",
"@thi.ng/text-canvas": "^2.6.15",
"@thi.ng/transducers": "^8.8.7",
"@thi.ng/vectors": "^7.8.1",
"@thi.ng/text-canvas": "^2.6.16",
"@thi.ng/transducers": "^8.8.8",
"@thi.ng/vectors": "^7.8.2",
"rimraf": "^5.0.5",
"tools": "workspace:^",
"typedoc": "^0.25.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/complex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/complex",
"version": "0.2.14",
"version": "0.2.15",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.9.6",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/math": "^5.7.1",
"@thi.ng/vectors": "^7.8.1"
"@thi.ng/vectors": "^7.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "2.1.74",
"version": "2.1.75",
"description": "ES6 promise based CSP primitives & operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,11 +39,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/arrays": "^2.7.1",
"@thi.ng/arrays": "^2.7.2",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/dcons": "^3.2.69",
"@thi.ng/dcons": "^3.2.70",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/transducers": "^8.8.7"
"@thi.ng/transducers": "^8.8.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csv",
"version": "2.3.40",
"version": "2.3.41",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/checks": "^3.4.6",
"@thi.ng/strings": "^3.6.3",
"@thi.ng/transducers": "^8.8.7"
"@thi.ng/strings": "^3.6.4",
"@thi.ng/transducers": "^8.8.8"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-11-01T11:05:34Z
- **Last updated**: 2023-11-04T22:20:11Z
- **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,13 @@ 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.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/date@2.5.0) (2023-11-04)

#### 🚀 Features

- add durationAs() & asXXX() duration helpers ([ad17cee](https://github.com/thi-ng/umbrella/commit/ad17cee))
- add absDifference(), add/update docs ([9b54f6c](https://github.com/thi-ng/umbrella/commit/9b54f6c))

### [2.4.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/date@2.4.10) (2023-03-27)

#### ♻️ Refactoring
Expand Down
Loading

0 comments on commit 336bd1b

Please sign in to comment.