@sap-cloud-sdk/openapi-generator 3.0.1 → 3.0.2-20230302014216.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/package.json +4 -4
- package/CHANGELOG.md +0 -137
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/openapi-generator",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2-20230302014216.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript OpenAPI client generator",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
|
|
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": "^3.0.
|
|
42
|
-
"@sap-cloud-sdk/openapi": "^3.0.
|
|
43
|
-
"@sap-cloud-sdk/util": "^3.0.
|
|
41
|
+
"@sap-cloud-sdk/generator-common": "^3.0.2-20230302014216.0",
|
|
42
|
+
"@sap-cloud-sdk/openapi": "^3.0.2-20230302014216.0",
|
|
43
|
+
"@sap-cloud-sdk/util": "^3.0.2-20230302014216.0",
|
|
44
44
|
"js-yaml": "^4.0.0",
|
|
45
45
|
"openapi-types": "^12.1.0",
|
|
46
46
|
"swagger2openapi": "^7.0.4"
|
package/CHANGELOG.md
DELETED
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
# @sap-cloud-sdk/openapi-generator
|
|
2
|
-
|
|
3
|
-
## 3.0.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [c78c16ddf]
|
|
8
|
-
- @sap-cloud-sdk/generator-common@3.0.1
|
|
9
|
-
- @sap-cloud-sdk/openapi@3.0.1
|
|
10
|
-
- @sap-cloud-sdk/util@3.0.1
|
|
11
|
-
|
|
12
|
-
## 3.0.0
|
|
13
|
-
|
|
14
|
-
### Major Changes
|
|
15
|
-
|
|
16
|
-
- fde964e37: [Compatibility Note] The internal option `packageVersion` of the OpenAPI generator is removed.
|
|
17
|
-
- fde964e37: [Compatibility Note] Removed the option `versionInPackageJson` from the OData and OpenAPI generator.
|
|
18
|
-
If the option `packageJson` is enabled now a `package.json` with a default version `1.0.0` is created.
|
|
19
|
-
If necessary use the `include` option to add a `package.json` with a custom value.
|
|
20
|
-
[Compatibility Note] Removed the option `licenseInPackageJson` from the OData and OpenAPI generator.
|
|
21
|
-
If the option `packageJson` is enabled now a `package.json` with a default license `UNLICENSED` is created.
|
|
22
|
-
If necessary use the `include` option to add a `package.json` with a custom value.
|
|
23
|
-
- fde964e37: [Compatibility Note] Rename servicePath to basePath.
|
|
24
|
-
- fde964e37: [Compatibility Note] Switch the compilerOptions.module to `Node16` instead of `CommonJS` for better interoperability with ES modules. See the [TypeScript handbook](https://www.typescriptlang.org/docs/handbook/esm-node.html) for technical details if needed.
|
|
25
|
-
- fde964e37: [Compatibility Note] The `serviceMapping` option of the OData generator has been renamed to `optionsPerService`. The mapping file, `service-mapping.json` has also been renamed to `options-per-service.json`. By default, an options file will not be generated.
|
|
26
|
-
- fde964e37: [Compatibility Note] `tsConfig` option has been renamed to `tsconfig`.
|
|
27
|
-
- fde964e37: [Compatibility Note] The two generators use the same CLI parsing code now, aligning the way paths are resolved.
|
|
28
|
-
In case you experience problems with the new logic, enable the `verbose` flag to investigate the new paths.
|
|
29
|
-
|
|
30
|
-
### Patch Changes
|
|
31
|
-
|
|
32
|
-
- Updated dependencies [fde964e37]
|
|
33
|
-
- Updated dependencies [fde964e37]
|
|
34
|
-
- Updated dependencies [fde964e37]
|
|
35
|
-
- Updated dependencies [fde964e37]
|
|
36
|
-
- Updated dependencies [fde964e37]
|
|
37
|
-
- Updated dependencies [fde964e37]
|
|
38
|
-
- Updated dependencies [fde964e37]
|
|
39
|
-
- Updated dependencies [fde964e37]
|
|
40
|
-
- Updated dependencies [fde964e37]
|
|
41
|
-
- Updated dependencies [fde964e37]
|
|
42
|
-
- Updated dependencies [fde964e37]
|
|
43
|
-
- @sap-cloud-sdk/util@3.0.0
|
|
44
|
-
- @sap-cloud-sdk/generator-common@3.0.0
|
|
45
|
-
- @sap-cloud-sdk/openapi@3.0.0
|
|
46
|
-
|
|
47
|
-
## 2.11.0
|
|
48
|
-
|
|
49
|
-
### Minor Changes
|
|
50
|
-
|
|
51
|
-
- 74e14427a: [New Functionality] Generated sources are formatted using prettier with default config. Use the CLI option `prettierConfigPath` to provide a custom config.
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- Updated dependencies [74e14427a]
|
|
56
|
-
- @sap-cloud-sdk/generator-common@2.11.0
|
|
57
|
-
- @sap-cloud-sdk/openapi@2.11.0
|
|
58
|
-
- @sap-cloud-sdk/util@2.11.0
|
|
59
|
-
|
|
60
|
-
## 2.10.0
|
|
61
|
-
|
|
62
|
-
### Patch Changes
|
|
63
|
-
|
|
64
|
-
- f76da3060: [Fixed Issue] Show detailed error message of compilation errors instead of `[object Object]`.
|
|
65
|
-
- f76da3060: [Improvement] Add `force` option to`rm` commands, when setting `clearOutputDir` to true.
|
|
66
|
-
- Updated dependencies [f76da3060]
|
|
67
|
-
- @sap-cloud-sdk/generator-common@2.10.0
|
|
68
|
-
- @sap-cloud-sdk/openapi@2.10.0
|
|
69
|
-
- @sap-cloud-sdk/util@2.10.0
|
|
70
|
-
|
|
71
|
-
## 2.9.0
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- Updated dependencies [4c51d3dc]
|
|
76
|
-
- @sap-cloud-sdk/util@2.9.0
|
|
77
|
-
- @sap-cloud-sdk/generator-common@2.9.0
|
|
78
|
-
- @sap-cloud-sdk/openapi@2.9.0
|
|
79
|
-
|
|
80
|
-
## 2.8.0
|
|
81
|
-
|
|
82
|
-
### Minor Changes
|
|
83
|
-
|
|
84
|
-
- 15e9ef4b: [Compatibility Note] Description for package.json in a generated client has changed.
|
|
85
|
-
|
|
86
|
-
### Patch Changes
|
|
87
|
-
|
|
88
|
-
- Updated dependencies [15e9ef4b]
|
|
89
|
-
- @sap-cloud-sdk/generator-common@2.8.0
|
|
90
|
-
- @sap-cloud-sdk/openapi@2.8.0
|
|
91
|
-
- @sap-cloud-sdk/util@2.8.0
|
|
92
|
-
|
|
93
|
-
## 2.7.1
|
|
94
|
-
|
|
95
|
-
### Patch Changes
|
|
96
|
-
|
|
97
|
-
- @sap-cloud-sdk/generator-common@2.7.1
|
|
98
|
-
- @sap-cloud-sdk/openapi@2.7.1
|
|
99
|
-
- @sap-cloud-sdk/util@2.7.1
|
|
100
|
-
|
|
101
|
-
## 2.7.0
|
|
102
|
-
|
|
103
|
-
### Minor Changes
|
|
104
|
-
|
|
105
|
-
- 3f70b0c9: [New Functionality] Support globs in the `input` option.
|
|
106
|
-
|
|
107
|
-
### Patch Changes
|
|
108
|
-
|
|
109
|
-
- @sap-cloud-sdk/generator-common@2.7.0
|
|
110
|
-
- @sap-cloud-sdk/openapi@2.7.0
|
|
111
|
-
- @sap-cloud-sdk/util@2.7.0
|
|
112
|
-
|
|
113
|
-
## 2.6.0
|
|
114
|
-
|
|
115
|
-
### Patch Changes
|
|
116
|
-
|
|
117
|
-
- @sap-cloud-sdk/generator-common@2.6.0
|
|
118
|
-
- @sap-cloud-sdk/openapi@2.6.0
|
|
119
|
-
- @sap-cloud-sdk/util@2.6.0
|
|
120
|
-
|
|
121
|
-
## 2.5.0
|
|
122
|
-
|
|
123
|
-
### Patch Changes
|
|
124
|
-
|
|
125
|
-
- Updated dependencies [89f1c423]
|
|
126
|
-
- @sap-cloud-sdk/util@2.5.0
|
|
127
|
-
- @sap-cloud-sdk/generator-common@2.5.0
|
|
128
|
-
- @sap-cloud-sdk/openapi@2.5.0
|
|
129
|
-
|
|
130
|
-
## 2.4.0
|
|
131
|
-
|
|
132
|
-
### Patch Changes
|
|
133
|
-
|
|
134
|
-
- Updated dependencies [0a008674]
|
|
135
|
-
- @sap-cloud-sdk/util@2.4.0
|
|
136
|
-
- @sap-cloud-sdk/generator-common@2.4.0
|
|
137
|
-
- @sap-cloud-sdk/openapi@2.4.0
|