@tachybase/plugin-auth-wecom 0.23.8 → 0.23.14

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",
3
+ "@tachybase/client": "0.23.14",
4
4
  "@ant-design/icons": "5.5.2",
5
5
  "antd": "5.22.5",
6
6
  "react-router-dom": "6.28.1",
7
- "@tachybase/module-auth": "0.23.8",
8
- "@tachybase/server": "0.23.8",
9
- "@tachybase/auth": "0.23.8",
7
+ "@tachybase/module-auth": "0.23.14",
8
+ "@tachybase/server": "0.23.14",
9
+ "@tachybase/auth": "0.23.14",
10
10
  "axios": "1.7.9",
11
- "@tachybase/actions": "0.23.8"
11
+ "@tachybase/actions": "0.23.14"
12
12
  };
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-auth-wecom",
3
3
  "displayName": "Auth: WeCom",
4
- "version": "0.23.8",
4
+ "version": "0.23.14",
5
5
  "description": "work WeChat authentication.",
6
6
  "keywords": [
7
7
  "Authentication"
8
8
  ],
9
9
  "main": "dist/server/index.js",
10
- "dependencies": {
10
+ "dependencies": {},
11
+ "devDependencies": {
11
12
  "@ant-design/icons": "^5.5.2",
12
13
  "ahooks": "^3.8.4",
13
14
  "antd": "5.22.5",
@@ -15,13 +16,13 @@
15
16
  "react-router-dom": "6.28.1"
16
17
  },
17
18
  "peerDependencies": {
18
- "@tachybase/auth": "0.23.8",
19
- "@tachybase/module-auth": "0.23.8",
20
- "@tachybase/client": "0.23.8",
21
- "@tachybase/actions": "0.23.8",
22
- "@tachybase/server": "0.23.8",
23
- "@tachybase/database": "0.23.8",
24
- "@tachybase/test": "0.23.8"
19
+ "@tachybase/actions": "0.23.14",
20
+ "@tachybase/auth": "0.23.14",
21
+ "@tachybase/client": "0.23.14",
22
+ "@tachybase/module-auth": "0.23.14",
23
+ "@tachybase/server": "0.23.14",
24
+ "@tachybase/database": "0.23.14",
25
+ "@tachybase/test": "0.23.14"
25
26
  },
26
27
  "description.zh-CN": "提供企业微信的认证支持",
27
28
  "displayName.zh-CN": "认证:企业微信",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-auth-wecom@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/plugin-auth-wecom
4
- > tachybase-build --no-dts @tachybase/plugin-auth-wecom
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/plugin-auth-wecom: plugin-auth-wecom build start
8
- @tachybase/plugin-auth-wecom: build plugin client
9
- @tachybase/plugin-auth-wecom: build plugin server source
10
- @tachybase/plugin-auth-wecom: delete server files
11
- @tachybase/plugin-auth-wecom: build plugin server dependencies
12
- @tachybase/plugin-auth-wecom: These packages @tachybase/server, @tachybase/auth, @tachybase/module-auth, axios, @tachybase/actions will be exclude.
13
- @tachybase/plugin-auth-wecom: write external version
14
-