@tachybase/plugin-auth-sms 0.23.18 → 0.23.20
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/client/Options.d.ts
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Options: () => React.JSX.Element;
|
|
1
|
+
export declare const Options: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export default function VerificationCode({ targetFieldName, actionType, value, onChange }: {
|
|
3
2
|
targetFieldName?: string;
|
|
4
3
|
actionType: any;
|
|
5
4
|
value: any;
|
|
6
5
|
onChange: any;
|
|
7
|
-
}):
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
4
|
-
"@tachybase/module-auth": "0.23.
|
|
5
|
-
"@tachybase/schema": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.20",
|
|
4
|
+
"@tachybase/module-auth": "0.23.20",
|
|
5
|
+
"@tachybase/schema": "0.23.20",
|
|
6
6
|
"antd": "5.22.5",
|
|
7
7
|
"react-i18next": "15.2.0",
|
|
8
|
-
"@tachybase/plugin-otp": "0.23.
|
|
9
|
-
"@tachybase/server": "0.23.
|
|
10
|
-
"@tachybase/auth": "0.23.
|
|
11
|
-
"@tachybase/database": "0.23.
|
|
8
|
+
"@tachybase/plugin-otp": "0.23.20",
|
|
9
|
+
"@tachybase/server": "0.23.20",
|
|
10
|
+
"@tachybase/auth": "0.23.20",
|
|
11
|
+
"@tachybase/database": "0.23.20"
|
|
12
12
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-auth-sms",
|
|
3
3
|
"displayName": "Auth: SMS",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.20",
|
|
5
5
|
"description": "SMS authentication.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Authentication"
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
"antd": "5.22.5",
|
|
14
14
|
"react": "~18.3.1",
|
|
15
15
|
"react-i18next": "^15.2.0",
|
|
16
|
-
"@tachybase/schema": "0.23.
|
|
16
|
+
"@tachybase/schema": "0.23.20"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@tachybase/actions": "0.23.
|
|
20
|
-
"@tachybase/auth": "0.23.
|
|
21
|
-
"@tachybase/client": "0.23.
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
25
|
-
"@tachybase/
|
|
26
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/actions": "0.23.20",
|
|
20
|
+
"@tachybase/auth": "0.23.20",
|
|
21
|
+
"@tachybase/client": "0.23.20",
|
|
22
|
+
"@tachybase/module-auth": "0.23.20",
|
|
23
|
+
"@tachybase/database": "0.23.20",
|
|
24
|
+
"@tachybase/server": "0.23.20",
|
|
25
|
+
"@tachybase/test": "0.23.20",
|
|
26
|
+
"@tachybase/plugin-otp": "0.23.20"
|
|
27
27
|
},
|
|
28
28
|
"description.zh-CN": "通过短信验证码认证身份。",
|
|
29
29
|
"displayName.zh-CN": "认证:短信",
|