@tachybase/plugin-auth-sms 0.23.8 → 0.23.16

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.
@@ -1,12 +1,12 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.8",
4
- "@tachybase/module-auth": "0.23.8",
5
- "@tachybase/schema": "0.23.8",
3
+ "@tachybase/client": "0.23.16",
4
+ "@tachybase/module-auth": "0.23.16",
5
+ "@tachybase/schema": "0.23.16",
6
6
  "antd": "5.22.5",
7
7
  "react-i18next": "15.2.0",
8
- "@tachybase/plugin-otp": "0.23.8",
9
- "@tachybase/server": "0.23.8",
10
- "@tachybase/auth": "0.23.8",
11
- "@tachybase/database": "0.23.8"
8
+ "@tachybase/plugin-otp": "0.23.16",
9
+ "@tachybase/server": "0.23.16",
10
+ "@tachybase/auth": "0.23.16",
11
+ "@tachybase/database": "0.23.16"
12
12
  };
package/package.json CHANGED
@@ -1,28 +1,29 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-auth-sms",
3
3
  "displayName": "Auth: SMS",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "SMS authentication.",
6
6
  "keywords": [
7
7
  "Authentication"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "main": "./dist/server/index.js",
11
+ "dependencies": {},
11
12
  "devDependencies": {
12
13
  "antd": "5.22.5",
13
14
  "react": "~18.3.1",
14
15
  "react-i18next": "^15.2.0",
15
- "@tachybase/schema": "0.23.8"
16
+ "@tachybase/schema": "0.23.16"
16
17
  },
17
18
  "peerDependencies": {
18
- "@tachybase/actions": "0.23.8",
19
- "@tachybase/client": "0.23.8",
20
- "@tachybase/database": "0.23.8",
21
- "@tachybase/module-auth": "0.23.8",
22
- "@tachybase/server": "0.23.8",
23
- "@tachybase/test": "0.23.8",
24
- "@tachybase/auth": "0.23.8",
25
- "@tachybase/plugin-otp": "0.23.8"
19
+ "@tachybase/actions": "0.23.16",
20
+ "@tachybase/client": "0.23.16",
21
+ "@tachybase/database": "0.23.16",
22
+ "@tachybase/auth": "0.23.16",
23
+ "@tachybase/module-auth": "0.23.16",
24
+ "@tachybase/plugin-otp": "0.23.16",
25
+ "@tachybase/server": "0.23.16",
26
+ "@tachybase/test": "0.23.16"
26
27
  },
27
28
  "description.zh-CN": "通过短信验证码认证身份。",
28
29
  "displayName.zh-CN": "认证:短信",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-auth-sms@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/plugin-auth-sms
4
- > tachybase-build --no-dts @tachybase/plugin-auth-sms
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/plugin-auth-sms: plugin-auth-sms build start
8
- @tachybase/plugin-auth-sms: build plugin client
9
- @tachybase/plugin-auth-sms: build plugin server source
10
- @tachybase/plugin-auth-sms: delete server files
11
- @tachybase/plugin-auth-sms: build plugin server dependencies
12
- @tachybase/plugin-auth-sms: These packages @tachybase/plugin-otp, @tachybase/server, @tachybase/auth, @tachybase/database, @tachybase/module-auth will be exclude.
13
- @tachybase/plugin-auth-sms: write external version
14
-