@dainprotocol/cli 1.0.37 → 1.0.39
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/deploy.js
CHANGED
|
@@ -54,12 +54,8 @@ function deploy(options) {
|
|
|
54
54
|
case 0:
|
|
55
55
|
config = (0, utils_1.getDainConfig)(options.config);
|
|
56
56
|
// disable for now only availible for internal testing for now
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
process.exit(1);
|
|
60
|
-
}
|
|
61
|
-
spinner = (0, ora_1.default)("Deploying project...").start();
|
|
62
|
-
_a.label = 1;
|
|
57
|
+
(0, utils_1.logError)("Deployment is not supported for now. Only available for internal testing.");
|
|
58
|
+
return [2 /*return*/, process.exit(1)];
|
|
63
59
|
case 1:
|
|
64
60
|
_a.trys.push([1, 7, , 8]);
|
|
65
61
|
// First, build the project
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dainprotocol/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@ai-sdk/anthropic": "^0.0.50",
|
|
24
|
-
"@dainprotocol/service-sdk": "^1.0.
|
|
24
|
+
"@dainprotocol/service-sdk": "^1.0.50",
|
|
25
25
|
"@dainprotocol/tunnel": "^1.0.5",
|
|
26
26
|
"@types/fs-extra": "^11.0.4",
|
|
27
27
|
"@types/localtunnel": "^2.0.4",
|