Skip to content

Commit 8625a1c

Browse files
Publish
1 parent 664e767 commit 8625a1c

File tree

99 files changed

+564
-552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+564
-552
lines changed

packages/adjacency/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/adjacency",
3-
"version": "3.0.64",
3+
"version": "3.0.65",
44
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
55
"type": "module",
66
"module": "./index.js",
@@ -44,14 +44,14 @@
4444
"dependencies": {
4545
"@thi.ng/api": "^8.12.10",
4646
"@thi.ng/arrays": "^2.14.3",
47-
"@thi.ng/bitfield": "^2.4.22",
47+
"@thi.ng/bitfield": "^2.4.23",
4848
"@thi.ng/dcons": "^3.2.178",
4949
"@thi.ng/disjoint-set": "^1.1.37",
5050
"@thi.ng/errors": "^2.5.50",
5151
"@thi.ng/sparse": "^1.1.25"
5252
},
5353
"devDependencies": {
54-
"@thi.ng/vectors": "^8.6.15",
54+
"@thi.ng/vectors": "^8.6.16",
5555
"esbuild": "^0.27.0",
5656
"typedoc": "^0.28.14",
5757
"typescript": "^5.9.3"

packages/arcball/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/arcball",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "3D arcball controller for intuitive click & drag gesture-based camera view rotations. Quaternion-based.",
55
"type": "module",
66
"module": "./index.js",
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@thi.ng/api": "^8.12.10",
43-
"@thi.ng/matrices": "^3.0.30",
44-
"@thi.ng/vectors": "^8.6.15"
43+
"@thi.ng/matrices": "^3.0.31",
44+
"@thi.ng/vectors": "^8.6.16"
4545
},
4646
"devDependencies": {
4747
"esbuild": "^0.27.0",

packages/associative/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/associative",
3-
"version": "7.1.21",
3+
"version": "7.1.22",
44
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
55
"type": "module",
66
"module": "./index.js",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@thi.ng/api": "^8.12.10",
4343
"@thi.ng/arrays": "^2.14.3",
44-
"@thi.ng/binary": "^3.4.68",
44+
"@thi.ng/binary": "^3.5.0",
4545
"@thi.ng/checks": "^3.8.0",
4646
"@thi.ng/dcons": "^3.2.178",
4747
"@thi.ng/equiv": "^2.1.100",

packages/axidraw/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/axidraw",
3-
"version": "1.1.161",
3+
"version": "1.1.162",
44
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
55
"type": "module",
66
"module": "./index.js",
@@ -48,7 +48,7 @@
4848
"@thi.ng/math": "^5.14.0",
4949
"@thi.ng/transducers": "^9.6.19",
5050
"@thi.ng/units": "^1.0.34",
51-
"@thi.ng/vectors": "^8.6.15",
51+
"@thi.ng/vectors": "^8.6.16",
5252
"serialport": "^13.0.0"
5353
},
5454
"devDependencies": {

packages/bencode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/bencode",
3-
"version": "3.0.43",
3+
"version": "3.0.44",
44
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
55
"type": "module",
66
"module": "./index.js",
@@ -45,7 +45,7 @@
4545
"@thi.ng/errors": "^2.5.50",
4646
"@thi.ng/strings": "^3.9.31",
4747
"@thi.ng/transducers": "^9.6.19",
48-
"@thi.ng/transducers-binary": "^2.1.190"
48+
"@thi.ng/transducers-binary": "^2.1.191"
4949
},
5050
"devDependencies": {
5151
"esbuild": "^0.27.0",

packages/binary/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2025-12-03T22:43:13Z
3+
- **Last updated**: 2025-12-11T14:18:22Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.
@@ -11,6 +11,18 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
1111
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
1212
and/or version bumps of transitive dependencies.
1313

14+
## [3.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2025-12-11)
15+
16+
#### 🚀 Features
17+
18+
- add `DATAVIEW` and `IDataView` ([a54ca91](https://github.com/thi-ng/umbrella/commit/a54ca91))
19+
20+
#### ♻️ Refactoring
21+
22+
- internal update float<>int conversions, migrate `IS_LE` flag ([21646af](https://github.com/thi-ng/umbrella/commit/21646af))
23+
- update to re-use LE/BE buffers
24+
- migrate `IS_LE` to endianess.ts
25+
1426
### [3.4.26](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-06-21)
1527

1628
#### ♻️ Refactoring

packages/binary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/binary",
3-
"version": "3.4.68",
3+
"version": "3.5.0",
44
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
55
"type": "module",
66
"module": "./index.js",

packages/bitfield/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/bitfield",
3-
"version": "2.4.22",
3+
"version": "2.4.23",
44
"description": "1D / 2D bit field implementations",
55
"type": "module",
66
"module": "./index.js",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@thi.ng/api": "^8.12.10",
43-
"@thi.ng/binary": "^3.4.68",
43+
"@thi.ng/binary": "^3.5.0",
4444
"@thi.ng/errors": "^2.5.50",
4545
"@thi.ng/strings": "^3.9.31"
4646
},

packages/block-fs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/block-fs",
3-
"version": "0.6.32",
3+
"version": "0.6.33",
44
"description": "Customizable block-based storage, adapters & file system layer",
55
"type": "module",
66
"module": "./index.js",
@@ -44,8 +44,8 @@
4444
"dependencies": {
4545
"@thi.ng/api": "^8.12.10",
4646
"@thi.ng/args": "^3.2.5",
47-
"@thi.ng/binary": "^3.4.68",
48-
"@thi.ng/bitfield": "^2.4.22",
47+
"@thi.ng/binary": "^3.5.0",
48+
"@thi.ng/bitfield": "^2.4.23",
4949
"@thi.ng/checks": "^3.8.0",
5050
"@thi.ng/compare": "^2.4.36",
5151
"@thi.ng/errors": "^2.5.50",

packages/boids/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/boids",
3-
"version": "1.1.34",
3+
"version": "1.1.35",
44
"description": "n-dimensional boids simulation with modular behavior system",
55
"type": "module",
66
"module": "./index.js",
@@ -41,12 +41,12 @@
4141
"dependencies": {
4242
"@thi.ng/api": "^8.12.10",
4343
"@thi.ng/checks": "^3.8.0",
44-
"@thi.ng/distance": "^3.0.25",
45-
"@thi.ng/geom-closest-point": "^2.1.199",
46-
"@thi.ng/geom-resample": "^3.0.71",
44+
"@thi.ng/distance": "^3.0.26",
45+
"@thi.ng/geom-closest-point": "^2.1.200",
46+
"@thi.ng/geom-resample": "^3.0.72",
4747
"@thi.ng/math": "^5.14.0",
48-
"@thi.ng/timestep": "^1.0.47",
49-
"@thi.ng/vectors": "^8.6.15"
48+
"@thi.ng/timestep": "^1.0.48",
49+
"@thi.ng/vectors": "^8.6.16"
5050
},
5151
"devDependencies": {
5252
"esbuild": "^0.27.0",

0 commit comments

Comments
 (0)