@thi.ng/hiccup-canvas 3.2.19 → 3.2.20

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/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 214 standalone projects, maintained as part
10
+ > This is one of 215 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-canvas",
3
- "version": "3.2.19",
3
+ "version": "3.2.20",
4
4
  "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,14 +40,14 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.19",
44
- "@thi.ng/canvas": "^1.1.11",
45
- "@thi.ng/checks": "^3.8.9",
46
- "@thi.ng/color": "^5.8.21",
47
- "@thi.ng/geom-arc": "^2.1.217",
48
- "@thi.ng/math": "^5.15.8",
49
- "@thi.ng/pixel": "^7.5.28",
50
- "@thi.ng/vectors": "^8.6.28"
43
+ "@thi.ng/api": "^8.12.20",
44
+ "@thi.ng/canvas": "^1.1.12",
45
+ "@thi.ng/checks": "^3.9.0",
46
+ "@thi.ng/color": "^5.8.22",
47
+ "@thi.ng/geom-arc": "^2.1.218",
48
+ "@thi.ng/math": "^5.15.9",
49
+ "@thi.ng/pixel": "^7.5.29",
50
+ "@thi.ng/vectors": "^8.6.29"
51
51
  },
52
52
  "devDependencies": {
53
53
  "esbuild": "^0.28.0",
@@ -138,5 +138,5 @@
138
138
  ],
139
139
  "year": 2018
140
140
  },
141
- "gitHead": "a780d4a5f6f5fc595c9d28527686f63534927d32"
141
+ "gitHead": "92be63f24030506f09d6d156804da2798c381dc4"
142
142
  }