@power-plant/schema 0.0.88 → 0.0.89
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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@power-plant/schema",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.89",
|
|
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.41",
|
|
141
|
+
"@stryke/date": "^0.0.22",
|
|
142
|
+
"@stryke/fs": "^0.33.112",
|
|
143
|
+
"@stryke/hash": "^0.13.65",
|
|
144
|
+
"@stryke/helpers": "^0.10.50",
|
|
145
|
+
"@stryke/json": "^0.15.34",
|
|
146
|
+
"@stryke/path": "^0.29.37",
|
|
147
|
+
"@stryke/resolve": "^0.0.27",
|
|
148
|
+
"@stryke/string-format": "^0.17.52",
|
|
149
|
+
"@stryke/type-checks": "^0.6.43",
|
|
150
|
+
"@stryke/types": "^0.12.38",
|
|
151
|
+
"@stryke/unique-id": "^0.3.123",
|
|
152
|
+
"@stryke/url": "^0.4.62",
|
|
153
|
+
"@stryke/zod": "^0.3.56",
|
|
154
154
|
"@typescript/vfs": "^1.6.4",
|
|
155
155
|
"@valibot/to-json-schema": "^1.7.1",
|
|
156
156
|
"braces": "^3.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.612",
|
|
173
173
|
"@types/node": "^25.9.5",
|
|
174
|
-
"powerlines": "^0.47.
|
|
174
|
+
"powerlines": "^0.47.211",
|
|
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": "bc1c485164b94d2ba499632c202f5a1335f6e2ca"
|
|
189
189
|
}
|