@nocobase/plugin-verification 1.7.0-alpha.1 → 1.7.0-alpha.2

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,19 +8,19 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.7.0-alpha.1",
11
+ "@nocobase/client": "1.7.0-alpha.2",
12
12
  "react": "18.2.0",
13
- "antd": "5.12.8",
13
+ "antd": "5.24.2",
14
14
  "@formily/shared": "2.3.2",
15
15
  "@formily/react": "2.3.0",
16
16
  "@formily/core": "2.3.0",
17
- "@nocobase/server": "1.7.0-alpha.1",
18
- "@nocobase/utils": "1.7.0-alpha.1",
19
- "@nocobase/actions": "1.7.0-alpha.1",
20
- "@nocobase/database": "1.7.0-alpha.1",
17
+ "@nocobase/server": "1.7.0-alpha.2",
18
+ "@nocobase/utils": "1.7.0-alpha.2",
19
+ "@nocobase/actions": "1.7.0-alpha.2",
20
+ "@nocobase/database": "1.7.0-alpha.2",
21
21
  "react-i18next": "11.18.6",
22
22
  "react-router-dom": "6.28.1",
23
- "@formily/antd-v5": "1.1.9",
23
+ "@formily/antd-v5": "1.2.3",
24
24
  "@ant-design/icons": "5.6.1",
25
- "dayjs": "1.11.10"
25
+ "dayjs": "1.11.13"
26
26
  };
