@descope/react-sdk 2.16.4 → 2.16.5

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,2 +1,2 @@
1
- "use strict";const e="undefined"!=typeof window;exports.IS_BROWSER=e,exports.baseHeaders={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.16.4"};
1
+ "use strict";const e="undefined"!=typeof window;exports.IS_BROWSER=e,exports.baseHeaders={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.16.5"};
2
2
  //# sourceMappingURL=constants.js.map
@@ -1,2 +1,2 @@
1
- const e={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.16.4"},d="undefined"!=typeof window;export{d as IS_BROWSER,e as baseHeaders};
1
+ const e={"x-descope-sdk-name":"react","x-descope-sdk-version":"2.16.5"},d="undefined"!=typeof window;export{d as IS_BROWSER,e as baseHeaders};
2
2
  //# sourceMappingURL=constants.js.map
package/dist/index.d.ts CHANGED
@@ -599,7 +599,7 @@ declare const createSdkWrapper: <P extends Omit<{
599
599
  };
600
600
  outbound: {
601
601
  connect: (appId: string, options?: {
602
- redirectURL?: string;
602
+ redirectUrl?: string;
603
603
  scopes?: string[];
604
604
  }, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
605
605
  };
@@ -1270,7 +1270,7 @@ declare const createSdkWrapper: <P extends Omit<{
1270
1270
  };
1271
1271
  outbound: {
1272
1272
  connect: (appId: string, options?: {
1273
- redirectURL?: string;
1273
+ redirectUrl?: string;
1274
1274
  scopes?: string[];
1275
1275
  }, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
1276
1276
  };
@@ -1941,7 +1941,7 @@ declare const createSdkWrapper: <P extends Omit<{
1941
1941
  };
1942
1942
  outbound: {
1943
1943
  connect: (appId: string, options?: {
1944
- redirectURL?: string;
1944
+ redirectUrl?: string;
1945
1945
  scopes?: string[];
1946
1946
  }, token?: string) => Promise<_1.SdkResponse<_1.URLResponse>>;
1947
1947
  };