@sap-cloud-sdk/connectivity 4.1.0 → 4.1.1-20250724014039.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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Options to control certain aspects of JWT verification behavior.
|
|
3
|
-
* @deprecated Since v4.0.
|
|
3
|
+
* @deprecated Since v4.1.0. This interface is no longer used as the incoming JWT is not verified during destination retrieval.
|
|
4
4
|
*/
|
|
5
5
|
export interface VerifyJwtOptions {
|
|
6
6
|
/**
|
|
7
7
|
* The verification keys are cached if set to true.
|
|
8
|
-
* @deprecated Since v4.0.
|
|
8
|
+
* @deprecated Since v4.1.0. This property has no effect as the incoming JWT is no longer verified during destination retrieval.
|
|
9
9
|
*/
|
|
10
10
|
cacheVerificationKeys?: boolean;
|
|
11
11
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/connectivity",
|
|
3
|
-
"version": "4.1.0",
|
|
3
|
+
"version": "4.1.1-20250724014039.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript connectivity",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"readme": "ts-node ../../scripts/replace-common-readme.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@sap-cloud-sdk/resilience": "^4.1.0",
|
|
40
|
-
"@sap-cloud-sdk/util": "^4.1.0",
|
|
39
|
+
"@sap-cloud-sdk/resilience": "^4.1.1-20250724014039.0",
|
|
40
|
+
"@sap-cloud-sdk/util": "^4.1.1-20250724014039.0",
|
|
41
41
|
"@sap/xsenv": "^5.6.1",
|
|
42
42
|
"@sap/xssec": "^4.9.0",
|
|
43
43
|
"async-retry": "^1.3.3",
|