@thi.ng/matrices 3.0.37 → 3.0.39

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/matrices",
3
- "version": "3.0.37",
3
+ "version": "3.0.39",
4
4
  "description": "Matrix & quaternion operations for 2D/3D geometry processing",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,10 +40,10 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.16",
44
- "@thi.ng/checks": "^3.8.6",
45
- "@thi.ng/math": "^5.15.5",
46
- "@thi.ng/vectors": "^8.6.22"
43
+ "@thi.ng/api": "^8.12.17",
44
+ "@thi.ng/checks": "^3.8.7",
45
+ "@thi.ng/math": "^5.15.6",
46
+ "@thi.ng/vectors": "^8.6.24"
47
47
  },
48
48
  "devDependencies": {
49
49
  "esbuild": "^0.27.2",
@@ -277,5 +277,5 @@
277
277
  ],
278
278
  "year": 2018
279
279
  },
280
- "gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
280
+ "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
281
281
  }