api 5.0.5 → 5.0.6
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/README.md +4 -4
- package/dist/packageInfo.d.ts +1 -1
- package/dist/packageInfo.js +1 -1
- package/package.json +10 -10
- package/src/packageInfo.ts +1 -1
package/README.md
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<a href="https://npm.im/api"><img src="https://img.shields.io/npm/v/api
|
|
11
|
-
<a href="https://npm.im/api"><img src="https://img.shields.io/node/v/api
|
|
12
|
-
<a href="https://npm.im/api"><img src="https://img.shields.io/npm/l/api
|
|
13
|
-
<a href="https://github.com/readmeio/api"><img src="https://img.shields.io/github/workflow/status/readmeio/api/
|
|
10
|
+
<a href="https://npm.im/api"><img src="https://img.shields.io/npm/v/api?style=for-the-badge" alt="NPM Version"></a>
|
|
11
|
+
<a href="https://npm.im/api"><img src="https://img.shields.io/node/v/api?style=for-the-badge" alt="Node Version"></a>
|
|
12
|
+
<a href="https://npm.im/api"><img src="https://img.shields.io/npm/l/api?style=for-the-badge" alt="MIT License"></a>
|
|
13
|
+
<a href="https://github.com/readmeio/api"><img src="https://img.shields.io/github/actions/workflow/status/readmeio/api/ci.yml?branch=main&style=for-the-badge" alt="Build status"></a>
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
- [Installation](https://api.readme.dev/docs/installation)
|
package/dist/packageInfo.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const PACKAGE_NAME = "api";
|
|
2
|
-
export declare const PACKAGE_VERSION = "5.0.
|
|
2
|
+
export declare const PACKAGE_VERSION = "5.0.6";
|
package/dist/packageInfo.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "api",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"description": "Magical SDK generation from an OpenAPI definition 🪄",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"swagger"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@readme/oas-to-har": "^20.0.
|
|
40
|
+
"@readme/oas-to-har": "^20.0.2",
|
|
41
41
|
"@readme/openapi-parser": "^2.4.0",
|
|
42
42
|
"caseless": "^0.12.0",
|
|
43
43
|
"chalk": "^4.1.2",
|
|
44
|
-
"commander": "^9.
|
|
44
|
+
"commander": "^9.5.0",
|
|
45
45
|
"datauri": "^4.1.0",
|
|
46
46
|
"execa": "^5.1.1",
|
|
47
|
-
"fetch-har": "^8.1.
|
|
47
|
+
"fetch-har": "^8.1.4",
|
|
48
48
|
"figures": "^3.2.0",
|
|
49
49
|
"find-cache-dir": "^3.3.1",
|
|
50
50
|
"form-data-encoder": "^1.7.2",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"lodash.startcase": "^4.4.0",
|
|
62
62
|
"make-dir": "^3.1.0",
|
|
63
63
|
"node-abort-controller": "^3.0.1",
|
|
64
|
-
"oas": "^20.0
|
|
64
|
+
"oas": "^20.3.0",
|
|
65
65
|
"ora": "^5.4.1",
|
|
66
|
-
"prettier": "^2.8.
|
|
66
|
+
"prettier": "^2.8.2",
|
|
67
67
|
"prompts": "^2.4.2",
|
|
68
68
|
"remove-undefined-objects": "^2.0.2",
|
|
69
69
|
"semver": "^7.3.8",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@types/lodash.setwith": "^4.3.7",
|
|
84
84
|
"@types/lodash.startcase": "^4.4.7",
|
|
85
85
|
"@types/mocha": "^10.0.1",
|
|
86
|
-
"@types/prettier": "^2.7.
|
|
86
|
+
"@types/prettier": "^2.7.2",
|
|
87
87
|
"@types/prompts": "^2.4.2",
|
|
88
88
|
"@types/semver": "^7.3.13",
|
|
89
89
|
"@types/sinon-chai": "^3.2.9",
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
"mocha": "^10.1.0",
|
|
95
95
|
"mock-require": "^3.0.3",
|
|
96
96
|
"nyc": "^15.1.0",
|
|
97
|
-
"oas-normalize": "^8.1
|
|
97
|
+
"oas-normalize": "^8.3.1",
|
|
98
98
|
"sinon": "^15.0.0",
|
|
99
99
|
"sinon-chai": "^3.7.0",
|
|
100
|
-
"type-fest": "^3.
|
|
100
|
+
"type-fest": "^3.5.1",
|
|
101
101
|
"typescript": "^4.9.4",
|
|
102
102
|
"unique-temp-dir": "^1.0.0"
|
|
103
103
|
},
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"test/"
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "33d0a4e279fd30aa7673b8fdf7bb00399a7c8c4e"
|
|
112
112
|
}
|
package/src/packageInfo.ts
CHANGED