@plitzi/sdk-variables 0.32.4 → 0.32.6

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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @plitzi/sdk-variables
2
2
 
3
+ ## 0.32.6
4
+
5
+ ### Patch Changes
6
+
7
+ - v0.32.6
8
+ - Updated dependencies
9
+ - @plitzi/sdk-shared@0.32.6
10
+
11
+ ## 0.32.5
12
+
13
+ ### Patch Changes
14
+
15
+ - v0.32.4
16
+ - Updated dependencies
17
+ - @plitzi/sdk-shared@0.32.5
18
+
3
19
  ## 0.32.4
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plitzi/sdk-variables",
3
- "version": "0.32.4",
3
+ "version": "0.32.6",
4
4
  "license": "AGPL-3.0",
5
5
  "files": [
6
6
  "dist"
@@ -149,15 +149,15 @@
149
149
  "build:prod": "vite build && node ../sdk-shared/scripts/generate-exports.mjs"
150
150
  },
151
151
  "dependencies": {
152
- "@plitzi/plitzi-ui": "^1.6.13",
153
- "@plitzi/sdk-shared": "0.32.4",
152
+ "@plitzi/plitzi-ui": "^1.6.17",
153
+ "@plitzi/sdk-shared": "0.32.6",
154
154
  "clsx": "^2.1.1",
155
- "eslint": "^9.39.4",
155
+ "eslint": "^9.39.5",
156
156
  "zod": "^4.4.3"
157
157
  },
158
158
  "devDependencies": {
159
- "eslint": "^9.39.4",
159
+ "eslint": "^9.39.5",
160
160
  "typescript": "^6.0.3",
161
- "vite": "^8.0.16"
161
+ "vite": "^8.1.5"
162
162
  }
163
163
  }