@thi.ng/matrices 2.1.50 → 2.1.51

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-14T13:27:19Z
3
+ - **Last updated**: 2023-03-27T19:05:48Z
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/README.md CHANGED
@@ -59,7 +59,7 @@ sensible).
59
59
  - [@thi.ng/color](https://github.com/thi-ng/umbrella/tree/develop/packages/color) - Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets
60
60
  - [@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom) - Functional, polymorphic API for 2D geometry types & SVG generation
61
61
  - [@thi.ng/vector-pools](https://github.com/thi-ng/umbrella/tree/develop/packages/vector-pools) - Data structures for managing & working with strided, memory mapped vectors
62
- - [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors) - Optimized 2d/3d/4d and arbitrary length vector operations
62
+ - [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors) - Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts
63
63
 
64
64
  ## Installation
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/matrices",
3
- "version": "2.1.50",
3
+ "version": "2.1.51",
4
4
  "description": "Matrix & quaternion operations for 2D/3D geometry processing",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.4",
38
- "@thi.ng/checks": "^3.3.10",
39
- "@thi.ng/math": "^5.4.5",
40
- "@thi.ng/vectors": "^7.6.9"
37
+ "@thi.ng/api": "^8.7.5",
38
+ "@thi.ng/checks": "^3.3.11",
39
+ "@thi.ng/math": "^5.4.6",
40
+ "@thi.ng/vectors": "^7.6.10"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.34.4",
44
- "@thi.ng/testament": "^0.3.13",
45
- "rimraf": "^4.4.0",
44
+ "@thi.ng/testament": "^0.3.14",
45
+ "rimraf": "^4.4.1",
46
46
  "tools": "^0.0.1",
47
- "typedoc": "^0.23.26",
48
- "typescript": "^4.9.5"
47
+ "typedoc": "^0.23.28",
48
+ "typescript": "^5.0.2"
49
49
  },
50
50
  "keywords": [
51
51
  "2d",
@@ -269,5 +269,5 @@
269
269
  ],
270
270
  "year": 2018
271
271
  },
272
- "gitHead": "1359645f3af8a7d0d43fe7944ea5cd865832f8ee\n"
272
+ "gitHead": "83b15b34326d480cbca0472b20390d4d3bbb792a\n"
273
273
  }
package/quat-m44.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ReadonlyVec } from "@thi.ng/vectors/api";
1
+ import { type ReadonlyVec } from "@thi.ng/vectors/api";
2
2
  import type { Mat } from "./api.js";
3
3
  /**
4
4
  * Converts quaternion into 4x4 matrix with optional 3D translation offset `t`,