@thi.ng/tensors 0.6.1 → 0.6.2

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tensors",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
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.11.2",
43
+ "@thi.ng/arrays": "^2.12.0",
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": "93cdcd8db4d4669561a7f0ebc47697bdbfd04214\n"
328
+ "gitHead": "14e994e531d32053e948768998324d443436a542\n"
329
329
  }