@nocobase/plugin-auth-sms 1.7.0-beta.2 → 1.7.0-beta.4

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.7.0-beta.2",
11
+ "@nocobase/client": "1.7.0-beta.4",
12
12
  "react": "18.2.0",
13
13
  "@formily/react": "2.3.0",
14
- "@nocobase/plugin-auth": "1.7.0-beta.2",
14
+ "@nocobase/plugin-auth": "1.7.0-beta.4",
15
15
  "antd": "5.12.8",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/plugin-verification": "1.7.0-beta.2",
18
- "@nocobase/server": "1.7.0-beta.2",
19
- "@nocobase/utils": "1.7.0-beta.2",
20
- "@nocobase/auth": "1.7.0-beta.2",
21
- "@nocobase/database": "1.7.0-beta.2"
17
+ "@nocobase/plugin-verification": "1.7.0-beta.4",
18
+ "@nocobase/server": "1.7.0-beta.4",
19
+ "@nocobase/utils": "1.7.0-beta.4",
20
+ "@nocobase/auth": "1.7.0-beta.4",
21
+ "@nocobase/database": "1.7.0-beta.4"
22
22
  };
@@ -1,6 +1,6 @@
1
1
  {
2
- "Sign in via SMS": "Sign in via SMS",
3
- "User will be registered automatically if not exists.": "User will be registered automatically if not exists.",
4
- "Sign up automatically when the user does not exist": "Sign up automatically when the user does not exist",
2
+ "Sign in via SMS": "Inloggen via SMS",
3
+ "User will be registered automatically if not exists.": "Als de gebruiker nog niet bestaat, wordt deze automatisch geregistreerd.",
4
+ "Sign up automatically when the user does not exist": "Automatisch aanmelden wanneer de gebruiker niet bestaat",
5
5
  "SMS": "SMS"
6
6
  }
@@ -1,8 +1,8 @@
1
1
  {
2
- "The email is incorrect, please re-enter": "The email is incorrect, please re-enter",
3
- "Please fill in your email address": "Please fill in your email address",
4
- "The password is incorrect, please re-enter": "The password is incorrect, please re-enter",
5
- "Not a valid cellphone number, please re-enter": "Not a valid cellphone number, please re-enter",
6
- "The phone number has been registered, please login directly": "The phone number has been registered, please login directly",
7
- "The phone number is not registered, please register first": "The phone number is not registered, please register first"
8
- }
2
+ "The email is incorrect, please re-enter": "Het e-mailadres is incorrect, vul het opnieuw in",
3
+ "Please fill in your email address": "Vul je e-mailadres in",
4
+ "The password is incorrect, please re-enter": "Het wachtwoord is incorrect, vul het opnieuw in",
5
+ "Not a valid cellphone number, please re-enter": "Geen geldig telefoonnummer, vul het opnieuw in",
6
+ "The phone number has been registered, please login directly": "Het telefoonnummer is geregistreerd, log direct in",
7
+ "The phone number is not registered, please register first": "Het telefoonnummer is niet geregistreerd, registreer het eerst"
8
+ }
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.7.0-beta.2",
7
+ "version": "1.7.0-beta.4",
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": "58b206bdfca521e79a69989ca55dd19075dca523",
28
+ "gitHead": "bf1fbeef48ab69fb3d417f4d75bf3f22031e29f8",
29
29
  "keywords": [
30
30
  "Authentication"
31
31
  ]