zocket 0.0.1 → 0.0.2

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.
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "zocket",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
+ "description": "Hub-and-spoke WebSocket adapters for Orbz anchors.",
5
6
  "scripts": {
6
7
  "test": "bun test",
7
- "build:core": "bun build src/index.js --outfile dist/index.js --target browser",
8
- "build:web": "bun build src/adapters/web.js --outfile dist/web.js --target browser",
9
- "build:bun": "bun build src/adapters/bun.js --outfile dist/bun.js --target bun",
8
+ "build:core": "bun build src/index.js --outfile dist/index.js --target browser --external orbz",
9
+ "build:web": "bun build src/adapters/web.js --outfile dist/web.js --target browser --external orbz",
10
+ "build:bun": "bun build src/adapters/bun.js --outfile dist/bun.js --target bun --external orbz",
10
11
  "build": "bun run build:core && bun run build:web && bun run build:bun"
11
12
  },
12
13
  "files": [