@qualcomm-ui/mdx-vite 2.5.3 → 2.5.4
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/cli.js
CHANGED
|
@@ -6754,6 +6754,7 @@ var Uploader = class {
|
|
|
6754
6754
|
);
|
|
6755
6755
|
const spinner2 = ora(`Updating ${name}`).start();
|
|
6756
6756
|
await this.filesApi.updateDataContent(fileId, fileString);
|
|
6757
|
+
await this.knowledgeApi.updateFile(this.config.knowledgeId, fileId);
|
|
6757
6758
|
spinner2.succeed(`Updated ${name}`);
|
|
6758
6759
|
return { success: true };
|
|
6759
6760
|
} catch (e) {
|