@thi.ng/hdom-canvas 4.2.23 → 4.2.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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -7,9 +7,11 @@
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 215 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
- > and anti-framework.
10
+
11
+ > This is one of 215 standalone projects. LLM-free, human-made and
12
+ > cared for software, maintained as part of the
13
+ > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
+ > anti-framework.
13
15
  >
14
16
  > 🚀 Please help me to work full-time on these projects by [sponsoring
15
17
  > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom-canvas",
3
- "version": "4.2.23",
3
+ "version": "4.2.25",
4
4
  "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -43,13 +43,13 @@
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@thi.ng/api": "^8.12.22",
47
- "@thi.ng/canvas": "^1.1.14",
48
- "@thi.ng/checks": "^3.9.2",
49
- "@thi.ng/diff": "^5.1.123",
50
- "@thi.ng/errors": "^2.6.11",
51
- "@thi.ng/hdom": "^9.4.112",
52
- "@thi.ng/hiccup-canvas": "^3.2.23"
46
+ "@thi.ng/api": "^8.12.24",
47
+ "@thi.ng/canvas": "^1.1.16",
48
+ "@thi.ng/checks": "^3.9.4",
49
+ "@thi.ng/diff": "^5.1.125",
50
+ "@thi.ng/errors": "^2.6.13",
51
+ "@thi.ng/hdom": "^9.4.114",
52
+ "@thi.ng/hiccup-canvas": "^3.2.25"
53
53
  },
54
54
  "devDependencies": {
55
55
  "esbuild": "^0.28.0",
@@ -96,5 +96,5 @@
96
96
  ],
97
97
  "year": 2018
98
98
  },
99
- "gitHead": "17d2d1a6542704f55f2daa37550a4213b4a32cd8"
99
+ "gitHead": "b302822c51b2ab255f8f27f8dd010433d95f29df"
100
100
  }