@blazen-dev/wasi 0.6.0 → 0.6.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blazen-dev/wasi",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Single-install Blazen package for Cloudflare Workers, Deno, and any WASI host. Re-exports @blazen-dev/blazen-wasm32-wasi and lists the wasm sidecar as a regular dependency, so `pnpm add @blazen-dev/wasi` is all that's needed. The umbrella `blazen` package targets Node servers and keeps the wasm sidecar out of the default install footprint.",
5
5
  "license": "MPL-2.0",
6
6
  "type": "module",
@@ -13,7 +13,7 @@
13
13
  "index.d.ts"
14
14
  ],
15
15
  "dependencies": {
16
- "@blazen-dev/blazen-wasm32-wasi": "0.6.0"
16
+ "@blazen-dev/blazen-wasm32-wasi": "0.6.1"
17
17
  },
18
18
  "publishConfig": {
19
19
  "access": "public"