@thi.ng/rdom-canvas 0.5.83 → 0.5.84

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-20T14:42:45Z
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
@@ -118,10 +118,10 @@ import * as rc from "@thi.ng/rdom-canvas";
118
118
  Browser ESM import:
119
119
 
120
120
  ```html
121
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/rdom-canvas"></script>
121
+ <script type="module" src="https://esm.run/@thi.ng/rdom-canvas"></script>
122
122
  ```
123
123
 
124
- [Skypack documentation](https://docs.skypack.dev/)
124
+ [JSDelivr documentation](https://www.jsdelivr.com/)
125
125
 
126
126
  Package sizes (brotli'd, pre-treeshake): ESM: 694 bytes
127
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "0.5.83",
3
+ "version": "0.5.84",
4
4
  "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,13 +36,13 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.10.1",
40
- "@thi.ng/associative": "^6.3.56",
41
- "@thi.ng/canvas": "^0.2.16",
42
- "@thi.ng/checks": "^3.6.1",
43
- "@thi.ng/hiccup-canvas": "^2.5.35",
44
- "@thi.ng/rdom": "^1.2.0",
45
- "@thi.ng/rstream": "^8.4.0"
39
+ "@thi.ng/api": "^8.11.0",
40
+ "@thi.ng/associative": "^6.3.57",
41
+ "@thi.ng/canvas": "^0.2.17",
42
+ "@thi.ng/checks": "^3.6.2",
43
+ "@thi.ng/hiccup-canvas": "^2.5.36",
44
+ "@thi.ng/rdom": "^1.3.0",
45
+ "@thi.ng/rstream": "^8.4.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.43.0",
@@ -92,5 +92,5 @@
92
92
  "status": "alpha",
93
93
  "year": 2020
94
94
  },
95
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
95
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
96
96
  }