@thi.ng/wasm-api-dom
Advanced tools
Comparing version 0.11.48 to 0.11.50
# Change Log | ||
- **Last updated**: 2023-10-30T14:31:56Z | ||
- **Last updated**: 2023-11-09T10:28:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [0.11.49](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@0.11.49) (2023-11-09) | ||
#### ♻️ Refactoring | ||
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4)) | ||
### [0.11.25](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@0.11.25) (2023-06-29) | ||
@@ -14,0 +20,0 @@ |
17
dom.js
@@ -35,9 +35,11 @@ import { adaptDPI } from "@thi.ng/adapt-dpi"; | ||
export class WasmDom { | ||
constructor() { | ||
this.id = WasmDom.id; | ||
this.elements = new ObjectIndex({ name: "elements" }); | ||
this.listeners = {}; | ||
this.currEvent = null; | ||
this.currDataTransfer = null; | ||
} | ||
static id = "dom"; | ||
id = WasmDom.id; | ||
parent; | ||
$Event; | ||
$CreateElementOpts; | ||
elements = new ObjectIndex({ name: "elements" }); | ||
listeners = {}; | ||
currEvent = null; | ||
currDataTransfer = null; | ||
async init(parent) { | ||
@@ -335,2 +337,1 @@ this.parent = parent; | ||
} | ||
WasmDom.id = "dom"; |
{ | ||
"name": "@thi.ng/wasm-api-dom", | ||
"version": "0.11.48", | ||
"version": "0.11.50", | ||
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", | ||
@@ -35,21 +35,20 @@ "type": "module", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"doc:readme": "yarn doc:stats && tools:readme", | ||
"doc:stats": "tools:module-stats", | ||
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts", | ||
"pub": "yarn npm publish --access public", | ||
"test": "testament test" | ||
"test": "bun test" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/adapt-dpi": "^2.2.22", | ||
"@thi.ng/api": "^8.9.6", | ||
"@thi.ng/errors": "^2.4.0", | ||
"@thi.ng/prefixes": "^2.2.2", | ||
"@thi.ng/wasm-api": "^1.4.31" | ||
"@thi.ng/adapt-dpi": "^2.2.24", | ||
"@thi.ng/api": "^8.9.8", | ||
"@thi.ng/errors": "^2.4.2", | ||
"@thi.ng/prefixes": "^2.2.4", | ||
"@thi.ng/wasm-api": "^1.4.33" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.0", | ||
"@thi.ng/testament": "^0.3.24", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.27", | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.1", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.29", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.2", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
@@ -105,3 +104,3 @@ }, | ||
}, | ||
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n" | ||
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n" | ||
} |
@@ -300,3 +300,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 4.15 KB | ||
Package sizes (brotli'd, pre-treeshake): ESM: 4.27 KB | ||
@@ -303,0 +303,0 @@ ## Dependencies |
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
124548
86
2161
Updated@thi.ng/adapt-dpi@^2.2.24
Updated@thi.ng/api@^8.9.8
Updated@thi.ng/errors@^2.4.2
Updated@thi.ng/prefixes@^2.2.4
Updated@thi.ng/wasm-api@^1.4.33