@thi.ng/tensors 0.6.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-06-09T17:24:08Z
3
+ - **Last updated**: 2025-06-24T21:39:38Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tensors",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "1D/2D/3D/4D tensors with extensible polymorphic operations and customizable storage",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.11.29",
43
- "@thi.ng/arrays": "^2.13.0",
43
+ "@thi.ng/arrays": "^2.13.1",
44
44
  "@thi.ng/checks": "^3.7.9",
45
45
  "@thi.ng/equiv": "^2.1.85",
46
46
  "@thi.ng/errors": "^2.5.35",
@@ -325,5 +325,5 @@
325
325
  "status": "alpha",
326
326
  "year": 2018
327
327
  },
328
- "gitHead": "b076434a497b291ad33e81b1a15f6a71e2c82cc2\n"
328
+ "gitHead": "45e91ee75236e39fc87ea10fbabac1272bef62e3\n"
329
329
  }