dtsroll 1.4.0 → 1.4.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/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  import { cli } from 'cleye';
3
- import { b as bgYellow, a as black, d as dtsroll, l as logOutput } from './index-BR0PvbQA.mjs';
3
+ import { b as bgYellow, a as black, d as dtsroll, l as logOutput } from './index-C9-38zEa.mjs';
4
4
  import 'node:path';
5
5
  import 'node:fs/promises';
6
6
  import 'rollup';
@@ -9,7 +9,7 @@ import '@rollup/plugin-node-resolve';
9
9
  import 'byte-size';
10
10
 
11
11
  var name = "dtsroll";
12
- var version = "1.4.0";
12
+ var version = "1.4.1";
13
13
  var description = "Bundle dts files";
14
14
 
15
15
  const argv = cli({
@@ -548,7 +548,7 @@ const build = async (input, outputDirectory, externals, mode, conditions) => {
548
548
  // sourcemap: true,
549
549
  dir: outputDirectory,
550
550
  entryFileNames: "[name]",
551
- chunkFileNames: "_dtsroll-chunks/[name].ts"
551
+ chunkFileNames: "_dtsroll-chunks/[hash]-[name].ts"
552
552
  },
553
553
  plugins: [
554
554
  externalizePlugin,
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import 'node:path';
2
- export { d as dtsroll } from './index-BR0PvbQA.mjs';
2
+ export { d as dtsroll } from './index-C9-38zEa.mjs';
3
3
  import 'node:fs/promises';
4
4
  import 'rollup';
5
5
  import 'rollup-plugin-dts';
package/dist/vite.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { d as dtsroll, l as logOutput } from './index-BR0PvbQA.mjs';
1
+ import { d as dtsroll, l as logOutput } from './index-C9-38zEa.mjs';
2
2
  import 'node:path';
3
3
  import 'node:fs/promises';
4
4
  import 'rollup';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtsroll",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Bundle dts files",
5
5
  "keywords": [
6
6
  "bundle",