@thi.ng/hdom-canvas 4.1.136 → 4.1.138

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-23T07:02:18Z
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
@@ -77,10 +77,10 @@ import * as hc from "@thi.ng/hdom-canvas";
77
77
  Browser ESM import:
78
78
 
79
79
  ```html
80
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/hdom-canvas"></script>
80
+ <script type="module" src="https://esm.run/@thi.ng/hdom-canvas"></script>
81
81
  ```
82
82
 
83
- [Skypack documentation](https://docs.skypack.dev/)
83
+ [JSDelivr documentation](https://www.jsdelivr.com/)
84
84
 
85
85
  Package sizes (brotli'd, pre-treeshake): ESM: 824 bytes
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom-canvas",
3
- "version": "4.1.136",
3
+ "version": "4.1.138",
4
4
  "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -30,7 +30,7 @@
30
30
  "build": "yarn build:esbuild && yarn build:decl",
31
31
  "build:decl": "tsc --declaration --emitDeclarationOnly",
32
32
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
33
- "clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc draw",
33
+ "clean": "bun ../../tools/src/clean-package.ts draw",
34
34
  "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
35
35
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
36
36
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
@@ -39,17 +39,16 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.10.1",
43
- "@thi.ng/checks": "^3.6.1",
44
- "@thi.ng/diff": "^5.1.66",
45
- "@thi.ng/errors": "^2.5.4",
46
- "@thi.ng/hdom": "^9.4.30",
47
- "@thi.ng/hiccup-canvas": "^2.5.35"
42
+ "@thi.ng/api": "^8.11.1",
43
+ "@thi.ng/checks": "^3.6.3",
44
+ "@thi.ng/diff": "^5.1.68",
45
+ "@thi.ng/errors": "^2.5.6",
46
+ "@thi.ng/hdom": "^9.4.32",
47
+ "@thi.ng/hiccup-canvas": "^2.5.37"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.43.0",
51
51
  "esbuild": "^0.20.2",
52
- "rimraf": "^5.0.5",
53
52
  "typedoc": "^0.25.12",
54
53
  "typescript": "^5.4.3"
55
54
  },
@@ -93,5 +92,5 @@
93
92
  ],
94
93
  "year": 2018
95
94
  },
96
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
95
+ "gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
97
96
  }