@power-plant/alloy-js 0.0.2 → 0.0.3
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@power-plant/alloy-js",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Power Plant generator for using Alloy JS to generate source code.",
|
|
6
6
|
"keywords": [
|
|
@@ -307,8 +307,8 @@
|
|
|
307
307
|
"dependencies": {
|
|
308
308
|
"@alloy-js/core": "^0.24.1",
|
|
309
309
|
"@alloy-js/typescript": "^0.24.0",
|
|
310
|
-
"@power-plant/core": "^0.0.
|
|
311
|
-
"@power-plant/schema": "^0.0.
|
|
310
|
+
"@power-plant/core": "^0.0.7",
|
|
311
|
+
"@power-plant/schema": "^0.0.7",
|
|
312
312
|
"@stryke/convert": "^0.7.26",
|
|
313
313
|
"@stryke/type-checks": "^0.6.28",
|
|
314
314
|
"@stryke/types": "^0.12.23",
|
|
@@ -333,5 +333,5 @@
|
|
|
333
333
|
"graphql": "17.0.2",
|
|
334
334
|
"zod": "4.4.3"
|
|
335
335
|
},
|
|
336
|
-
"gitHead": "
|
|
336
|
+
"gitHead": "622dec3ff12d358e3f08b6317e16ab05d2073b76"
|
|
337
337
|
}
|