@powerlines/plugin-untyped 0.1.35 → 0.1.36
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-untyped",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.36",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -108,14 +108,14 @@
|
|
|
108
108
|
"defu": "^6.1.4",
|
|
109
109
|
"jiti": "^2.6.1",
|
|
110
110
|
"@storm-software/untyped": "^0.24.29",
|
|
111
|
-
"powerlines": "^0.24.
|
|
111
|
+
"powerlines": "^0.24.8"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@storm-software/config": "^1.134.48",
|
|
115
|
-
"@powerlines/nx": "^0.10.
|
|
116
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
115
|
+
"@powerlines/nx": "^0.10.36",
|
|
116
|
+
"@powerlines/plugin-plugin": "^0.11.44",
|
|
117
117
|
"@types/node": "^24.10.1"
|
|
118
118
|
},
|
|
119
119
|
"publishConfig": { "access": "public" },
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "235b04eef51bd5f6833c21dd5a04434127cdea34"
|
|
121
121
|
}
|