@forgerock/davinci-client 0.0.0-beta-20250617173233 → 0.0.0-beta-20250626185724

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.
@@ -35,8 +35,8 @@ export declare function davinci<ActionType extends ActionTypes = ActionTypes>({
35
35
  * for the social login being started.
36
36
  *
37
37
  * This method will save the `continueUrl`
38
- * and then replace the window with the authenticate
39
- * url from the collector
38
+ * and then the app developer can use the url
39
+ * from the collector to redirect their application
40
40
  *
41
41
  * Can return an error when no continue url is found
42
42
  * or no authenticate url is found in the collectors
@@ -54,8 +54,8 @@ export async function davinci({ config, requestMiddleware, logger, }) {
54
54
  * for the social login being started.
55
55
  *
56
56
  * This method will save the `continueUrl`
57
- * and then replace the window with the authenticate
58
- * url from the collector
57
+ * and then the app developer can use the url
58
+ * from the collector to redirect their application
59
59
  *
60
60
  * Can return an error when no continue url is found
61
61
  * or no authenticate url is found in the collectors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgerock/davinci-client",
3
- "version": "0.0.0-beta-20250617173233",
3
+ "version": "0.0.0-beta-20250626185724",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ForgeRock/ping-javascript-sdk.git",
@@ -25,11 +25,11 @@
25
25
  "dependencies": {
26
26
  "@reduxjs/toolkit": "^2.8.2",
27
27
  "immer": "^10.1.1",
28
- "@forgerock/sdk-logger": "0.0.0-beta-20250617173233",
29
- "@forgerock/sdk-oidc": "0.0.0-beta-20250617173233",
30
- "@forgerock/sdk-request-middleware": "0.0.0-beta-20250617173233",
31
- "@forgerock/sdk-types": "0.0.0-beta-20250617173233",
32
- "@forgerock/storage": "0.0.0-beta-20250617173233"
28
+ "@forgerock/sdk-logger": "0.0.0-beta-20250626185724",
29
+ "@forgerock/sdk-request-middleware": "0.0.0-beta-20250626185724",
30
+ "@forgerock/sdk-types": "0.0.0-beta-20250626185724",
31
+ "@forgerock/storage": "0.0.0-beta-20250626185724",
32
+ "@forgerock/sdk-oidc": "0.0.0-beta-20250626185724"
33
33
  },
34
34
  "devDependencies": {
35
35
  "vitest": "^3.0.4"