@thi.ng/wasm-api
Advanced tools
Comparing version 1.4.8 to 1.4.9
@@ -27,3 +27,3 @@ import { __decorate } from "tslib"; | ||
*/ | ||
let WasmBridge = class WasmBridge { | ||
export let WasmBridge = class WasmBridge { | ||
constructor(modules = [], logger = new ConsoleLogger("wasm")) { | ||
@@ -403,2 +403,1 @@ this.logger = logger; | ||
], WasmBridge); | ||
export { WasmBridge }; |
# Change Log | ||
- **Last updated**: 2023-05-11T12:16:33Z | ||
- **Last updated**: 2023-06-14T07:58:51Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -38,17 +38,17 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.8.1", | ||
"@thi.ng/arrays": "^2.5.12", | ||
"@thi.ng/checks": "^3.3.13", | ||
"@thi.ng/errors": "^2.2.16", | ||
"@thi.ng/hex": "^2.3.10", | ||
"@thi.ng/idgen": "^2.1.33", | ||
"@thi.ng/logger": "^1.4.14" | ||
"@thi.ng/api": "^8.8.2", | ||
"@thi.ng/arrays": "^2.5.13", | ||
"@thi.ng/checks": "^3.3.14", | ||
"@thi.ng/errors": "^2.2.17", | ||
"@thi.ng/hex": "^2.3.11", | ||
"@thi.ng/idgen": "^2.1.34", | ||
"@thi.ng/logger": "^1.4.15" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.34.8", | ||
"@thi.ng/testament": "^0.3.16", | ||
"rimraf": "^5.0.0", | ||
"@microsoft/api-extractor": "^7.35.3", | ||
"@thi.ng/testament": "^0.3.17", | ||
"rimraf": "^5.0.1", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.24.6", | ||
"typescript": "^5.0.4" | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -119,3 +119,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "20ab11b687a13228f6a8cecdc5f05ba9105122ea\n" | ||
"gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\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
276246
1448
Updated@thi.ng/api@^8.8.2
Updated@thi.ng/arrays@^2.5.13
Updated@thi.ng/checks@^3.3.14
Updated@thi.ng/errors@^2.2.17
Updated@thi.ng/hex@^2.3.11
Updated@thi.ng/idgen@^2.1.34
Updated@thi.ng/logger@^1.4.15