@thi.ng/scenegraph 1.0.0 → 1.0.2

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-11-12T16:43:31Z
3
+ - **Last updated**: 2023-12-03T12:13:31Z
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
@@ -58,7 +58,7 @@ For Node.js REPL:
58
58
  const scenegraph = await import("@thi.ng/scenegraph");
59
59
  ```
60
60
 
61
- Package sizes (brotli'd, pre-treeshake): ESM: 982 bytes
61
+ Package sizes (brotli'd, pre-treeshake): ESM: 984 bytes
62
62
 
63
63
  ## Dependencies
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/scenegraph",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,19 +33,19 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@thi.ng/api": "^8.9.8",
37
- "@thi.ng/checks": "^3.4.8",
38
- "@thi.ng/errors": "^2.4.2",
39
- "@thi.ng/matrices": "^2.2.9",
40
- "@thi.ng/vectors": "^7.8.5"
36
+ "@thi.ng/api": "^8.9.10",
37
+ "@thi.ng/checks": "^3.4.10",
38
+ "@thi.ng/errors": "^2.4.4",
39
+ "@thi.ng/matrices": "^2.2.11",
40
+ "@thi.ng/vectors": "^7.8.7"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.38.2",
44
- "@thi.ng/testament": "^0.4.1",
43
+ "@microsoft/api-extractor": "^7.38.3",
44
+ "@thi.ng/testament": "^0.4.3",
45
45
  "rimraf": "^5.0.5",
46
46
  "tools": "^0.0.1",
47
- "typedoc": "^0.25.3",
48
- "typescript": "^5.2.2"
47
+ "typedoc": "^0.25.4",
48
+ "typescript": "^5.3.2"
49
49
  },
50
50
  "keywords": [
51
51
  "2d",
@@ -97,5 +97,5 @@
97
97
  ],
98
98
  "status": "alpha"
99
99
  },
100
- "gitHead": "2be4c38c9680da929339bd164acfb69ebb1fd3d0\n"
100
+ "gitHead": "04d1de79f256d7a53c6b5fd157b37f49bc88e11d\n"
101
101
  }