@pulsebeam/peer 0.0.13 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsebeam/peer",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -21,6 +21,7 @@
21
21
  "build:watch": "tsup --watch",
22
22
  "clean": "rm -rf dist",
23
23
  "test": "vitest",
24
+ "show:docs": "npx deno doc --html index.ts && python -m http.server -d docs/",
24
25
  "publish": "jsr publish --allow-slow-types"
25
26
  },
26
27
  "files": [