@sap-cloud-sdk/generator-common 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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -100
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/generator-common",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-20230302014216.0",
4
4
  "description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "readme": "ts-node ../../scripts/replace-common-readme.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@sap-cloud-sdk/util": "^3.0.1",
40
+ "@sap-cloud-sdk/util": "^3.0.2-20230302014216.0",
41
41
  "fast-levenshtein": "~3.0.0",
42
42
  "fs-extra": "^11.1.0",
43
43
  "glob": "^8.1.0",
package/CHANGELOG.md DELETED
@@ -1,100 +0,0 @@
1
- # @sap-cloud-sdk/generator-common
2
-
3
- ## 3.0.1
4
-
5
- ### Patch Changes
6
-
7
- - c78c16ddf: [Improvement] Improve logs when generating OData clients without package.json
8
- - @sap-cloud-sdk/util@3.0.1
9
-
10
- ## 3.0.0
11
-
12
- ### Major Changes
13
-
14
- - fde964e37: [New Functionality] Introduced options `transpile` and `tsconfig` to configure transpilation for generated OData clients.
15
- - fde964e37: [Compatibility Note] The generator does not create `d.ts.map` files per default anymore. If you need them include a custom `tsconfig.json`.
16
- [Compatibility Note] All SAP Cloud SDK packages ship without `d.ts.map` files from now on.
17
- Modern IDEs don't require those files for code navigation, thus they are removed to decrease download size of the SDK.
18
- - fde964e37: [Compatibility Note] Removed the option `versionInPackageJson` from the OData and OpenAPI generator.
19
- If the option `packageJson` is enabled now a `package.json` with a default version `1.0.0` is created.
20
- If necessary use the `include` option to add a `package.json` with a custom value.
21
- [Compatibility Note] Removed the option `licenseInPackageJson` from the OData and OpenAPI generator.
22
- If the option `packageJson` is enabled now a `package.json` with a default license `UNLICENSED` is created.
23
- If necessary use the `include` option to add a `package.json` with a custom value.
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 two generators use the same CLI parsing code now, aligning the way paths are resolved.
26
- In case you experience problems with the new logic, enable the `verbose` flag to investigate the new paths.
27
-
28
- ### Patch Changes
29
-
30
- - Updated dependencies [fde964e37]
31
- - Updated dependencies [fde964e37]
32
- - Updated dependencies [fde964e37]
33
- - Updated dependencies [fde964e37]
34
- - @sap-cloud-sdk/util@3.0.0
35
-
36
- ## 2.11.0
37
-
38
- ### Minor Changes
39
-
40
- - 74e14427a: [New Functionality] Generated sources are formatted using prettier with default config. Use the CLI option `prettierConfigPath` to provide a custom config.
41
-
42
- ### Patch Changes
43
-
44
- - @sap-cloud-sdk/util@2.11.0
45
-
46
- ## 2.10.0
47
-
48
- ### Patch Changes
49
-
50
- - f76da3060: [Fixed Issue] Show detailed error message of compilation errors instead of `[object Object]`.
51
- - @sap-cloud-sdk/util@2.10.0
52
-
53
- ## 2.9.0
54
-
55
- ### Patch Changes
56
-
57
- - Updated dependencies [4c51d3dc]
58
- - @sap-cloud-sdk/util@2.9.0
59
-
60
- ## 2.8.0
61
-
62
- ### Minor Changes
63
-
64
- - 15e9ef4b: [Compatibility Note] Description for package.json in a generated client has changed.
65
-
66
- ### Patch Changes
67
-
68
- - @sap-cloud-sdk/util@2.8.0
69
-
70
- ## 2.7.1
71
-
72
- ### Patch Changes
73
-
74
- - @sap-cloud-sdk/util@2.7.1
75
-
76
- ## 2.7.0
77
-
78
- ### Patch Changes
79
-
80
- - @sap-cloud-sdk/util@2.7.0
81
-
82
- ## 2.6.0
83
-
84
- ### Patch Changes
85
-
86
- - @sap-cloud-sdk/util@2.6.0
87
-
88
- ## 2.5.0
89
-
90
- ### Patch Changes
91
-
92
- - Updated dependencies [89f1c423]
93
- - @sap-cloud-sdk/util@2.5.0
94
-
95
- ## 2.4.0
96
-
97
- ### Patch Changes
98
-
99
- - Updated dependencies [0a008674]
100
- - @sap-cloud-sdk/util@2.4.0