@thi.ng/wasm-api
Advanced tools
Comparing version 1.4.66 to 1.4.67
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:46Z | ||
- **Last updated**: 2024-04-08T14:59:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/wasm-api", | ||
"version": "1.4.66", | ||
"version": "1.4.67", | ||
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", | ||
@@ -40,9 +40,9 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/arrays": "^2.9.1", | ||
"@thi.ng/checks": "^3.5.5", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/hex": "^2.3.41", | ||
"@thi.ng/idgen": "^2.2.36", | ||
"@thi.ng/logger": "^3.0.7" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/arrays": "^2.9.2", | ||
"@thi.ng/checks": "^3.6.0", | ||
"@thi.ng/errors": "^2.5.3", | ||
"@thi.ng/hex": "^2.3.42", | ||
"@thi.ng/idgen": "^2.2.37", | ||
"@thi.ng/logger": "^3.0.8" | ||
}, | ||
@@ -120,3 +120,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -384,4 +384,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as wa from "@thi.ng/wasm-api"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -393,8 +399,2 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/wasm-api"></script> | ||
For Node.js REPL: | ||
```js | ||
const wasmApi = await import("@thi.ng/wasm-api"); | ||
``` | ||
Package sizes (brotli'd, pre-treeshake): ESM: 2.69 KB | ||
@@ -401,0 +401,0 @@ |
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
137800
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/arrays@^2.9.2
Updated@thi.ng/checks@^3.6.0
Updated@thi.ng/errors@^2.5.3
Updated@thi.ng/hex@^2.3.42
Updated@thi.ng/idgen@^2.2.37
Updated@thi.ng/logger@^3.0.8