@p697/clawket 0.4.0 → 0.4.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/dist/index.js +3439 -1
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@p697/clawket",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Clawket CLI for pairing and running the Relay bridge runtime",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build:bundle": "npm run --workspace @clawket/bridge-core build && npm run --workspace @clawket/bridge-runtime build && npx tsup src/index.ts --format esm --platform node --target node20 --clean --no-external @clawket/bridge-core --no-external @clawket/bridge-runtime --external ws --external qrcode-terminal",
|
|
22
|
-
"build": "npm run build:bundle
|
|
22
|
+
"build": "npm run build:bundle",
|
|
23
23
|
"typecheck": "npm run --workspace @clawket/bridge-core build && npm run --workspace @clawket/bridge-runtime build && tsc -p tsconfig.json --noEmit",
|
|
24
24
|
"test": "npm run --workspace @clawket/bridge-core build && npm run --workspace @clawket/bridge-runtime build && vitest run --passWithNoTests",
|
|
25
25
|
"status": "node scripts/run-command.mjs status",
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@clawket/bridge-core": "0.3.1",
|
|
48
48
|
"@clawket/bridge-runtime": "0.3.1",
|
|
49
|
-
"javascript-obfuscator": "^5.3.0",
|
|
50
49
|
"tsup": "^8.5.0"
|
|
51
50
|
}
|
|
52
51
|
}
|