@authing/guard-shim-react18 4.5.40-alpha.21 → 4.5.40-alpha.23

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.
@@ -6,6 +6,7 @@ export interface SendCodeByPhoneProps extends InputProps {
6
6
  data?: string;
7
7
  form?: any;
8
8
  onSendCodeBefore?: any;
9
+ onSendCodeAfter?: any;
9
10
  fieldName?: string;
10
11
  autoSubmit?: boolean;
11
12
  scene: SceneType;
@@ -6,5 +6,4 @@ export interface InitGuardI18nOptions {
6
6
  }
7
7
  export declare const fallbackLng: (code?: string) => string[];
8
8
  export declare const initGuardI18n: (options: InitGuardI18nOptions, callback: React.Dispatch<React.SetStateAction<boolean>>) => Promise<void>;
9
- export declare const resolvedLanguage: string;
10
9
  export { i18n };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/guard-shim-react18",
3
- "version": "4.5.40-alpha.21",
3
+ "version": "4.5.40-alpha.23",
4
4
  "description": "Guard shim for react 18, only be used to internal",
5
5
  "types": "dist/typings/src/index.d.ts",
6
6
  "module": "dist/guard.min.js",
@@ -14,7 +14,7 @@
14
14
  "release:alpha": "npm publish --verbose --tag=alpha --access public"
15
15
  },
16
16
  "peerDependencies": {
17
- "authing-js-sdk": "^4.23.44"
17
+ "authing-js-sdk": "4.23.50"
18
18
  },
19
19
  "author": "https://github.com/authing",
20
20
  "license": "MIT"