Skip to content

Commit 5b768c2

Browse files
committed
chore: release 1.0.0-beta.1 (publish tag beta)
Made-with: Cursor
1 parent 77ff111 commit 5b768c2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "@spawn-dock/dev-tunnel",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta.1",
44
"description": "WebSocket tunnel client for SpawnDock local development preview",
55
"type": "module",
66
"bin": {
7-
"spawn-dock-tunnel": "./dist/index.js",
8-
"spawndock-tunnel": "./dist/index.js"
7+
"spawn-dock-tunnel": "dist/index.js",
8+
"spawndock-tunnel": "dist/index.js"
99
},
1010
"files": ["dist"],
1111
"publishConfig": {
12-
"access": "public"
12+
"access": "public",
13+
"tag": "beta"
1314
},
1415
"scripts": {
1516
"build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsc",

0 commit comments

Comments
 (0)