@thi.ng/wasm-api-dom
Advanced tools
Comparing version 0.11.90 to 0.11.91
# Change Log | ||
- **Last updated**: 2024-04-22T09:56:21Z | ||
- **Last updated**: 2024-04-23T07:02:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api-dom", | ||
"version": "0.11.90", | ||
"version": "0.11.91", | ||
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", | ||
@@ -34,3 +34,3 @@ "type": "module", | ||
"build:types": "npx wasm-api-bindgen -a analytics.json --config src/typedefs-config.json --lang ts -o src/generated/api.ts --lang zig -o zig/api.zig src/typedefs.json", | ||
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc generated", | ||
"clean": "bun ../../tools/src/clean-package.ts", | ||
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts", | ||
@@ -44,13 +44,12 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/canvas": "^0.2.17", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/prefixes": "^2.3.17", | ||
"@thi.ng/wasm-api": "^1.5.1" | ||
"@thi.ng/api": "^8.11.1", | ||
"@thi.ng/canvas": "^0.2.18", | ||
"@thi.ng/errors": "^2.5.6", | ||
"@thi.ng/prefixes": "^2.3.18", | ||
"@thi.ng/wasm-api": "^1.5.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"@thi.ng/wasm-api-bindgen": "^0.5.1", | ||
"@thi.ng/wasm-api-bindgen": "^0.5.2", | ||
"esbuild": "^0.20.2", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.12", | ||
@@ -107,3 +106,3 @@ "typescript": "^5.4.3" | ||
}, | ||
"gitHead": "7d3339310c56ac7fd3572fb3487b6f34f1de57ca\n" | ||
"gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\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
5
117786
Updated@thi.ng/api@^8.11.1
Updated@thi.ng/canvas@^0.2.18
Updated@thi.ng/errors@^2.5.6
Updated@thi.ng/prefixes@^2.3.18
Updated@thi.ng/wasm-api@^1.5.2