@vocoder/cli 0.2.0 → 0.2.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/dist/bin.mjs CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  detectLocalEcosystem,
6
6
  getPackagesToInstall,
7
7
  getSetupSnippets
8
- } from "./chunk-JTRTTGYF.mjs";
8
+ } from "./chunk-LHEEDIEX.mjs";
9
9
 
10
10
  // src/bin.ts
11
11
  import { Command } from "commander";
@@ -747,7 +747,7 @@ function writeVocoderConfig(options) {
747
747
  const configPath = join2(cwd, "vocoder.config.ts");
748
748
  if (existsSync(configPath)) return false;
749
749
  const branchesStr = targetBranches.map((b) => `'${b}'`).join(", ");
750
- const content = `import { defineConfig } from '@vocoder/extractor'
750
+ const content = `import { defineConfig } from '@vocoder/config'
751
751
 
752
752
  export default defineConfig({
753
753
  targetBranches: [${branchesStr}],