@powerlines/plugin-openapi 0.2.674 → 0.2.676
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/dist/index.cjs +31 -4
- package/dist/index.mjs +1 -0
- package/package.json +6 -6
- package/dist/_virtual/_rolldown/runtime.cjs +0 -28
package/dist/index.cjs
CHANGED
|
@@ -1,13 +1,40 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
-
|
|
2
|
+
//#region \0rolldown/runtime.js
|
|
3
|
+
var __create = Object.create;
|
|
4
|
+
var __defProp = Object.defineProperty;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
8
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
12
|
+
key = keys[i];
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
14
|
+
__defProp(to, key, {
|
|
15
|
+
get: ((k) => from[k]).bind(null, key),
|
|
16
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
return to;
|
|
22
|
+
};
|
|
23
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
|
|
24
|
+
value: mod,
|
|
25
|
+
enumerable: true
|
|
26
|
+
}) : target, mod));
|
|
27
|
+
|
|
28
|
+
//#endregion
|
|
29
|
+
require('./types/index.cjs');
|
|
3
30
|
let _power_plant_openapi_typescript = require("@power-plant/openapi-typescript");
|
|
4
|
-
_power_plant_openapi_typescript =
|
|
31
|
+
_power_plant_openapi_typescript = __toESM(_power_plant_openapi_typescript, 1);
|
|
5
32
|
let _powerlines_plugin_power_plant = require("@powerlines/plugin-power-plant");
|
|
6
|
-
_powerlines_plugin_power_plant =
|
|
33
|
+
_powerlines_plugin_power_plant = __toESM(_powerlines_plugin_power_plant, 1);
|
|
7
34
|
let _stryke_fs_exists = require("@stryke/fs/exists");
|
|
8
35
|
let _stryke_path_join_paths = require("@stryke/path/join-paths");
|
|
9
36
|
let defu = require("defu");
|
|
10
|
-
defu =
|
|
37
|
+
defu = __toESM(defu, 1);
|
|
11
38
|
let powerlines_plugin_utils = require("powerlines/plugin-utils");
|
|
12
39
|
let yaml = require("yaml");
|
|
13
40
|
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-openapi",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.676",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from OpenAPI specifications.",
|
|
6
6
|
"repository": {
|
|
@@ -97,19 +97,19 @@
|
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@power-plant/core": "^0.0.89",
|
|
99
99
|
"@power-plant/openapi-schema": "^0.0.1",
|
|
100
|
-
"@power-plant/openapi-typescript": "^0.0.
|
|
101
|
-
"@powerlines/plugin-power-plant": "^0.1.
|
|
100
|
+
"@power-plant/openapi-typescript": "^0.0.69",
|
|
101
|
+
"@powerlines/plugin-power-plant": "^0.1.66",
|
|
102
102
|
"@stryke/fs": "^0.33.110",
|
|
103
103
|
"@stryke/path": "^0.29.35",
|
|
104
104
|
"defu": "^6.1.7",
|
|
105
|
-
"powerlines": "^0.47.
|
|
105
|
+
"powerlines": "^0.47.209",
|
|
106
106
|
"yaml": "^2.9.0"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
109
|
+
"@powerlines/plugin-plugin": "^0.12.622",
|
|
110
110
|
"@types/node": "^25.9.5"
|
|
111
111
|
},
|
|
112
112
|
"publishConfig": { "access": "public" },
|
|
113
113
|
"types": "./dist/index.d.cts",
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
|
|
115
115
|
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
//#region \0rolldown/runtime.js
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
10
|
-
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
-
key = keys[i];
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
13
|
-
__defProp(to, key, {
|
|
14
|
-
get: ((k) => from[k]).bind(null, key),
|
|
15
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
return to;
|
|
21
|
-
};
|
|
22
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
|
|
23
|
-
value: mod,
|
|
24
|
-
enumerable: true
|
|
25
|
-
}) : target, mod));
|
|
26
|
-
|
|
27
|
-
//#endregion
|
|
28
|
-
exports.__toESM = __toESM;
|