@thi.ng/hiccup-canvas 3.1.9 → 3.1.10

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 +16 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-22T13:15:57Z
3
+ - **Last updated**: 2024-08-10T15:03:07Z
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/hiccup-canvas",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,19 +36,19 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.7",
40
- "@thi.ng/checks": "^3.6.9",
41
- "@thi.ng/color": "^5.6.52",
42
- "@thi.ng/geom-arc": "^2.1.139",
43
- "@thi.ng/math": "^5.11.5",
44
- "@thi.ng/pixel": "^7.2.1",
45
- "@thi.ng/vectors": "^7.11.6"
39
+ "@thi.ng/api": "^8.11.8",
40
+ "@thi.ng/checks": "^3.6.10",
41
+ "@thi.ng/color": "^5.6.53",
42
+ "@thi.ng/geom-arc": "^2.1.140",
43
+ "@thi.ng/math": "^5.11.6",
44
+ "@thi.ng/pixel": "^7.3.0",
45
+ "@thi.ng/vectors": "^7.11.7"
46
46
  },
47
47
  "devDependencies": {
48
- "@microsoft/api-extractor": "^7.47.0",
48
+ "@microsoft/api-extractor": "^7.47.5",
49
49
  "esbuild": "^0.23.0",
50
- "typedoc": "^0.26.3",
51
- "typescript": "^5.5.3"
50
+ "typedoc": "^0.26.5",
51
+ "typescript": "^5.5.4"
52
52
  },
53
53
  "keywords": [
54
54
  "2d",
@@ -58,11 +58,14 @@
58
58
  "blend",
59
59
  "canvas",
60
60
  "circle",
61
+ "conversion",
61
62
  "declarative",
62
- "draw",
63
+ "drawing",
63
64
  "gradient",
64
65
  "graphics",
66
+ "group",
65
67
  "hiccup",
68
+ "particles",
66
69
  "scenegraph",
67
70
  "svg",
68
71
  "tree",
@@ -131,5 +134,5 @@
131
134
  ],
132
135
  "year": 2018
133
136
  },
134
- "gitHead": "74b023c95ab8219fd4192ef2a02962b2e2038563\n"
137
+ "gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
135
138
  }