@thi.ng/matrices 2.2.13 → 2.2.14
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/matrices",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.14",
|
|
4
4
|
"description": "Matrix & quaternion operations for 2D/3D geometry processing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@thi.ng/api": "^8.9.12",
|
|
39
39
|
"@thi.ng/checks": "^3.4.12",
|
|
40
40
|
"@thi.ng/math": "^5.7.7",
|
|
41
|
-
"@thi.ng/vectors": "^7.8.
|
|
41
|
+
"@thi.ng/vectors": "^7.8.10"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@microsoft/api-extractor": "^7.38.3",
|
|
@@ -273,5 +273,5 @@
|
|
|
273
273
|
],
|
|
274
274
|
"year": 2018
|
|
275
275
|
},
|
|
276
|
-
"gitHead": "
|
|
276
|
+
"gitHead": "22e36fa838e5431d40165384918b395603bbd92f\n"
|
|
277
277
|
}
|