@edge-markets/connect-node 1.11.1 → 1.11.2
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/dist/index.d.mts +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -42,10 +42,6 @@ interface EdgeConnectServerConfig {
|
|
|
42
42
|
*/
|
|
43
43
|
partnerApiBaseUrl?: string;
|
|
44
44
|
oauthBaseUrl?: string;
|
|
45
|
-
/**
|
|
46
|
-
* @deprecated cognitoDomain is no longer used. Token exchange now goes through EdgeBoost API.
|
|
47
|
-
*/
|
|
48
|
-
cognitoDomain?: string;
|
|
49
45
|
redirectUri?: string;
|
|
50
46
|
timeout?: number;
|
|
51
47
|
retry?: RetryConfig;
|
package/dist/index.d.ts
CHANGED
|
@@ -42,10 +42,6 @@ interface EdgeConnectServerConfig {
|
|
|
42
42
|
*/
|
|
43
43
|
partnerApiBaseUrl?: string;
|
|
44
44
|
oauthBaseUrl?: string;
|
|
45
|
-
/**
|
|
46
|
-
* @deprecated cognitoDomain is no longer used. Token exchange now goes through EdgeBoost API.
|
|
47
|
-
*/
|
|
48
|
-
cognitoDomain?: string;
|
|
49
45
|
redirectUri?: string;
|
|
50
46
|
timeout?: number;
|
|
51
47
|
retry?: RetryConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edge-markets/connect-node",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"description": "Server SDK for EDGE Connect token exchange and API calls",
|
|
5
5
|
"author": "Edge Markets",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"undici": "^5.29.0",
|
|
25
|
-
"@edge-markets/connect": "^1.9.
|
|
25
|
+
"@edge-markets/connect": "^1.9.2"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"tsup": "^8.0.0",
|