@blazen-dev/wasi 0.1.160 → 0.1.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@blazen-dev/wasi",
3
- "version": "0.1.160",
3
+ "version": "0.1.161",
4
4
  "description": "Blazen wasi build of the Node binding — thin re-export of @blazen-dev/blazen-wasm32-wasi for explicit installs in Cloudflare Workers / Deno / any WASI host. The umbrella `blazen` package auto-resolves the wasi sidecar without this alias; install this only if you want an explicit pin.",
5
- "license": "AGPL-3.0-or-later",
5
+ "license": "MPL-2.0",
6
6
  "type": "module",
7
7
  "main": "index.cjs",
8
8
  "module": "index.mjs",
@@ -13,7 +13,7 @@
13
13
  "index.d.ts"
14
14
  ],
15
15
  "dependencies": {
16
- "@blazen-dev/blazen-wasm32-wasi": "0.1.160"
16
+ "@blazen-dev/blazen-wasm32-wasi": "0.1.161"
17
17
  },
18
18
  "publishConfig": {
19
19
  "access": "public"