@powerlines/plugin-openapi 0.2.470 → 0.2.474
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 +17 -50
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-openapi",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.474",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from OpenAPI specifications.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "github",
|
|
8
8
|
"url": "https://github.com/storm-software/powerlines.git",
|
|
9
|
-
"directory": "packages/plugin-openapi"
|
|
9
|
+
"directory": "packages/plugins/plugin-openapi"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://stormsoftware.com",
|
|
12
12
|
"bugs": {
|
|
@@ -41,49 +41,16 @@
|
|
|
41
41
|
"main": "./dist/index.cjs",
|
|
42
42
|
"module": "./dist/index.mjs",
|
|
43
43
|
"exports": {
|
|
44
|
-
".": {
|
|
45
|
-
"require": {
|
|
46
|
-
"types": "./dist/index.d.cts",
|
|
47
|
-
"default": "./dist/index.cjs"
|
|
48
|
-
},
|
|
49
|
-
"import": {
|
|
50
|
-
"types": "./dist/index.d.mts",
|
|
51
|
-
"default": "./dist/index.mjs"
|
|
52
|
-
},
|
|
53
|
-
"default": {
|
|
54
|
-
"types": "./dist/index.d.mts",
|
|
55
|
-
"default": "./dist/index.mjs"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"./package.json": "./package.json",
|
|
44
|
+
".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
|
|
59
45
|
"./types": {
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
"default": "./dist/types/index.cjs"
|
|
63
|
-
},
|
|
64
|
-
"import": {
|
|
65
|
-
"types": "./dist/types/index.d.mts",
|
|
66
|
-
"default": "./dist/types/index.mjs"
|
|
67
|
-
},
|
|
68
|
-
"default": {
|
|
69
|
-
"types": "./dist/types/index.d.mts",
|
|
70
|
-
"default": "./dist/types/index.mjs"
|
|
71
|
-
}
|
|
46
|
+
"import": "./dist/types/index.mjs",
|
|
47
|
+
"require": "./dist/types/index.cjs"
|
|
72
48
|
},
|
|
73
49
|
"./types/plugin": {
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"import": {
|
|
79
|
-
"types": "./dist/types/plugin.d.mts",
|
|
80
|
-
"default": "./dist/types/plugin.mjs"
|
|
81
|
-
},
|
|
82
|
-
"default": {
|
|
83
|
-
"types": "./dist/types/plugin.d.mts",
|
|
84
|
-
"default": "./dist/types/plugin.mjs"
|
|
85
|
-
}
|
|
86
|
-
}
|
|
50
|
+
"import": "./dist/types/plugin.mjs",
|
|
51
|
+
"require": "./dist/types/plugin.cjs"
|
|
52
|
+
},
|
|
53
|
+
"./package.json": "./package.json"
|
|
87
54
|
},
|
|
88
55
|
"typings": "dist/index.d.mts",
|
|
89
56
|
"files": ["dist/**/*"],
|
|
@@ -95,19 +62,19 @@
|
|
|
95
62
|
"powerlines-plugin"
|
|
96
63
|
],
|
|
97
64
|
"dependencies": {
|
|
98
|
-
"@stryke/path": "^0.
|
|
99
|
-
"@stryke/type-checks": "^0.6.
|
|
100
|
-
"@stryke/types": "^0.12.
|
|
65
|
+
"@stryke/path": "^0.29.2",
|
|
66
|
+
"@stryke/type-checks": "^0.6.8",
|
|
67
|
+
"@stryke/types": "^0.12.3",
|
|
101
68
|
"defu": "^6.1.7",
|
|
102
|
-
"jiti": "^2.
|
|
69
|
+
"jiti": "^2.7.0",
|
|
103
70
|
"openapi-typescript": "^7.13.0",
|
|
104
|
-
"powerlines": "^0.47.
|
|
71
|
+
"powerlines": "^0.47.8"
|
|
105
72
|
},
|
|
106
73
|
"devDependencies": {
|
|
107
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
108
|
-
"@types/node": "^25.
|
|
74
|
+
"@powerlines/plugin-plugin": "^0.12.420",
|
|
75
|
+
"@types/node": "^25.7.0"
|
|
109
76
|
},
|
|
110
77
|
"publishConfig": { "access": "public" },
|
|
111
78
|
"types": "./dist/index.d.cts",
|
|
112
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "e5d8383bd361a99563985879776392fb679cbbe4"
|
|
113
80
|
}
|