@tachybase/plugin-auth-wechat 0.23.17 → 0.23.20
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,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AdminSettingsForm: () => React.JSX.Element;
|
|
1
|
+
export declare const AdminSettingsForm: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export default function WeChatQrComponent(): React.JSX.Element;
|
|
1
|
+
export default function WeChatQrComponent(): import("react/jsx-runtime").JSX.Element;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.20",
|
|
4
4
|
"@ant-design/icons": "5.3.7",
|
|
5
5
|
"antd": "5.22.5",
|
|
6
|
-
"@tachybase/module-auth": "0.23.
|
|
7
|
-
"@tachybase/schema": "0.23.
|
|
6
|
+
"@tachybase/module-auth": "0.23.20",
|
|
7
|
+
"@tachybase/schema": "0.23.20",
|
|
8
8
|
"react-router-dom": "6.28.1",
|
|
9
9
|
"react-i18next": "15.2.0",
|
|
10
|
-
"@tachybase/server": "0.23.
|
|
11
|
-
"@tachybase/actions": "0.23.
|
|
12
|
-
"@tachybase/auth": "0.23.
|
|
13
|
-
"@tachybase/utils": "0.23.
|
|
10
|
+
"@tachybase/server": "0.23.20",
|
|
11
|
+
"@tachybase/actions": "0.23.20",
|
|
12
|
+
"@tachybase/auth": "0.23.20",
|
|
13
|
+
"@tachybase/utils": "0.23.20"
|
|
14
14
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-auth-wechat",
|
|
3
3
|
"displayName": "Auth: WeChat",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.20",
|
|
5
5
|
"description": "WeChat authentication.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Authentication"
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"react-router-dom": "6.28.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@tachybase/actions": "0.23.
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/schema": "0.23.
|
|
25
|
-
"@tachybase/
|
|
26
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/actions": "0.23.20",
|
|
20
|
+
"@tachybase/auth": "0.23.20",
|
|
21
|
+
"@tachybase/database": "0.23.20",
|
|
22
|
+
"@tachybase/module-auth": "0.23.20",
|
|
23
|
+
"@tachybase/client": "0.23.20",
|
|
24
|
+
"@tachybase/schema": "0.23.20",
|
|
25
|
+
"@tachybase/server": "0.23.20",
|
|
26
|
+
"@tachybase/utils": "0.23.20"
|
|
27
27
|
},
|
|
28
28
|
"description.zh-CN": "通过微信扫码认证身份。",
|
|
29
29
|
"displayName.zh-CN": "认证:微信",
|