@thi.ng/matrices 2.1.23 → 2.1.25

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**: 2022-08-16T16:05:07Z
3
+ - **Last updated**: 2022-09-21T21:37:59Z
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
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![matrices](https://media.thi.ng/umbrella/banners/thing-matrices.svg?42559f4d)
3
+ # ![matrices](https://media.thi.ng/umbrella/banners-20220914/thing-matrices.svg?fda4ca8c)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/matrices.svg)](https://www.npmjs.com/package/@thi.ng/matrices)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/matrices.svg)
@@ -10,8 +10,8 @@ This project is part of the
10
10
  [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
11
11
 
12
12
  - [About](#about)
13
- - [Status](#status)
14
- - [Related packages](#related-packages)
13
+ - [Status](#status)
14
+ - [Related packages](#related-packages)
15
15
  - [Installation](#installation)
16
16
  - [Dependencies](#dependencies)
17
17
  - [Usage examples](#usage-examples)
@@ -48,13 +48,13 @@ typed arrays, custom impls) and hence many other functions provided by
48
48
  the vectors package can also be used directly with matrices (where
49
49
  sensible).
50
50
 
51
- ### Status
51
+ ## Status
52
52
 
53
53
  **STABLE** - used in production
54
54
 
55
55
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bmatrices%5D+in%3Atitle)
56
56
 
57
- ### Related packages
57
+ ## Related packages
58
58
 
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/matrices",
3
- "version": "2.1.23",
3
+ "version": "2.1.25",
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.4.1",
38
- "@thi.ng/checks": "^3.2.4",
39
- "@thi.ng/math": "^5.3.7",
40
- "@thi.ng/vectors": "^7.5.14"
37
+ "@thi.ng/api": "^8.4.2",
38
+ "@thi.ng/checks": "^3.2.5",
39
+ "@thi.ng/math": "^5.3.9",
40
+ "@thi.ng/vectors": "^7.5.16"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.25.0",
44
- "@thi.ng/testament": "^0.2.12",
43
+ "@microsoft/api-extractor": "^7.31.1",
44
+ "@thi.ng/testament": "^0.3.0",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
47
  "typedoc": "^0.22.17",
48
- "typescript": "^4.7.4"
48
+ "typescript": "^4.8.3"
49
49
  },
50
50
  "keywords": [
51
51
  "2d",
@@ -269,5 +269,5 @@
269
269
  ],
270
270
  "year": 2018
271
271
  },
272
- "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
272
+ "gitHead": "f4c59114f2d2dfafa9014626038a9ec5242b0606\n"
273
273
  }