@configjs/cli 1.1.6 → 1.1.7

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.
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  CompatibilityValidator,
3
3
  allCompatibilityRules
4
- } from "./chunk-3NRMV3WL.js";
4
+ } from "./chunk-NLTJ6GYH.js";
5
5
  import {
6
6
  pluginRegistry
7
- } from "./chunk-V75HW2AM.js";
7
+ } from "./chunk-HKNOLXCV.js";
8
8
  import "./chunk-MQV3WNMH.js";
9
9
  import {
10
10
  logger
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  CompatibilityValidator,
3
3
  allCompatibilityRules
4
- } from "./chunk-3NRMV3WL.js";
4
+ } from "./chunk-NLTJ6GYH.js";
5
5
  import {
6
6
  BackupManager,
7
7
  ConfigWriter,
8
8
  getPluginsByCategory,
9
9
  pluginRegistry
10
- } from "./chunk-V75HW2AM.js";
10
+ } from "./chunk-HKNOLXCV.js";
11
11
  import {
12
12
  PluginTracker
13
13
  } from "./chunk-TVZWTKJU.js";
@@ -86,11 +86,11 @@ var frameworkRegistry = {
86
86
  ts: "vue-ts"
87
87
  },
88
88
  getSetupPrompt: async (language) => {
89
- const { promptVueSetup } = await import("./vue-setup-WY57VJB3.js");
89
+ const { promptVueSetup } = await import("./vue-setup-JLZVVRSJ.js");
90
90
  return await promptVueSetup(language);
91
91
  },
92
92
  createProject: async (options, currentDir, language) => {
93
- const { createVueProject } = await import("./vue-installer-2VSYMM6R.js");
93
+ const { createVueProject } = await import("./vue-installer-LWQQCYOP.js");
94
94
  return await createVueProject(
95
95
  options,
96
96
  currentDir,