happy-coder 0.10.0-1 → 0.10.0-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.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var chalk = require('chalk');
|
|
4
4
|
var os = require('node:os');
|
|
5
5
|
var node_crypto = require('node:crypto');
|
|
6
|
-
var types = require('./types-
|
|
6
|
+
var types = require('./types-WP9wteZE.cjs');
|
|
7
7
|
var node_child_process = require('node:child_process');
|
|
8
8
|
var node_path = require('node:path');
|
|
9
9
|
var node_readline = require('node:readline');
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import chalk from 'chalk';
|
|
2
2
|
import os$1, { homedir } from 'node:os';
|
|
3
3
|
import { randomUUID, randomBytes } from 'node:crypto';
|
|
4
|
-
import { l as logger, p as projectPath, b as backoff, d as delay, R as RawJSONLinesSchema, e as AsyncLock, r as readDaemonState, f as clearDaemonState, g as packageJson, c as configuration, h as readSettings, i as readCredentials, j as encodeBase64, u as updateSettings, k as encodeBase64Url, m as decodeBase64, w as writeCredentials, n as acquireDaemonLock, o as writeDaemonState, A as ApiClient, q as releaseDaemonLock, s as clearCredentials, t as clearMachineId, v as getLatestDaemonLog } from './types-
|
|
4
|
+
import { l as logger, p as projectPath, b as backoff, d as delay, R as RawJSONLinesSchema, e as AsyncLock, r as readDaemonState, f as clearDaemonState, g as packageJson, c as configuration, h as readSettings, i as readCredentials, j as encodeBase64, u as updateSettings, k as encodeBase64Url, m as decodeBase64, w as writeCredentials, n as acquireDaemonLock, o as writeDaemonState, A as ApiClient, q as releaseDaemonLock, s as clearCredentials, t as clearMachineId, v as getLatestDaemonLog } from './types-xfXKJHdM.mjs';
|
|
5
5
|
import { spawn, execSync, execFileSync } from 'node:child_process';
|
|
6
6
|
import { resolve, join } from 'node:path';
|
|
7
7
|
import { createInterface } from 'node:readline';
|
package/dist/lib.cjs
CHANGED
package/dist/lib.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as ApiClient, a as ApiSessionClient, R as RawJSONLinesSchema, c as configuration, l as logger } from './types-
|
|
1
|
+
export { A as ApiClient, a as ApiSessionClient, R as RawJSONLinesSchema, c as configuration, l as logger } from './types-xfXKJHdM.mjs';
|
|
2
2
|
import 'axios';
|
|
3
3
|
import 'chalk';
|
|
4
4
|
import 'fs';
|
|
@@ -41,7 +41,7 @@ function _interopNamespaceDefault(e) {
|
|
|
41
41
|
var z__namespace = /*#__PURE__*/_interopNamespaceDefault(z);
|
|
42
42
|
|
|
43
43
|
var name = "happy-coder";
|
|
44
|
-
var version = "0.10.0-
|
|
44
|
+
var version = "0.10.0-2";
|
|
45
45
|
var description = "Claude Code session sharing CLI";
|
|
46
46
|
var author = "Kirill Dubovitskiy";
|
|
47
47
|
var license = "MIT";
|
|
@@ -97,15 +97,15 @@ var scripts = {
|
|
|
97
97
|
release: "release-it"
|
|
98
98
|
};
|
|
99
99
|
var dependencies = {
|
|
100
|
-
"@anthropic-ai/claude-code": "^1.0.
|
|
100
|
+
"@anthropic-ai/claude-code": "^1.0.102",
|
|
101
101
|
"@anthropic-ai/sdk": "^0.56.0",
|
|
102
102
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
103
103
|
"@stablelib/base64": "^2.0.1",
|
|
104
|
+
"@types/cross-spawn": "^6.0.6",
|
|
104
105
|
"@types/http-proxy": "^1.17.16",
|
|
106
|
+
"@types/ps-list": "^6.2.1",
|
|
105
107
|
"@types/qrcode-terminal": "^0.12.2",
|
|
106
108
|
"@types/react": "^19.1.9",
|
|
107
|
-
"@types/ps-list": "^6.2.1",
|
|
108
|
-
"@types/cross-spawn": "^6.0.6",
|
|
109
109
|
axios: "^1.10.0",
|
|
110
110
|
chalk: "^5.4.1",
|
|
111
111
|
"cross-spawn": "^7.0.6",
|
|
@@ -952,7 +952,7 @@ class RpcHandlerManager {
|
|
|
952
952
|
}
|
|
953
953
|
}
|
|
954
954
|
|
|
955
|
-
const __dirname$1 = path.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('types-
|
|
955
|
+
const __dirname$1 = path.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('types-WP9wteZE.cjs', document.baseURI).href))));
|
|
956
956
|
function projectPath() {
|
|
957
957
|
const path$1 = path.resolve(__dirname$1, "..");
|
|
958
958
|
return path$1;
|
|
@@ -20,7 +20,7 @@ import { fileURLToPath } from 'url';
|
|
|
20
20
|
import { Expo } from 'expo-server-sdk';
|
|
21
21
|
|
|
22
22
|
var name = "happy-coder";
|
|
23
|
-
var version = "0.10.0-
|
|
23
|
+
var version = "0.10.0-2";
|
|
24
24
|
var description = "Claude Code session sharing CLI";
|
|
25
25
|
var author = "Kirill Dubovitskiy";
|
|
26
26
|
var license = "MIT";
|
|
@@ -76,15 +76,15 @@ var scripts = {
|
|
|
76
76
|
release: "release-it"
|
|
77
77
|
};
|
|
78
78
|
var dependencies = {
|
|
79
|
-
"@anthropic-ai/claude-code": "^1.0.
|
|
79
|
+
"@anthropic-ai/claude-code": "^1.0.102",
|
|
80
80
|
"@anthropic-ai/sdk": "^0.56.0",
|
|
81
81
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
82
82
|
"@stablelib/base64": "^2.0.1",
|
|
83
|
+
"@types/cross-spawn": "^6.0.6",
|
|
83
84
|
"@types/http-proxy": "^1.17.16",
|
|
85
|
+
"@types/ps-list": "^6.2.1",
|
|
84
86
|
"@types/qrcode-terminal": "^0.12.2",
|
|
85
87
|
"@types/react": "^19.1.9",
|
|
86
|
-
"@types/ps-list": "^6.2.1",
|
|
87
|
-
"@types/cross-spawn": "^6.0.6",
|
|
88
88
|
axios: "^1.10.0",
|
|
89
89
|
chalk: "^5.4.1",
|
|
90
90
|
"cross-spawn": "^7.0.6",
|
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-2",
|
|
4
4
|
"description": "Claude Code session sharing CLI",
|
|
5
5
|
"author": "Kirill Dubovitskiy",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"release": "release-it"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@anthropic-ai/claude-code": "^1.0.
|
|
59
|
+
"@anthropic-ai/claude-code": "^1.0.102",
|
|
60
60
|
"@anthropic-ai/sdk": "^0.56.0",
|
|
61
61
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
62
62
|
"@stablelib/base64": "^2.0.1",
|
|
63
|
+
"@types/cross-spawn": "^6.0.6",
|
|
63
64
|
"@types/http-proxy": "^1.17.16",
|
|
65
|
+
"@types/ps-list": "^6.2.1",
|
|
64
66
|
"@types/qrcode-terminal": "^0.12.2",
|
|
65
67
|
"@types/react": "^19.1.9",
|
|
66
|
-
"@types/ps-list": "^6.2.1",
|
|
67
|
-
"@types/cross-spawn": "^6.0.6",
|
|
68
68
|
"axios": "^1.10.0",
|
|
69
69
|
"chalk": "^5.4.1",
|
|
70
70
|
"cross-spawn": "^7.0.6",
|