@powerlines/plugin-untyped 0.1.28 → 0.1.30
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-untyped",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to use Untyped for code generation based on user-defined schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -101,21 +101,21 @@
|
|
|
101
101
|
"dependencies": {
|
|
102
102
|
"@stryke/path": "^0.20.0",
|
|
103
103
|
"@stryke/helpers": "^0.9.7",
|
|
104
|
-
"@stryke/fs": "^0.33.
|
|
104
|
+
"@stryke/fs": "^0.33.1",
|
|
105
105
|
"@stryke/json": "^0.9.8",
|
|
106
106
|
"@stryke/type-checks": "^0.3.15",
|
|
107
107
|
"@stryke/types": "^0.10.5",
|
|
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.2"
|
|
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.30",
|
|
116
|
+
"@powerlines/plugin-plugin": "^0.11.38",
|
|
117
117
|
"@types/node": "^24.10.1"
|
|
118
118
|
},
|
|
119
119
|
"publishConfig": { "access": "public" },
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "c48cb70531cf391e7bd950459d4f319f58e52f5b"
|
|
121
121
|
}
|