@plitzi/sdk-variables 0.34.0 → 0.35.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 +35 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @plitzi/sdk-variables
2
2
 
3
+ ## 0.35.1
4
+
5
+ ### Patch Changes
6
+
7
+ - v0.35.1
8
+ - Updated dependencies
9
+ - @plitzi/sdk-shared@0.35.1
10
+
11
+ ## 0.35.0
12
+
13
+ ### Minor Changes
14
+
15
+ - v0.35.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @plitzi/sdk-shared@0.35.0
21
+
22
+ ## 0.34.1
23
+
24
+ ### Patch Changes
25
+
26
+ - cba7b8b: Build tools no longer install with the SDK.
27
+
28
+ `@plitzi/plitzi-sdk` listed `vite`, `vite-plugin-dts` and `vite-plugin-react` as runtime dependencies, and
29
+ `@plitzi/sdk-variables` listed `eslint` — so every project depending on the SDK installed a bundler, a type bundler,
30
+ a Babel 7 toolchain and a deprecated `eslint@9` it never runs. They are build-time only: `vite` and `vite-plugin-dts`
31
+ move to `devDependencies`, the unused `vite-plugin-react` is removed, `@vitejs/plugin-react` (which the build
32
+ config does import) is now declared, and `eslint` is dropped from `sdk-variables`' runtime list.
33
+
34
+ - v0.34.1
35
+ - Updated dependencies
36
+ - @plitzi/sdk-shared@0.34.1
37
+
3
38
  ## 0.34.0
4
39
 
5
40
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plitzi/sdk-variables",
3
- "version": "0.34.0",
3
+ "version": "0.35.1",
4
4
  "license": "AGPL-3.0",
5
5
  "files": [
6
6
  "dist"
@@ -152,9 +152,8 @@
152
152
  },
153
153
  "dependencies": {
154
154
  "@plitzi/plitzi-ui": "^1.6.21",
155
- "@plitzi/sdk-shared": "0.34.0",
155
+ "@plitzi/sdk-shared": "0.35.1",
156
156
  "clsx": "^2.1.1",
157
- "eslint": "^9.39.5",
158
157
  "zod": "^4.6.4"
159
158
  },
160
159
  "devDependencies": {