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-
|
|
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.
|
|
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
package/dist/vite.mjs
CHANGED