@thi.ng/wasm-api-dom
Advanced tools
Comparing version 0.11.85 to 0.11.86
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:46Z | ||
- **Last updated**: 2024-04-08T14:59:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api-dom", | ||
"version": "0.11.85", | ||
"version": "0.11.86", | ||
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", | ||
@@ -43,11 +43,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/canvas": "^0.2.14", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/prefixes": "^2.3.14", | ||
"@thi.ng/wasm-api": "^1.4.66" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/canvas": "^0.2.15", | ||
"@thi.ng/errors": "^2.5.3", | ||
"@thi.ng/prefixes": "^2.3.15", | ||
"@thi.ng/wasm-api": "^1.4.67" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.66", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.67", | ||
"esbuild": "^0.20.2", | ||
@@ -106,3 +106,3 @@ "rimraf": "^5.0.5", | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -291,4 +291,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as wad from "@thi.ng/wasm-api-dom"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -300,8 +306,2 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/wasm-api-dom"></script> | ||
For Node.js REPL: | ||
```js | ||
const wasmApiDom = await import("@thi.ng/wasm-api-dom"); | ||
``` | ||
Package sizes (brotli'd, pre-treeshake): ESM: 4.25 KB | ||
@@ -308,0 +308,0 @@ |
117088
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/canvas@^0.2.15
Updated@thi.ng/errors@^2.5.3
Updated@thi.ng/prefixes@^2.3.15
Updated@thi.ng/wasm-api@^1.4.67