@naarang/ccc 2.0.0-alpha.1 → 2.0.0-alpha.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 +54 -54
- package/package.json +2 -2
- package/dist/ngrok.win32-x64-msvc-zjj4rz8c.node +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naarang/ccc",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.2",
|
|
4
4
|
"description": "Code Chat Connect - Control Claude Code from your mobile device",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"dev": "bun src/index.ts",
|
|
12
12
|
"build": "bun run clean && bun run build:dist && bun run copy-scripts",
|
|
13
|
-
"build:dist": "bun build src/index.ts --outdir dist --target bun --minify --external bun-pty --external expo-server-sdk",
|
|
13
|
+
"build:dist": "bun build src/index.ts --outdir dist --target bun --minify --external bun-pty --external expo-server-sdk --external @ngrok/ngrok",
|
|
14
14
|
"build:compile": "bun build --compile --minify --sourcemap src/index.ts --outfile ccc",
|
|
15
15
|
"copy-scripts": "node -e \"require('fs').cpSync('scripts', 'dist/scripts', {recursive: true})\"",
|
|
16
16
|
"clean": "rm -rf dist",
|
|
Binary file
|