@onexapis/cli 1.1.4 → 1.1.5

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
@@ -3471,6 +3471,9 @@ async function renameTheme(themeDir, oldName, newName) {
3471
3471
  );
3472
3472
  }
3473
3473
  pkg.version = "1.0.0";
3474
+ if (pkg.devDependencies?.["@onexapis/cli"]) {
3475
+ delete pkg.devDependencies["@onexapis/cli"];
3476
+ }
3474
3477
  await fs__default.default.writeJson(pkgPath, pkg, { spaces: 2 });
3475
3478
  }
3476
3479
  const configPath = path8__default.default.join(themeDir, "theme.config.ts");