@thi.ng/hiccup-canvas 3.2.0 → 3.2.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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-canvas",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,17 +39,17 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.7",
43
- "@thi.ng/canvas": "^1.1.0",
44
- "@thi.ng/checks": "^3.7.23",
45
- "@thi.ng/color": "^5.8.2",
46
- "@thi.ng/geom-arc": "^2.1.201",
47
- "@thi.ng/math": "^5.13.4",
48
- "@thi.ng/pixel": "^7.5.16",
49
- "@thi.ng/vectors": "^8.6.12"
42
+ "@thi.ng/api": "^8.12.9",
43
+ "@thi.ng/canvas": "^1.1.2",
44
+ "@thi.ng/checks": "^3.7.25",
45
+ "@thi.ng/color": "^5.8.4",
46
+ "@thi.ng/geom-arc": "^2.1.203",
47
+ "@thi.ng/math": "^5.13.6",
48
+ "@thi.ng/pixel": "^7.5.18",
49
+ "@thi.ng/vectors": "^8.6.14"
50
50
  },
51
51
  "devDependencies": {
52
- "esbuild": "^0.25.11",
52
+ "esbuild": "^0.27.0",
53
53
  "typedoc": "^0.28.14",
54
54
  "typescript": "^5.9.3"
55
55
  },
@@ -137,5 +137,5 @@
137
137
  ],
138
138
  "year": 2018
139
139
  },
140
- "gitHead": "e2fd601e49ff1b1aec129518e3947ed1ebf8d75e\n"
140
+ "gitHead": "fdca77cabf47dd23a9ab17a5ca13e3060075c12c\n"
141
141
  }