@powerlines/plugin-hey-api 0.1.463 → 0.1.472
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.
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
|
|
3
2
|
let _stryke_string_format_camel_case = require("@stryke/string-format/camel-case");
|
|
4
3
|
|
|
5
4
|
//#region src/helpers/create-operation-id.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-hey-api",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.472",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code using Hey API.",
|
|
6
6
|
"repository": {
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
"@stryke/types": "^0.12.4",
|
|
72
72
|
"defu": "^6.1.7",
|
|
73
73
|
"jiti": "^2.7.0",
|
|
74
|
-
"powerlines": "^0.47.
|
|
74
|
+
"powerlines": "^0.47.57"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
78
|
-
"@types/node": "^25.9.
|
|
77
|
+
"@powerlines/plugin-plugin": "^0.12.469",
|
|
78
|
+
"@types/node": "^25.9.1"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": { "access": "public" },
|
|
81
81
|
"types": "./dist/index.d.cts",
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "75742ad041aeb54cee4e6f8d1f2daa413b4d9787"
|
|
83
83
|
}
|