@thi.ng/tensors 0.8.10 → 0.8.12

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-08-04T08:45:04Z
3
+ - **Last updated**: 2025-08-04T09:13:01Z
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.8.10",
3
+ "version": "0.8.12",
4
4
  "description": "1D/2D/3D/4D tensors with extensible polymorphic operations and customizable storage",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,15 +39,15 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.0",
43
- "@thi.ng/arrays": "^2.13.7",
44
- "@thi.ng/checks": "^3.7.14",
45
- "@thi.ng/equiv": "^2.1.90",
46
- "@thi.ng/errors": "^2.5.40",
47
- "@thi.ng/math": "^5.11.34",
48
- "@thi.ng/random": "^4.1.25",
49
- "@thi.ng/strings": "^3.9.20",
50
- "@thi.ng/vectors": "^8.6.2"
42
+ "@thi.ng/api": "^8.12.1",
43
+ "@thi.ng/arrays": "^2.13.9",
44
+ "@thi.ng/checks": "^3.7.16",
45
+ "@thi.ng/equiv": "^2.1.91",
46
+ "@thi.ng/errors": "^2.5.41",
47
+ "@thi.ng/math": "^5.11.35",
48
+ "@thi.ng/random": "^4.1.26",
49
+ "@thi.ng/strings": "^3.9.21",
50
+ "@thi.ng/vectors": "^8.6.4"
51
51
  },
52
52
  "devDependencies": {
53
53
  "esbuild": "^0.25.8",
@@ -339,5 +339,5 @@
339
339
  "status": "alpha",
340
340
  "year": 2018
341
341
  },
342
- "gitHead": "d4e2e72dcdadf26da3400900f04f9eb0ebeb0a5b\n"
342
+ "gitHead": "9a998c33c7a524c95b552b9cbdc2734d28a5dafc\n"
343
343
  }