@power-plant/schema 0.0.50 → 0.0.52

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/schema",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "private": false,
5
5
  "description": "A Power Plant utility package to help managing schemas.",
6
6
  "keywords": [
@@ -160,9 +160,9 @@
160
160
  },
161
161
  "devDependencies": {
162
162
  "@deepkit/type-compiler": "1.0.19",
163
- "@powerlines/plugin-tsdown": "^0.1.571",
163
+ "@powerlines/plugin-tsdown": "^0.1.575",
164
164
  "@types/node": "^25.9.5",
165
- "powerlines": "^0.47.170",
165
+ "powerlines": "^0.47.174",
166
166
  "valibot": "^1.4.2",
167
167
  "zod": "^4.4.3"
168
168
  },
@@ -187,5 +187,5 @@
187
187
  "picomatch": "2.3.2",
188
188
  "to-regex-range": "5.0.1"
189
189
  },
190
- "gitHead": "a8883e25106245e992efe78d27b4ec985b3a9b31"
190
+ "gitHead": "ab229a0aa930c1abf4b107ac76d0dc4c90a2b98c"
191
191
  }