@nocobase/plugin-auth-sms 1.3.24-beta → 1.3.26-beta

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.
@@ -8,15 +8,15 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.3.24-beta",
11
+ "@nocobase/client": "1.3.26-beta",
12
12
  "react": "18.2.0",
13
13
  "@formily/react": "2.3.0",
14
- "@nocobase/plugin-auth": "1.3.24-beta",
14
+ "@nocobase/plugin-auth": "1.3.26-beta",
15
15
  "antd": "5.12.8",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/plugin-verification": "1.3.24-beta",
18
- "@nocobase/server": "1.3.24-beta",
19
- "@nocobase/utils": "1.3.24-beta",
20
- "@nocobase/auth": "1.3.24-beta",
21
- "@nocobase/database": "1.3.24-beta"
17
+ "@nocobase/plugin-verification": "1.3.26-beta",
18
+ "@nocobase/server": "1.3.26-beta",
19
+ "@nocobase/utils": "1.3.26-beta",
20
+ "@nocobase/auth": "1.3.26-beta",
21
+ "@nocobase/database": "1.3.26-beta"
22
22
  };
@@ -0,0 +1,6 @@
1
+ {
2
+ "Sign in via SMS": "SMSでサインイン",
3
+ "User will be registered automatically if not exists.": "ユーザーが存在しない場合は自動的に登録されます。",
4
+ "Sign up automatically when the user does not exist": "ユーザーが存在しない場合、自動的にサインアップされます",
5
+ "SMS": "短信"
6
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "认证:短信",
5
5
  "description": "SMS authentication.",
6
6
  "description.zh-CN": "通过短信验证码认证身份。",
7
- "version": "1.3.24-beta",
7
+ "version": "1.3.26-beta",
8
8
  "main": "./dist/server/index.js",
9
9
  "homepage": "https://docs.nocobase.com/handbook/auth-sms",
10
10
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-sms",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/server": "1.x",
26
26
  "@nocobase/test": "1.x"
27
27
  },
28
- "gitHead": "d575eb932c5651c2fa8dbef70e5c356efc6bf271",
28
+ "gitHead": "492868e32388615f75ba5af28f33420899d3b211",
29
29
  "keywords": [
30
30
  "Authentication"
31
31
  ]