@tachybase/plugin-auth-wecom 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.
- package/dist/externalVersion.js +5 -5
- package/package.json +10 -9
- package/.turbo/turbo-build.log +0 -14
package/dist/externalVersion.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.16",
|
|
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
|
-
"@tachybase/server": "0.23.
|
|
9
|
-
"@tachybase/auth": "0.23.
|
|
7
|
+
"@tachybase/module-auth": "0.23.16",
|
|
8
|
+
"@tachybase/server": "0.23.16",
|
|
9
|
+
"@tachybase/auth": "0.23.16",
|
|
10
10
|
"axios": "1.7.9",
|
|
11
|
-
"@tachybase/actions": "0.23.
|
|
11
|
+
"@tachybase/actions": "0.23.16"
|
|
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.
|
|
4
|
+
"version": "0.23.16",
|
|
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/
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/actions": "0.23.16",
|
|
20
|
+
"@tachybase/database": "0.23.16",
|
|
21
|
+
"@tachybase/auth": "0.23.16",
|
|
22
|
+
"@tachybase/server": "0.23.16",
|
|
23
|
+
"@tachybase/test": "0.23.16",
|
|
24
|
+
"@tachybase/module-auth": "0.23.16",
|
|
25
|
+
"@tachybase/client": "0.23.16"
|
|
25
26
|
},
|
|
26
27
|
"description.zh-CN": "提供企业微信的认证支持",
|
|
27
28
|
"displayName.zh-CN": "认证:企业微信",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -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
|
-
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|
|
7
|
-
[4m[95m@tachybase/plugin-auth-wecom[39m[24m: [1mplugin-auth-wecom[22m build start
|
|
8
|
-
[4m[95m@tachybase/plugin-auth-wecom[39m[24m: build plugin client
|
|
9
|
-
[4m[95m@tachybase/plugin-auth-wecom[39m[24m: build plugin server source
|
|
10
|
-
[4m[95m@tachybase/plugin-auth-wecom[39m[24m: delete server files
|
|
11
|
-
[4m[95m@tachybase/plugin-auth-wecom[39m[24m: build plugin server dependencies
|
|
12
|
-
[4m[95m@tachybase/plugin-auth-wecom[39m[24m: These packages [33m@tachybase/server, @tachybase/auth, @tachybase/module-auth, axios, @tachybase/actions[39m will be [3mexclude[23m.
|
|
13
|
-
[4m[95m@tachybase/plugin-auth-wecom[39m[24m: write external version
|
|
14
|
-
|