@thi.ng/wasm-api
Advanced tools
Comparing version 1.2.4 to 1.2.5
# Change Log | ||
- **Last updated**: 2022-12-16T12:52:25Z | ||
- **Last updated**: 2022-12-22T21:47:08Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -38,13 +38,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.6.1", | ||
"@thi.ng/arrays": "^2.4.6", | ||
"@thi.ng/checks": "^3.3.5", | ||
"@thi.ng/errors": "^2.2.6", | ||
"@thi.ng/hex": "^2.3.2", | ||
"@thi.ng/idgen": "^2.1.22", | ||
"@thi.ng/logger": "^1.4.5" | ||
"@thi.ng/api": "^8.6.2", | ||
"@thi.ng/arrays": "^2.4.7", | ||
"@thi.ng/checks": "^3.3.6", | ||
"@thi.ng/errors": "^2.2.7", | ||
"@thi.ng/hex": "^2.3.3", | ||
"@thi.ng/idgen": "^2.1.23", | ||
"@thi.ng/logger": "^1.4.6" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.7", | ||
"@thi.ng/testament": "^0.3.8", | ||
"rimraf": "^3.0.2", | ||
@@ -119,3 +119,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n" | ||
"gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n" | ||
} |
@@ -34,3 +34,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects | ||
Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects. | ||
@@ -359,2 +359,3 @@ This package provides the following: | ||
- [@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-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-canvas) - HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications | ||
- [@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 | ||
@@ -361,0 +362,0 @@ - [@thi.ng/wasm-api-schedule](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api-schedule) - Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps |
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
132139
538
Updated@thi.ng/api@^8.6.2
Updated@thi.ng/arrays@^2.4.7
Updated@thi.ng/checks@^3.3.6
Updated@thi.ng/errors@^2.2.7
Updated@thi.ng/hex@^2.3.3
Updated@thi.ng/idgen@^2.1.23
Updated@thi.ng/logger@^1.4.6