@dainprotocol/cli 1.2.11 → 1.2.13
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/commands/dev.js +0 -3
- package/package.json +3 -3
package/dist/commands/dev.js
CHANGED
|
@@ -88,8 +88,6 @@ function startProcess(command, options, isRestart) {
|
|
|
88
88
|
var spinner = (0, ora_1.default)(isRestart ? 'Restarting development server...' : 'Starting development server...').start();
|
|
89
89
|
childProcess = (0, child_process_1.exec)(command, options);
|
|
90
90
|
(_a = childProcess.stdout) === null || _a === void 0 ? void 0 : _a.on('data', function (data) {
|
|
91
|
-
var dataStr = data.toString().trim();
|
|
92
|
-
console.log("[DEBUG] stdout event - serverStarted: ".concat(serverStarted, ", data: \"").concat(dataStr.substring(0, 50), "...\""));
|
|
93
91
|
if (!serverStarted) {
|
|
94
92
|
spinner.succeed(isRestart ? 'Development server restarted.' : 'Development server started.');
|
|
95
93
|
if (tunnelUrl && isFirstStart) {
|
|
@@ -97,7 +95,6 @@ function startProcess(command, options, isRestart) {
|
|
|
97
95
|
isFirstStart = false;
|
|
98
96
|
}
|
|
99
97
|
serverStarted = true;
|
|
100
|
-
console.log("[DEBUG] Set serverStarted to true");
|
|
101
98
|
}
|
|
102
99
|
console.log(data);
|
|
103
100
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dainprotocol/cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@ai-sdk/anthropic": "^0.0.50",
|
|
23
|
-
"@dainprotocol/service-sdk": "^
|
|
24
|
-
"@dainprotocol/tunnel": "^1.1.
|
|
23
|
+
"@dainprotocol/service-sdk": "^2.0.32",
|
|
24
|
+
"@dainprotocol/tunnel": "^1.1.14",
|
|
25
25
|
"@types/fs-extra": "^11.0.4",
|
|
26
26
|
"@types/localtunnel": "^2.0.4",
|
|
27
27
|
"ai": "^3.3.41",
|