@thi.ng/hdom-components 5.1.83 → 5.1.85

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**: 2023-12-18T13:41:20Z
3
+ - **Last updated**: 2023-12-19T11:01:47Z
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
@@ -68,8 +68,8 @@ Package sizes (brotli'd, pre-treeshake): ESM: 2.05 KB
68
68
 
69
69
  ## Dependencies
70
70
 
71
- - [@thi.ng/adapt-dpi](https://github.com/thi-ng/umbrella/tree/develop/packages/adapt-dpi)
72
71
  - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
72
+ - [@thi.ng/canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/canvas)
73
73
  - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
74
74
  - [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math)
75
75
  - [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
package/canvas.js CHANGED
@@ -1,4 +1,4 @@
1
- import { adaptDPI } from "@thi.ng/adapt-dpi";
1
+ import { adaptDPI } from "@thi.ng/canvas";
2
2
  const _canvas = (type, handlers, opts) => {
3
3
  let el;
4
4
  let ctx;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom-components",
3
- "version": "5.1.83",
3
+ "version": "5.1.85",
4
4
  "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,18 +35,17 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/adapt-dpi": "^2.2.28",
39
- "@thi.ng/api": "^8.9.13",
40
- "@thi.ng/checks": "^3.4.13",
41
- "@thi.ng/math": "^5.7.8",
42
- "@thi.ng/transducers": "^8.8.16",
43
- "@thi.ng/transducers-stats": "^2.1.83"
38
+ "@thi.ng/api": "^8.9.14",
39
+ "@thi.ng/canvas": "^0.1.1",
40
+ "@thi.ng/checks": "^3.4.14",
41
+ "@thi.ng/math": "^5.7.9",
42
+ "@thi.ng/transducers": "^8.8.18",
43
+ "@thi.ng/transducers-stats": "^2.1.85"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.38.3",
47
47
  "esbuild": "^0.19.8",
48
48
  "rimraf": "^5.0.5",
49
- "tools": "^0.0.1",
50
49
  "typedoc": "^0.25.4",
51
50
  "typescript": "^5.3.2"
52
51
  },
@@ -111,5 +110,5 @@
111
110
  "status": "beta",
112
111
  "year": 2018
113
112
  },
114
- "gitHead": "25a42a81fac8603a1e440a7aa8bc343276211ff4\n"
113
+ "gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n"
115
114
  }