happy-coder 0.10.0-3 → 0.10.0-4
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/README.md +10 -1
- package/dist/{index-tqOLc1Il.cjs → index-67rskwL7.cjs} +61 -84
- package/dist/{index-DPVbp4Yx.mjs → index-Dw96QD4T.mjs} +60 -83
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/lib.cjs +1 -1
- package/dist/lib.d.cts +42 -110
- package/dist/lib.d.mts +42 -110
- package/dist/lib.mjs +1 -1
- package/dist/{runCodex-BxLD6H6G.cjs → runCodex-BLNf5zb1.cjs} +3 -3
- package/dist/{runCodex-C07HQlsW.mjs → runCodex-BNH8w4O9.mjs} +3 -3
- package/dist/{types-xds_c-JJ.mjs → types-2wHnX7UW.mjs} +208 -164
- package/dist/{types-CsJGQvQ3.cjs → types-BcDnTXMg.cjs} +209 -164
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "happy-coder",
|
|
3
|
-
"version": "0.10.0-
|
|
3
|
+
"version": "0.10.0-4",
|
|
4
4
|
"description": "Mobile and Web client for Claude Code and Codex",
|
|
5
5
|
"author": "Kirill Dubovitskiy",
|
|
6
6
|
"license": "MIT",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"build": "shx rm -rf dist && npx tsc --noEmit && pkgroll",
|
|
61
61
|
"test": "yarn build && tsx --env-file .env.integration-test node_modules/.bin/vitest run",
|
|
62
62
|
"start": "yarn build && ./bin/happy.mjs",
|
|
63
|
-
"dev": "
|
|
63
|
+
"dev": "tsx --env-file .env.dev src/index.ts",
|
|
64
64
|
"dev:local-server": "yarn build && tsx --env-file .env.dev-local-server src/index.ts",
|
|
65
65
|
"dev:integration-test-env": "yarn build && tsx --env-file .env.integration-test src/index.ts",
|
|
66
66
|
"prepublishOnly": "yarn build && yarn test",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"@anthropic-ai/sdk": "^0.56.0",
|
|
73
73
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
74
74
|
"@stablelib/base64": "^2.0.1",
|
|
75
|
+
"@stablelib/hex": "^2.0.1",
|
|
75
76
|
"@types/cross-spawn": "^6.0.6",
|
|
76
77
|
"@types/http-proxy": "^1.17.16",
|
|
77
78
|
"@types/ps-list": "^6.2.1",
|