prebundle 1.4.0 → 1.4.2
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/index.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -201,7 +201,7 @@ async function emitDts(task, externals) {
|
|
|
201
201
|
};
|
|
202
202
|
if (task.ignoreDts) return void outputDefaultDts();
|
|
203
203
|
if (task.copyDts) {
|
|
204
|
-
const dtsFiles = fast_glob.sync('**/*.d.ts', {
|
|
204
|
+
const dtsFiles = fast_glob.sync('**/*.d.{ts,cts}', {
|
|
205
205
|
cwd: task.depPath,
|
|
206
206
|
absolute: false
|
|
207
207
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prebundle",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/rspack-contrib/prebundle"
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@vercel/ncc": "0.38.3",
|
|
27
27
|
"prettier": "^3.6.2",
|
|
28
|
-
"rollup": "^4.
|
|
28
|
+
"rollup": "^4.46.2",
|
|
29
29
|
"rollup-plugin-dts": "^6.2.1",
|
|
30
30
|
"terser": "^5.43.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@rslib/core": "0.
|
|
33
|
+
"@rslib/core": "0.11.0",
|
|
34
34
|
"@types/fs-extra": "^11.0.4",
|
|
35
|
-
"@types/node": "22.
|
|
35
|
+
"@types/node": "22.17.0",
|
|
36
36
|
"fast-glob": "^3.3.3",
|
|
37
37
|
"fs-extra": "^11.3.0",
|
|
38
38
|
"rslog": "^1.2.9",
|
|
39
|
-
"typescript": "^5.
|
|
39
|
+
"typescript": "^5.9.2"
|
|
40
40
|
},
|
|
41
|
-
"packageManager": "pnpm@10.
|
|
41
|
+
"packageManager": "pnpm@10.14.0",
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public",
|
|
44
44
|
"registry": "https://registry.npmjs.org/",
|