@akanjs/cli 2.2.4-rc.0 → 2.2.4-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.
@@ -8162,7 +8162,7 @@ var uploadRelease = async (appName, {
8162
8162
  preparingFormSpinner.succeed("Preparing form data... done");
8163
8163
  try {
8164
8164
  const uploadingFilesSpinner = spinning("Uploading files to server...");
8165
- const [buildFile2, sourceFile2, appBuildFile2] = await httpClient.post("/file/addFilesRestApi", formData);
8165
+ const [buildFile2, sourceFile2, appBuildFile2] = await httpClient.post("/file/addFiles", formData);
8166
8166
  uploadingFilesSpinner.succeed("Uploading files to server... done");
8167
8167
  const fetchingAppSpinner = spinning(`Fetching dev app information for ${appName}...`);
8168
8168
  const major = platformVersion ? parseInt(platformVersion.split(".")[0]) : 1;
package/index.js CHANGED
@@ -8160,7 +8160,7 @@ var uploadRelease = async (appName, {
8160
8160
  preparingFormSpinner.succeed("Preparing form data... done");
8161
8161
  try {
8162
8162
  const uploadingFilesSpinner = spinning("Uploading files to server...");
8163
- const [buildFile2, sourceFile2, appBuildFile2] = await httpClient.post("/file/addFilesRestApi", formData);
8163
+ const [buildFile2, sourceFile2, appBuildFile2] = await httpClient.post("/file/addFiles", formData);
8164
8164
  uploadingFilesSpinner.succeed("Uploading files to server... done");
8165
8165
  const fetchingAppSpinner = spinning(`Fetching dev app information for ${appName}...`);
8166
8166
  const major = platformVersion ? parseInt(platformVersion.split(".")[0]) : 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "2.2.4-rc.0",
3
+ "version": "2.2.4-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.2.4-rc.0",
38
+ "akanjs": "2.2.4-rc.1",
39
39
  "chalk": "^5.6.2",
40
40
  "commander": "^14.0.3",
41
41
  "daisyui": "^5.5.20",