@vitus-labs/tools-rollup 1.14.0 → 1.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @vitus-labs/tools-core@1.15.1
9
+
10
+ ## 1.15.0
11
+
12
+ ### Patch Changes
13
+
14
+ - [`41ac6c5`](https://github.com/vitus-labs/tools/commit/41ac6c5288dec3d1e113db15c2a62a042174f6b4) Thanks [@vitbokisch](https://github.com/vitbokisch)! - **vitest**: Upgrade to vite 8 peer dependency. Plugin types use `unknown[]` for cross-version compatibility.
15
+
16
+ **rolldown**: Skip passthrough exports (e.g. `"./package.json": "./package.json"`) and exports without build conditions.
17
+
18
+ **all**: Update next 16.1.7, vite 8.0.0. Fix publish script tarball parsing.
19
+
20
+ - Updated dependencies [[`41ac6c5`](https://github.com/vitus-labs/tools/commit/41ac6c5288dec3d1e113db15c2a62a042174f6b4)]:
21
+ - @vitus-labs/tools-core@1.15.0
22
+
3
23
  ## 1.14.0
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitus-labs/tools-rollup",
3
- "version": "1.14.0",
3
+ "version": "1.15.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,7 @@
43
43
  "@rollup/plugin-terser": "^1.0.0",
44
44
  "@rollup/plugin-typescript": "^12.3.0",
45
45
  "@types/node": "^25.5.0",
46
- "@vitus-labs/tools-core": "^1.12.0",
46
+ "@vitus-labs/tools-core": "^1.14.0",
47
47
  "chalk": "^5.6.2",
48
48
  "find-up": "^8.0.0",
49
49
  "lodash-es": "^4.17.23",
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/lodash-es": "^4.17.12",
64
- "@vitus-labs/tools-typescript": "^1.12.0",
64
+ "@vitus-labs/tools-typescript": "^1.14.0",
65
65
  "typescript": "^5.9.3"
66
66
  }
67
67
  }