@@ -0,0 +1,22 @@
1
+ {
2
+ "Verification": "Verifizierung",
3
+ "Verification providers": "Verifizierungsanbieter",
4
+ "Provider type": "Anbietertyp",
5
+ "Aliyun SMS": "Aliyun SMS",
6
+ "Access Key ID": "Zugriffsschlüssel-ID",
7
+ "Access Key Secret": "Zugriffsschlüssel-Geheimnis",
8
+ "Endpoint": "Endpunkt",
9
+ "Sign": "Signatur",
10
+ "Template code": "Vorlagencode",
11
+ "Secret Id": "Geheime ID",
12
+ "Secret Key": "Geheimer Schlüssel",
13
+ "Region": "Region",
14
+ "Sign name": "Signaturname",
15
+ "Sms sdk app id": "SMS-SDK-App-ID",
16
+ "Template Id": "Vorlagen-ID",
17
+ "Verification send failed, please try later or contact to administrator": "Verifizierungsversand fehlgeschlagen, bitte versuchen Sie es später oder kontaktieren Sie den Administrator",
18
+ "Not a valid cellphone number, please re-enter": "Keine gültige Handynummer, bitte erneut eingeben",
19
+ "Please don't retry in {{time}} seconds": "Bitte versuchen Sie es nicht in {{time}} Sekunden erneut",
20
+ "You are trying so frequently, please slow down": "Sie versuchen es zu häufig, bitte verlangsamen Sie",
21
+ "Verification code is invalid": "Verifizierungscode ist ungültig"
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "Verification": "Verificatie",
3
+ "Verification providers": "Verificatieproviders",
4
+ "Provider type": "Provider type",
5
+ "Aliyun SMS": "Aliyun SMS",
6
+ "Access Key ID": "Access Key ID",
7
+ "Access Key Secret": "Access Key Secret",
8
+ "Endpoint": "Endpoint",
9
+ "Sign": "Handtekening",
10
+ "Template code": "Sjablooncode",
11
+ "Secret Id": "Secret Id",
12
+ "Secret Key": "Secret Key",
13
+ "Region": "Regio",
14
+ "Sign name": "Handtekening naam",
15
+ "Sms sdk app id": "Sms sdk app id",
16
+ "Template Id": "Sjabloon Id",
17
+ "Verification send failed, please try later or contact to administrator": "Verificatie verzenden mislukt, probeer het later opnieuw of neem contact op met de beheerder",
18
+ "Not a valid cellphone number, please re-enter": "Geen geldig telefoonnummer, probeer opnieuw in te voeren",
19
+ "Please don't retry in {{time}} seconds": "Probeer niet opnieuw binnen {{time}} seconden",
20
+ "You are trying so frequently, please slow down": "Je probeert te vaak, probeer langzamer",
21
+ "Verification code is invalid": "Verificatiecode is ongeldig"
22
+ }
@@ -1 +1 @@
1
- {"name":"@alicloud/dysmsapi20170525","version":"2.0.17","description":"","main":"dist/client.js","scripts":{"test":"mocha --reporter spec --timeout 3000 test/*.test.js","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"Alibaba Cloud SDK","license":"Apache-2.0","devDependencies":{"@types/node":"^12.12.26","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"^1.4.4","@alicloud/openapi-client":"^0.4.1","@alicloud/endpoint-util":"^0.0.1","@alicloud/openapi-util":"^0.2.9"},"files":["dist","src"],"_lastModified":"2025-03-11T04:46:23.536Z"}
1
+ {"name":"@alicloud/dysmsapi20170525","version":"2.0.17","description":"","main":"dist/client.js","scripts":{"test":"mocha --reporter spec --timeout 3000 test/*.test.js","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"Alibaba Cloud SDK","license":"Apache-2.0","devDependencies":{"@types/node":"^12.12.26","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"^1.4.4","@alicloud/openapi-client":"^0.4.1","@alicloud/endpoint-util":"^0.0.1","@alicloud/openapi-util":"^0.2.9"},"files":["dist","src"],"_lastModified":"2025-03-14T23:27:04.474Z"}
@@ -1 +1 @@
1
- {"name":"@alicloud/openapi-client","version":"0.4.12","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts --timeout=10000","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"","license":"ISC","devDependencies":{"@types/mocha":"^5.2.7","mocha":"^6.2.0","@types/node":"^12.12.26","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5","@alicloud/gateway-pop":"0.0.6"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"^1.4.9","@alicloud/credentials":"^2.3.1","@alicloud/openapi-util":"^0.3.2","@alicloud/gateway-spi":"^0.0.8","@alicloud/tea-xml":"0.0.3"},"files":["dist","src"],"repository":"git@github.com:aliyun/darabonba-openapi.git","_lastModified":"2025-03-11T04:46:24.508Z"}
1
+ {"name":"@alicloud/openapi-client","version":"0.4.12","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts --timeout=10000","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"","license":"ISC","devDependencies":{"@types/mocha":"^5.2.7","mocha":"^6.2.0","@types/node":"^12.12.26","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5","@alicloud/gateway-pop":"0.0.6"},"dependencies":{"@alicloud/tea-typescript":"^1.7.1","@alicloud/tea-util":"^1.4.9","@alicloud/credentials":"^2.3.1","@alicloud/openapi-util":"^0.3.2","@alicloud/gateway-spi":"^0.0.8","@alicloud/tea-xml":"0.0.3"},"files":["dist","src"],"repository":"git@github.com:aliyun/darabonba-openapi.git","_lastModified":"2025-03-14T23:27:05.486Z"}
@@ -1 +1 @@
1
- {"name":"@alicloud/tea-util","version":"1.4.4","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"Jackson Tian","license":"Apache-2.0","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^12.12.26","mocha":"^7.0.1","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5"},"dependencies":{"@alicloud/tea-typescript":"^1.5.1","kitx":"^2.0.0"},"files":["dist","src"],"_lastModified":"2025-03-11T04:46:24.761Z"}
1
+ {"name":"@alicloud/tea-util","version":"1.4.4","description":"","main":"dist/client.js","scripts":{"test":"mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts","test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test","build":"tsc","prepublishOnly":"tsc"},"author":"Jackson Tian","license":"Apache-2.0","devDependencies":{"@types/mocha":"^7.0.1","@types/node":"^12.12.26","mocha":"^7.0.1","nyc":"^15.0.0","source-map-support":"^0.5.16","ts-node":"^8.6.2","typescript":"^3.7.5"},"dependencies":{"@alicloud/tea-typescript":"^1.5.1","kitx":"^2.0.0"},"files":["dist","src"],"_lastModified":"2025-03-14T23:27:05.733Z"}
@@ -1 +1 @@
1
- {"name":"tencentcloud-sdk-nodejs","version":"4.0.759","description":"腾讯云 API NODEJS SDK","main":"tencentcloud/index.js","scripts":{"test":"mocha -t 10000","build":"tsc","prettier":"prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"},"engines":{"node":">=10"},"keywords":["tencentcloudapi","tencentcloud","qcloud","sdk","js","nodejs"],"author":"tencentcloudapi","license":"Apache-2.0","dependencies":{"form-data":"^3.0.0","get-stream":"^6.0.0","https-proxy-agent":"^5.0.0","is-stream":"^2.0.0","json-bigint":"^1.0.0","node-fetch":"^2.2.0","tslib":"1.13.0"},"directories":{"example":"examples","lib":"lib"},"repository":{"type":"git","url":"https://github.com/tencentcloud/tencentcloud-sdk-nodejs"},"devDependencies":{"@types/form-data":"^2.5.0","@types/json-bigint":"^1.0.1","@types/node":"^14.0.26","@types/node-fetch":"^2.5.7","@typescript-eslint/eslint-plugin":"^2.34.0","@typescript-eslint/parser":"^2.34.0","babel-eslint":"^10.0.2","chai":"^4.2.0","eslint":"^6.8.0","eslint-plugin-react":"^7.17.0","mocha":"^8.1.1","prettier":"^2.3.0","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2025-03-11T04:46:32.659Z"}
1
+ {"name":"tencentcloud-sdk-nodejs","version":"4.0.759","description":"腾讯云 API NODEJS SDK","main":"tencentcloud/index.js","scripts":{"test":"mocha -t 10000","build":"tsc","prettier":"prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"},"engines":{"node":">=10"},"keywords":["tencentcloudapi","tencentcloud","qcloud","sdk","js","nodejs"],"author":"tencentcloudapi","license":"Apache-2.0","dependencies":{"form-data":"^3.0.0","get-stream":"^6.0.0","https-proxy-agent":"^5.0.0","is-stream":"^2.0.0","json-bigint":"^1.0.0","node-fetch":"^2.2.0","tslib":"1.13.0"},"directories":{"example":"examples","lib":"lib"},"repository":{"type":"git","url":"https://github.com/tencentcloud/tencentcloud-sdk-nodejs"},"devDependencies":{"@types/form-data":"^2.5.0","@types/json-bigint":"^1.0.1","@types/node":"^14.0.26","@types/node-fetch":"^2.5.7","@typescript-eslint/eslint-plugin":"^2.34.0","@typescript-eslint/parser":"^2.34.0","babel-eslint":"^10.0.2","chai":"^4.2.0","eslint":"^6.8.0","eslint-plugin-react":"^7.17.0","mocha":"^8.1.1","prettier":"^2.3.0","ts-node":"^8.10.2","typescript":"^3.9.7"},"_lastModified":"2025-03-14T23:27:13.794Z"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "验证",
5
5
  "description": "User identity verification management, including SMS, TOTP authenticator, with extensibility.",
6
6
  "description.zh-CN": "用户身份验证管理,包含短信、TOTP 认证器等,可扩展。",
7
- "version": "1.7.0-alpha.1",
7
+ "version": "1.7.0-alpha.2",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/verification",
@@ -31,7 +31,7 @@
31
31
  "@nocobase/test": "1.x",
32
32
  "@nocobase/utils": "1.x"
33
33
  },
34
- "gitHead": "e411c9728b4d1f16b0beac16e40dd3499352b052",
34
+ "gitHead": "01751fa626d5692137e3decdac3c66a742b8ea80",
35
35
  "keywords": [
36
36
  "Authentication",
37
37
  "Verification",