@thi.ng/wasm-api-dom
Advanced tools
Comparing version 0.11.81 to 0.11.82
@@ -19,3 +19,3 @@ import { adaptDPI } from "@thi.ng/canvas"; | ||
[/^drag(end|enter|leave|over|start)|drop$/, "drag", EventType.DRAG], | ||
[/^blur|focus(in|out)?$/, , EventType.FOCUS], | ||
[/^blur|focus(in|out)?$/, void 0, EventType.FOCUS], | ||
[/^change|(before)?input$/, "input", EventType.INPUT], | ||
@@ -22,0 +22,0 @@ [/^key(down|press|up)$/, "key", EventType.KEY], |
{ | ||
"name": "@thi.ng/wasm-api-dom", | ||
"version": "0.11.81", | ||
"version": "0.11.82", | ||
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", | ||
@@ -44,10 +44,10 @@ "type": "module", | ||
"@thi.ng/api": "^8.9.30", | ||
"@thi.ng/canvas": "^0.2.12", | ||
"@thi.ng/canvas": "^0.2.13", | ||
"@thi.ng/errors": "^2.5.1", | ||
"@thi.ng/prefixes": "^2.3.13", | ||
"@thi.ng/wasm-api": "^1.4.62" | ||
"@thi.ng/wasm-api": "^1.4.63" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.42.3", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.61", | ||
"@thi.ng/wasm-api-bindgen": "^0.4.62", | ||
"esbuild": "^0.20.1", | ||
@@ -106,3 +106,3 @@ "rimraf": "^5.0.5", | ||
}, | ||
"gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n" | ||
"gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n" | ||
} |
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
117104
Updated@thi.ng/canvas@^0.2.13
Updated@thi.ng/wasm-api@^1.4.63