@reliverse/dler 1.7.9 → 1.7.10

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.
@@ -89,7 +89,7 @@ export default defineCommand({
89
89
  },
90
90
  dontBuildCopyInstead: {
91
91
  type: "string",
92
- description: "Don't build copy instead of (glob patterns, e.g. '**/*.json') (default: ['**/templates/**'])"
92
+ description: "Don't build copy instead of (glob patterns, e.g. '**/*.json') (default: ['**/templates'])"
93
93
  }
94
94
  }),
95
95
  async run({ args }) {
@@ -257,7 +257,7 @@ async function regular_bundleUsingUnified(isCLI, coreEntryFile, outDirBin, build
257
257
  showOutLog: true,
258
258
  transpileStub,
259
259
  transpileWatch: transpileWatch ?? false,
260
- dontBuildCopyInstead: ["**/templates/**"]
260
+ dontBuildCopyInstead: ["**/templates"]
261
261
  };
262
262
  await unifiedBuild(coreEntrySrcDir, isCLI, false, rootDir, unifiedBuildConfig, outDirBin);
263
263
  const duration = getElapsedPerfTime(timer);
@@ -1,5 +1,5 @@
1
1
  import { endPrompt, startPrompt } from "@reliverse/rempts";
2
- const version = "1.7.9";
2
+ const version = "1.7.10";
3
3
  export async function showStartPrompt(isDev) {
4
4
  await startPrompt({
5
5
  titleColor: "inverse",
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  "license": "MIT",
45
45
  "name": "@reliverse/dler",
46
46
  "type": "module",
47
- "version": "1.7.9",
47
+ "version": "1.7.10",
48
48
  "keywords": [
49
49
  "reliverse",
50
50
  "cli",