@thi.ng/rdom-canvas 1.1.19 → 1.1.21

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -0
  3. package/package.json +11 -11
package/README.md CHANGED
@@ -126,7 +126,7 @@ Browser ESM import:
126
126
 
127
127
  [JSDelivr documentation](https://www.jsdelivr.com/)
128
128
 
129
- Package sizes (brotli'd, pre-treeshake): ESM: 718 bytes
129
+ Package sizes (brotli'd, pre-treeshake): ESM: 722 bytes
130
130
 
131
131
  ## Dependencies
132
132
 
package/index.js CHANGED
@@ -19,6 +19,7 @@ class $Canvas extends Component {
19
19
  { id: __nextID("canvas-resize") }
20
20
  );
21
21
  }
22
+ attribs;
22
23
  ctx;
23
24
  inner;
24
25
  size;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-canvas",
3
- "version": "1.1.19",
3
+ "version": "1.1.21",
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",
@@ -40,17 +40,17 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.18",
44
- "@thi.ng/canvas": "^1.1.10",
45
- "@thi.ng/checks": "^3.8.8",
46
- "@thi.ng/hiccup-canvas": "^3.2.18",
47
- "@thi.ng/object-utils": "^1.3.10",
48
- "@thi.ng/rdom": "^1.7.85",
49
- "@thi.ng/rstream": "^9.4.2"
43
+ "@thi.ng/api": "^8.12.19",
44
+ "@thi.ng/canvas": "^1.1.11",
45
+ "@thi.ng/checks": "^3.8.9",
46
+ "@thi.ng/hiccup-canvas": "^3.2.19",
47
+ "@thi.ng/object-utils": "^1.3.11",
48
+ "@thi.ng/rdom": "^1.7.87",
49
+ "@thi.ng/rstream": "^9.5.1"
50
50
  },
51
51
  "devDependencies": {
52
- "esbuild": "^0.27.2",
53
- "typedoc": "^0.28.16",
52
+ "esbuild": "^0.28.0",
53
+ "typedoc": "^0.28.18",
54
54
  "typescript": "^5.9.3"
55
55
  },
56
56
  "keywords": [
@@ -94,5 +94,5 @@
94
94
  "status": "alpha",
95
95
  "year": 2020
96
96
  },
97
- "gitHead": "929fb6590178a41cbb77cbb87e07c59c61381607\n"
97
+ "gitHead": "27c7195e4ebd818402f3bf5ae0d1d21d7c108e99"
98
98
  }