@power-plant/openapi-typescript 0.0.3 → 0.0.5
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": "@power-plant/openapi-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Power Plant generator that uses openapi-typescript to generate TypeScript types from an OpenAPI schema.",
|
|
6
6
|
"keywords": [
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"typings": "dist/index.d.mts",
|
|
69
69
|
"files": ["dist"],
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@power-plant/core": "^0.0.
|
|
71
|
+
"@power-plant/core": "^0.0.25",
|
|
72
72
|
"@power-plant/openapi-schema": "^0.0.1",
|
|
73
|
-
"@power-plant/schema": "^0.0.
|
|
73
|
+
"@power-plant/schema": "^0.0.24",
|
|
74
74
|
"openapi-typescript": "^7.13.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@powerlines/plugin-tsdown": "^0.1.
|
|
77
|
+
"@powerlines/plugin-tsdown": "^0.1.550",
|
|
78
78
|
"@types/node": "^25.9.5",
|
|
79
|
-
"powerlines": "^0.47.
|
|
79
|
+
"powerlines": "^0.47.149"
|
|
80
80
|
},
|
|
81
81
|
"publishConfig": { "access": "public" },
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "567dd1673a289b304fde97bdc939319fcd9f6208"
|
|
83
83
|
}
|