@thi.ng/tensors 0.6.2 → 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.
- package/CHANGELOG.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/tensors",
|
|
3
|
-
"version": "0.6.
|
|
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,14 +40,14 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@thi.ng/api": "^8.11.29",
|
|
43
|
-
"@thi.ng/arrays": "^2.
|
|
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",
|
|
47
47
|
"@thi.ng/math": "^5.11.29",
|
|
48
48
|
"@thi.ng/random": "^4.1.20",
|
|
49
|
-
"@thi.ng/strings": "^3.9.
|
|
50
|
-
"@thi.ng/vectors": "^8.3.
|
|
49
|
+
"@thi.ng/strings": "^3.9.15",
|
|
50
|
+
"@thi.ng/vectors": "^8.3.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"esbuild": "^0.25.5",
|
|
@@ -325,5 +325,5 @@
|
|
|
325
325
|
"status": "alpha",
|
|
326
326
|
"year": 2018
|
|
327
327
|
},
|
|
328
|
-
"gitHead": "
|
|
328
|
+
"gitHead": "45e91ee75236e39fc87ea10fbabac1272bef62e3\n"
|
|
329
329
|
}
|