@sap-cloud-sdk/openapi-generator 2.7.2-20220906014355.0 → 2.8.0
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/CHANGELOG.md +9 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
# @sap-cloud-sdk/openapi-generator
|
|
2
2
|
|
|
3
|
-
## 2.
|
|
3
|
+
## 2.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 15e9ef4b: [Compatibility Note] Description for package.json in a generated client has changed.
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
- @sap-cloud-sdk/
|
|
10
|
-
- @sap-cloud-sdk/
|
|
11
|
-
- @sap-cloud-sdk/util@2.7.2-20220906014355.0
|
|
11
|
+
- Updated dependencies [15e9ef4b]
|
|
12
|
+
- @sap-cloud-sdk/generator-common@2.8.0
|
|
13
|
+
- @sap-cloud-sdk/openapi@2.8.0
|
|
14
|
+
- @sap-cloud-sdk/util@2.8.0
|
|
12
15
|
|
|
13
16
|
## 2.7.1
|
|
14
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/openapi-generator",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript OpenAPI client generator",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@apidevtools/swagger-parser": "^10.0.3",
|
|
41
|
-
"@sap-cloud-sdk/generator-common": "^2.
|
|
42
|
-
"@sap-cloud-sdk/openapi": "^2.
|
|
43
|
-
"@sap-cloud-sdk/util": "^2.
|
|
41
|
+
"@sap-cloud-sdk/generator-common": "^2.8.0",
|
|
42
|
+
"@sap-cloud-sdk/openapi": "^2.8.0",
|
|
43
|
+
"@sap-cloud-sdk/util": "^2.8.0",
|
|
44
44
|
"glob": "^8.0.1",
|
|
45
45
|
"js-yaml": "^4.0.0",
|
|
46
46
|
"openapi-types": "^12.0.2",
|