@thi.ng/wasm-api-dom
Advanced tools
Comparing version 0.11.55 to 0.11.56
@@ -66,3 +66,3 @@ import type { WasmExports } from "@thi.ng/wasm-api"; | ||
* actual number of physical pixels. See | ||
* [thi.ng/adapt-dpi](https://thi.ng/adapt-dpi) for reference. | ||
* [thi.ng/canvas](https://thi.ng/canvas) for reference. | ||
* | ||
@@ -69,0 +69,0 @@ * @param elementID |
# Change Log | ||
- **Last updated**: 2023-12-18T13:41:20Z | ||
- **Last updated**: 2023-12-19T11:01:47Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { adaptDPI } from "@thi.ng/adapt-dpi"; | ||
import { adaptDPI } from "@thi.ng/canvas"; | ||
import { assert } from "@thi.ng/errors/assert"; | ||
@@ -3,0 +3,0 @@ import { |
{ | ||
"name": "@thi.ng/wasm-api-dom", | ||
"version": "0.11.55", | ||
"version": "0.11.56", | ||
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", | ||
@@ -42,14 +42,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/adapt-dpi": "^2.2.28", | ||
"@thi.ng/api": "^8.9.13", | ||
"@thi.ng/errors": "^2.4.7", | ||
"@thi.ng/prefixes": "^2.2.9", | ||
"@thi.ng/wasm-api": "^1.4.38" | ||
"@thi.ng/api": "^8.9.14", | ||
"@thi.ng/canvas": "^0.1.0", | ||
"@thi.ng/errors": "^2.4.8", | ||
"@thi.ng/prefixes": "^2.2.10", | ||
"@thi.ng/wasm-api": "^1.4.39" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.34", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.35", | ||
"esbuild": "^0.19.8", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.4", | ||
@@ -106,3 +105,3 @@ "typescript": "^5.3.2" | ||
}, | ||
"gitHead": "25a42a81fac8603a1e440a7aa8bc343276211ff4\n" | ||
"gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n" | ||
} |
@@ -300,8 +300,8 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 4.26 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 4.25 KB | ||
## Dependencies | ||
- [@thi.ng/adapt-dpi](https://github.com/thi-ng/umbrella/tree/develop/packages/adapt-dpi) | ||
- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api) | ||
- [@thi.ng/canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/canvas) | ||
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors) | ||
@@ -308,0 +308,0 @@ - [@thi.ng/prefixes](https://github.com/thi-ng/umbrella/tree/develop/packages/prefixes) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
116823
+ Added@thi.ng/canvas@^0.1.0
+ Added@thi.ng/canvas@0.1.4(transitive)
- Removed@thi.ng/adapt-dpi@^2.2.28
- Removed@thi.ng/adapt-dpi@2.2.49(transitive)
Updated@thi.ng/api@^8.9.14
Updated@thi.ng/errors@^2.4.8
Updated@thi.ng/prefixes@^2.2.10
Updated@thi.ng/wasm-api@^1.4.39