@nocobase/plugin-auth-sms 2.0.0-alpha.42 → 2.0.0-alpha.43

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": "2.0.0-alpha.42",
11
+ "@nocobase/client": "2.0.0-alpha.43",
12
12
  "react": "18.2.0",
13
13
  "@formily/react": "2.3.7",
14
- "@nocobase/plugin-auth": "2.0.0-alpha.42",
15
- "@nocobase/plugin-verification": "2.0.0-alpha.42",
16
- "@nocobase/server": "2.0.0-alpha.42",
17
- "@nocobase/utils": "2.0.0-alpha.42",
18
- "@nocobase/auth": "2.0.0-alpha.42",
19
- "@nocobase/database": "2.0.0-alpha.42",
14
+ "@nocobase/plugin-auth": "2.0.0-alpha.43",
15
+ "@nocobase/plugin-verification": "2.0.0-alpha.43",
16
+ "@nocobase/server": "2.0.0-alpha.43",
17
+ "@nocobase/utils": "2.0.0-alpha.43",
18
+ "@nocobase/auth": "2.0.0-alpha.43",
19
+ "@nocobase/database": "2.0.0-alpha.43",
20
20
  "react-i18next": "11.18.6",
21
21
  "lodash": "4.17.21"
22
22
  };
@@ -0,0 +1,7 @@
1
+ {
2
+ "Sign in via SMS": "Вход через SMS",
3
+ "Sign up automatically when the user does not exist": "Автоматическая регистрация, если пользователь не существует",
4
+ "SMS": "SMS",
5
+ "User will be registered automatically if not exists.": "Пользователь будет автоматически зарегистрирован, если не существует.",
6
+ "Verifier": "Верификатор"
7
+ }
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-auth-sms",
3
3
  "displayName": "Auth: SMS",
4
+ "displayName.ru-RU": "Аутентификация: SMS",
4
5
  "displayName.zh-CN": "认证:短信",
5
6
  "description": "SMS authentication.",
7
+ "description.ru-RU": "Аутентификация по SMS.",
6
8
  "description.zh-CN": "通过短信验证码认证身份。",
7
- "version": "2.0.0-alpha.42",
9
+ "version": "2.0.0-alpha.43",
8
10
  "main": "./dist/server/index.js",
9
11
  "homepage": "https://docs.nocobase.com/handbook/auth-sms",
12
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/auth-sms",
10
13
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-sms",
11
14
  "license": "AGPL-3.0",
12
15
  "devDependencies": {
@@ -25,7 +28,7 @@
25
28
  "@nocobase/server": "2.x",
26
29
  "@nocobase/test": "2.x"
27
30
  },
28
- "gitHead": "9e96dd78d0c1445c8da76863e30f046be5b48d90",
31
+ "gitHead": "5e1b7446db50446b80427240a38a9417f3742c05",
29
32
  "keywords": [
30
33
  "Authentication"
31
34
  ]