@reliverse/dler 1.7.76 → 1.7.77

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,5 +1,5 @@
1
1
  import { endPrompt, startPrompt } from "@reliverse/rempts";
2
- const version = "1.7.76";
2
+ const version = "1.7.77";
3
3
  export async function showStartPrompt(isDev) {
4
4
  await startPrompt({
5
5
  titleColor: "inverse",
@@ -173,7 +173,7 @@ function getFilterDepsPatterns(isDev) {
173
173
  }`;
174
174
  }
175
175
  function generateConfig(isDev, pkgDescription) {
176
- const importdefineConfigStatement = isDev ? `import { defineConfig } from "../../../cfg/cfg-impl/cfg-consts";` : `import { defineConfig } from "@reliverse/dler-cfg";`;
176
+ const importdefineConfigStatement = isDev ? `import { defineConfig } from "../../../cfg/cfg-impl/cfg-consts";` : `import { defineConfig } from "@reliverse/cfg";`;
177
177
  const verboseValue = getValue(isDev, true, DEFAULT_CONFIG_DLER.commonVerbose);
178
178
  const coreIsCLI = getCoreIsCLI(isDev);
179
179
  const registryValue = getValue(isDev, "npm-jsr", DEFAULT_CONFIG_DLER.commonPubRegistry);
package/package.json CHANGED
@@ -52,7 +52,7 @@
52
52
  "license": "MIT",
53
53
  "name": "@reliverse/dler",
54
54
  "type": "module",
55
- "version": "1.7.76",
55
+ "version": "1.7.77",
56
56
  "keywords": [
57
57
  "reliverse",
58
58
  "cli",