prebundle 1.6.2 → 1.6.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -180,7 +180,7 @@ function findDirectTypeFile(filepath) {
180
180
  default:
181
181
  }
182
182
  }
183
- const { logger } = rslog;
183
+ const { logger: logger } = rslog;
184
184
  function emitAssets(assets, distPath) {
185
185
  for (const key of Object.keys(assets)){
186
186
  const asset = assets[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prebundle",
3
- "version": "1.6.2",
3
+ "version": "1.6.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/rstackjs/prebundle"
@@ -26,24 +26,24 @@
26
26
  "dependencies": {
27
27
  "cac": "^6.7.14",
28
28
  "@vercel/ncc": "0.38.4",
29
- "prettier": "^3.7.3",
30
- "rollup": "^4.53.3",
29
+ "prettier": "^3.8.1",
30
+ "rollup": "^4.57.1",
31
31
  "rollup-plugin-dts": "^6.3.0",
32
- "terser": "^5.44.1"
32
+ "terser": "^5.46.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@astrojs/sitemap": "^3.6.0",
36
- "@rslib/core": "0.18.2",
37
- "@rstest/core": "^0.6.8",
35
+ "@astrojs/sitemap": "^3.7.0",
36
+ "@rslib/core": "0.19.4",
37
+ "@rstest/core": "^0.8.3",
38
38
  "@types/fs-extra": "^11.0.4",
39
- "@types/node": "22.19.1",
39
+ "@types/node": "24.11.0",
40
40
  "chalk": "^5.6.2",
41
41
  "fast-glob": "^3.3.3",
42
- "fs-extra": "^11.3.2",
42
+ "fs-extra": "^11.3.3",
43
43
  "rslog": "^1.3.2",
44
44
  "typescript": "^5.9.3"
45
45
  },
46
- "packageManager": "pnpm@10.24.0",
46
+ "packageManager": "pnpm@10.28.2",
47
47
  "publishConfig": {
48
48
  "access": "public",
49
49
  "registry": "https://registry.npmjs.org/",