@multiplayer-app/cli 2.0.1 → 2.0.3

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,22 +1,22 @@
1
1
  {
2
2
  "name": "@multiplayer-app/cli",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Multiplayer CLI",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
7
  "multiplayer": "./dist/index.js"
8
8
  },
9
9
  "scripts": {
10
- "build": "bun build src/index.tsx --outdir dist --target bun --format esm --sourcemap=none && rm -f dist/index.js.map",
10
+ "build": "bun build src/index.tsx --outdir dist --target bun --format esm --sourcemap=none --external @anthropic-ai/claude-agent-sdk && rm -f dist/index.js.map",
11
11
  "start": "bun dist/index.js",
12
12
  "dev": "bun src/index.tsx",
13
13
  "typecheck": "tsc --noEmit",
14
14
  "lint": "eslint src/**/*.ts --config eslint.config.js",
15
- "prepublish": "npm run build"
15
+ "prepublishOnly": "npm run build"
16
16
  },
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@anthropic-ai/claude-agent-sdk": "0.2.73",
19
+ "@anthropic-ai/claude-agent-sdk": "0.2.89",
20
20
  "@anthropic-ai/sdk": "^0.78.0",
21
21
  "@opentui/core": "0.1.93",
22
22
  "@opentui/react": "0.1.93",
@@ -1,20 +0,0 @@
1
-
2
- 
3
- > @multiplayer-app/cli@1.3.36 build /Users/dima/Projects/multiplayer-debugger-javascript/packages/cli
4
- > bun build src/index.tsx --outdir dist --target bun --format esm --sourcemap=none && rm -f dist/index.js.map
5
-
6
- Bundled 905 modules in 160ms
7
-
8
- index.js 6.96 MB (entry point)
9
- highlights-ghv9g403.scm 2.86 KB (asset)
10
- tree-sitter-javascript-nd0q4pe9.wasm 0.41 MB (asset)
11
- highlights-eq9cgrbb.scm 9.83 KB (asset)
12
- tree-sitter-typescript-zxjzwt75.wasm 1.41 MB (asset)
13
- highlights-r812a2qc.scm 3.44 KB (asset)
14
- tree-sitter-markdown-411r6y9b.wasm 0.42 MB (asset)
15
- injections-73j83es3.scm 0.82 KB (asset)
16
- highlights-x6tmsnaa.scm 2.15 KB (asset)
17
- tree-sitter-markdown_inline-j5349f42.wasm 0.43 MB (asset)
18
- highlights-hk7bwhj4.scm 3.48 KB (asset)
19
- tree-sitter-zig-e78zbjpm.wasm 0.69 MB (asset)
20
-
@@ -1,5 +0,0 @@
1
-
2
- 
3
- > @multiplayer-app/cli@1.3.36 lint /Users/dima/Projects/multiplayer-debugger-javascript/packages/cli
4
- > eslint src/**/*.ts --config eslint.config.js
5
-