@thi.ng/matrices 2.2.13 → 2.2.15

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-11T10:07:09Z
3
+ - **Last updated**: 2023-12-18T13:41:20Z
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/matrices",
3
- "version": "2.2.13",
3
+ "version": "2.2.15",
4
4
  "description": "Matrix & quaternion operations for 2D/3D geometry processing",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,10 +35,10 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.12",
39
- "@thi.ng/checks": "^3.4.12",
40
- "@thi.ng/math": "^5.7.7",
41
- "@thi.ng/vectors": "^7.8.9"
38
+ "@thi.ng/api": "^8.9.13",
39
+ "@thi.ng/checks": "^3.4.13",
40
+ "@thi.ng/math": "^5.7.8",
41
+ "@thi.ng/vectors": "^7.8.11"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.38.3",
@@ -81,7 +81,7 @@
81
81
  "setTimeout": false
82
82
  },
83
83
  "engines": {
84
- "node": ">=12.7"
84
+ "node": ">=18"
85
85
  },
86
86
  "files": [
87
87
  "./*.js",
@@ -273,5 +273,5 @@
273
273
  ],
274
274
  "year": 2018
275
275
  },
276
- "gitHead": "5e7bafedfc3d53bc131469a28de31dd8e5b4a3ff\n"
276
+ "gitHead": "25a42a81fac8603a1e440a7aa8bc343276211ff4\n"
277
277
  }