@logto/client 3.0.0-alpha.1 → 3.0.0-alpha.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.
@@ -38,7 +38,7 @@ export type LogtoConfig = {
38
38
  /**
39
39
  * The prompt parameter to be used for the authorization request.
40
40
  */
41
- prompt?: Prompt;
41
+ prompt?: Prompt | Prompt[];
42
42
  };
43
43
  /**
44
44
  * Normalize the Logto client configuration per the following rules:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/client",
3
- "version": "3.0.0-alpha.1",
3
+ "version": "3.0.0-alpha.2",
4
4
  "type": "module",
5
5
  "main": "./lib/index.cjs",
6
6
  "module": "./lib/index.js",
@@ -29,7 +29,7 @@
29
29
  "directory": "packages/client"
30
30
  },
31
31
  "dependencies": {
32
- "@logto/js": "^4.0.0-alpha.1",
32
+ "@logto/js": "^4.0.0-alpha.2",
33
33
  "@silverhand/essentials": "^2.8.7",
34
34
  "camelcase-keys": "^7.0.1",
35
35
  "jose": "^5.0.0"