@sap-cloud-sdk/connectivity 2.9.0 → 2.9.1-20220922014720.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @sap-cloud-sdk/connectivity
2
2
 
3
+ ## 2.9.1-20220922014720.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Canary release
8
+ - Updated dependencies
9
+ - @sap-cloud-sdk/util@2.9.1-20220922014720.0
10
+
3
11
  ## 2.9.0
4
12
 
5
13
  ### Minor Changes
@@ -29,7 +29,7 @@ export interface ProxyConfiguration {
29
29
  */
30
30
  headers?: ProxyConfigurationHeaders;
31
31
  /**
32
- * A JWT for proxy authorization.
32
+ * A JWT for proxy authorization, which is used when http headers are not applicable, e.g., using socket protocols.
33
33
  */
34
34
  'proxy-authorization'?: string;
35
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/connectivity",
3
- "version": "2.9.0",
3
+ "version": "2.9.1-20220922014720.0",
4
4
  "description": "SAP Cloud SDK for JavaScript connectivity",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
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": "^2.9.0",
40
+ "@sap-cloud-sdk/util": "^2.9.1-20220922014720.0",
41
41
  "@sap/xsenv": "^3.3.2",
42
42
  "@sap/xssec": "^3.2.7",
43
43
  "axios": "^0.27.1",