@sap-cloud-sdk/util 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 +1 -1
  2. package/CHANGELOG.md +0 -42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/util",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-20230302014216.0",
4
4
  "description": "SAP Cloud SDK for JavaScript general utilities",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
6
6
  "license": "Apache-2.0",
package/CHANGELOG.md DELETED
@@ -1,42 +0,0 @@
1
- # @sap-cloud-sdk/util
2
-
3
- ## 3.0.1
4
-
5
- ## 3.0.0
6
-
7
- ### Major Changes
8
-
9
- - fde964e37: [Compatibility Note] By default, generation of OData clients fails if a service path cannot be determined. Either provide `servicePath` value in the `options-per-service.json` or set `skipValidation` to true, in which case, `/` will be used.
10
- - fde964e37: [Compatibility Note] The function `variadicArgumentToArray` is replaced by the function `transformVariadicArgumentToArray`.
11
- - 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.
12
- - fde964e37: [Compatibility Note] The field `logger` on the interface `LoggerOptions` was not used and is removed from the interface.
13
-
14
- ## 2.11.0
15
-
16
- ## 2.10.0
17
-
18
- ## 2.9.0
19
-
20
- ### Minor Changes
21
-
22
- - 4c51d3dc: [New Functionality] Add method `setGlobalTransports` to support setting custom transport globally.
23
-
24
- ## 2.8.0
25
-
26
- ## 2.7.1
27
-
28
- ## 2.7.0
29
-
30
- ## 2.6.0
31
-
32
- ## 2.5.0
33
-
34
- ### Minor Changes
35
-
36
- - 89f1c423: [Compatibility Note] Stop using `VCAP_SERVICES` to determine the log format. Use `setLogFormat` and `setGlobalLogFormat` to specify the log format. By default, the log format is set to `kibana` for `NODE_ENV=production` and `local` otherwise.
37
-
38
- ## 2.4.0
39
-
40
- ### Patch Changes
41
-
42
- - 0a008674: [Fixed Issue] Fix a bug in the implementation of the trim method.