@power-plant/schema 0.0.59 → 0.0.60
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.
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@power-plant/schema",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.60",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Power Plant utility package to help managing schemas.",
|
|
6
6
|
"keywords": [
|
|
@@ -137,20 +137,20 @@
|
|
|
137
137
|
"@deepkit/type-spec": "^1.0.19",
|
|
138
138
|
"@marcj/ts-clone-node": "^2.2.0",
|
|
139
139
|
"@standard-schema/spec": "^1.1.0",
|
|
140
|
-
"@stryke/convert": "^0.7.
|
|
141
|
-
"@stryke/date": "^0.0.
|
|
142
|
-
"@stryke/fs": "^0.33.
|
|
143
|
-
"@stryke/hash": "^0.13.
|
|
144
|
-
"@stryke/helpers": "^0.10.
|
|
145
|
-
"@stryke/json": "^0.15.
|
|
146
|
-
"@stryke/path": "^0.29.
|
|
147
|
-
"@stryke/resolve": "^0.0.
|
|
148
|
-
"@stryke/string-format": "^0.17.
|
|
149
|
-
"@stryke/type-checks": "^0.6.
|
|
150
|
-
"@stryke/types": "^0.12.
|
|
151
|
-
"@stryke/unique-id": "^0.3.
|
|
152
|
-
"@stryke/url": "^0.4.
|
|
153
|
-
"@stryke/zod": "^0.3.
|
|
140
|
+
"@stryke/convert": "^0.7.30",
|
|
141
|
+
"@stryke/date": "^0.0.11",
|
|
142
|
+
"@stryke/fs": "^0.33.100",
|
|
143
|
+
"@stryke/hash": "^0.13.53",
|
|
144
|
+
"@stryke/helpers": "^0.10.39",
|
|
145
|
+
"@stryke/json": "^0.15.23",
|
|
146
|
+
"@stryke/path": "^0.29.26",
|
|
147
|
+
"@stryke/resolve": "^0.0.15",
|
|
148
|
+
"@stryke/string-format": "^0.17.41",
|
|
149
|
+
"@stryke/type-checks": "^0.6.32",
|
|
150
|
+
"@stryke/types": "^0.12.27",
|
|
151
|
+
"@stryke/unique-id": "^0.3.111",
|
|
152
|
+
"@stryke/url": "^0.4.50",
|
|
153
|
+
"@stryke/zod": "^0.3.45",
|
|
154
154
|
"@typescript/vfs": "^1.6.4",
|
|
155
155
|
"@valibot/to-json-schema": "^1.7.1",
|
|
156
156
|
"braces": "^3.0.3",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"fill-range": "^7.1.1",
|
|
161
161
|
"is-number": "^7.0.0",
|
|
162
162
|
"jiti": "^2.7.0",
|
|
163
|
-
"micromatch": "^
|
|
163
|
+
"micromatch": "^0.0.0",
|
|
164
164
|
"picomatch": "^4.0.5",
|
|
165
165
|
"to-regex-range": "^5.0.1",
|
|
166
166
|
"typescript": "^6.0.3",
|
|
@@ -169,9 +169,9 @@
|
|
|
169
169
|
},
|
|
170
170
|
"devDependencies": {
|
|
171
171
|
"@deepkit/type-compiler": "1.0.19",
|
|
172
|
-
"@powerlines/plugin-tsdown": "^0.1.
|
|
172
|
+
"@powerlines/plugin-tsdown": "^0.1.581",
|
|
173
173
|
"@types/node": "^25.9.5",
|
|
174
|
-
"powerlines": "^0.47.
|
|
174
|
+
"powerlines": "^0.47.180",
|
|
175
175
|
"valibot": "^1.4.2",
|
|
176
176
|
"zod": "^4.4.3"
|
|
177
177
|
},
|
|
@@ -185,5 +185,5 @@
|
|
|
185
185
|
},
|
|
186
186
|
"publishConfig": { "access": "public" },
|
|
187
187
|
"inlinedDependencies": { "@deepkit/type-compiler": "1.0.19" },
|
|
188
|
-
"gitHead": "
|
|
188
|
+
"gitHead": "8c0a0818f68c23dd05ed28d09397f0b18a89b86a"
|
|
189
189
|
}
|