@thi.ng/wasm-api
Advanced tools
Comparing version 1.6.6 to 1.6.7
# Change Log | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Last updated**: 2024-08-10T15:03:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -40,15 +40,15 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/arrays": "^2.9.13", | ||
"@thi.ng/checks": "^3.6.9", | ||
"@thi.ng/errors": "^2.5.13", | ||
"@thi.ng/hex": "^2.3.51", | ||
"@thi.ng/idgen": "^2.2.47", | ||
"@thi.ng/logger": "^3.0.17" | ||
"@thi.ng/api": "^8.11.8", | ||
"@thi.ng/arrays": "^2.9.14", | ||
"@thi.ng/checks": "^3.6.10", | ||
"@thi.ng/errors": "^2.5.14", | ||
"@thi.ng/hex": "^2.3.52", | ||
"@thi.ng/idgen": "^2.2.48", | ||
"@thi.ng/logger": "^3.0.18" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.0", | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.3", | ||
"typescript": "^5.5.3" | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -58,7 +58,8 @@ "keywords": [ | ||
"api", | ||
"bigint", | ||
"bindings", | ||
"bigint", | ||
"browser", | ||
"c", | ||
"event", | ||
"free-list", | ||
"hex", | ||
@@ -68,2 +69,3 @@ "interop", | ||
"memory", | ||
"memory-mapped", | ||
"modular", | ||
@@ -78,4 +80,3 @@ "polyglot", | ||
"webassembly", | ||
"zig", | ||
"ziglang" | ||
"zig" | ||
], | ||
@@ -122,3 +123,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
} |
@@ -381,3 +381,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
- [@thi.ng/wasm-api-bindgen](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-bindgen) - Polyglot bindings code generators for hybrid JS & WebAssembly projects | ||
- [@thi.ng/wasm-api-bindgen](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-bindgen) - Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects | ||
- [@thi.ng/wasm-api-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-canvas) - HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications | ||
@@ -384,0 +384,0 @@ - [@thi.ng/wasm-api-dom](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-dom) - Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications |
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
151780
Updated@thi.ng/api@^8.11.8
Updated@thi.ng/arrays@^2.9.14
Updated@thi.ng/checks@^3.6.10
Updated@thi.ng/errors@^2.5.14
Updated@thi.ng/hex@^2.3.52
Updated@thi.ng/idgen@^2.2.48
Updated@thi.ng/logger@^3.0.18