@akanjs/cli 2.1.2-rc.0 → 2.1.2-rc.1
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/incrementalBuilder.proc.js +1 -0
- package/index.js +1 -0
- package/package.json +2 -2
|
@@ -230,6 +230,7 @@ class CloudApi {
|
|
|
230
230
|
async downloadEnv(devProjectId) {
|
|
231
231
|
const localPath = `${this.#workspace.workspaceRoot}/local/env.tar`;
|
|
232
232
|
await this.#api.getFile(`/downloadEnv/${devProjectId}`, localPath);
|
|
233
|
+
return localPath;
|
|
233
234
|
}
|
|
234
235
|
async getRemoteAuthToken(remoteId) {
|
|
235
236
|
try {
|
package/index.js
CHANGED
|
@@ -228,6 +228,7 @@ class CloudApi {
|
|
|
228
228
|
async downloadEnv(devProjectId) {
|
|
229
229
|
const localPath = `${this.#workspace.workspaceRoot}/local/env.tar`;
|
|
230
230
|
await this.#api.getFile(`/downloadEnv/${devProjectId}`, localPath);
|
|
231
|
+
return localPath;
|
|
231
232
|
}
|
|
232
233
|
async getRemoteAuthToken(remoteId) {
|
|
233
234
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akanjs/cli",
|
|
3
|
-
"version": "2.1.2-rc.
|
|
3
|
+
"version": "2.1.2-rc.1",
|
|
4
4
|
"sourceType": "module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@langchain/openai": "^1.4.6",
|
|
36
36
|
"@tailwindcss/node": "^4.3.0",
|
|
37
37
|
"@trapezedev/project": "^7.1.4",
|
|
38
|
-
"akanjs": "2.1.2-rc.
|
|
38
|
+
"akanjs": "2.1.2-rc.1",
|
|
39
39
|
"chalk": "^5.6.2",
|
|
40
40
|
"commander": "^14.0.3",
|
|
41
41
|
"daisyui": "^5.5.20",
|