openapi-ts-request 1.6.3 → 1.6.4
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openapi-ts-request",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"description": "Swagger2/OpenAPI3/Apifox to TypeScript/JavaScript, request client(support any client), request mock service, enum and enum translation, react-query/vue-query, type field label, JSON Schemas",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"commander": "^12.1.0",
|
|
33
33
|
"cosmiconfig": "^9.0.0",
|
|
34
34
|
"cosmiconfig-typescript-loader": "^6.1.0",
|
|
35
|
-
"glob": "^
|
|
35
|
+
"glob": "^10.4.5",
|
|
36
36
|
"js-yaml": "^4.1.0",
|
|
37
37
|
"lodash": "^4.17.21",
|
|
38
38
|
"memoizee": "^0.4.17",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"nunjucks": "^3.2.4",
|
|
42
42
|
"prettier": "^3.3.2",
|
|
43
43
|
"reserved-words": "^0.1.2",
|
|
44
|
-
"rimraf": "^
|
|
44
|
+
"rimraf": "^5.0.10",
|
|
45
45
|
"swagger2openapi": "^7.0.8",
|
|
46
46
|
"tiny-pinyin": "^1.3.2",
|
|
47
47
|
"ts-morph": "^25.0.1",
|