@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
- import React from 'react';
2
- export declare const AdminSettingsForm: () => React.JSX.Element;
1
+ export declare const AdminSettingsForm: () => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const BindForm: ({ authenticator }: {
3
2
  authenticator: any;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
1
  import { Authenticator } from '@tachybase/module-auth/client';
3
2
  export declare const SignInForm: (props: {
4
3
  authenticator: Authenticator;
5
4
  bind: boolean;
6
- }) => React.JSX.Element;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export default function WeChatQrComponent(): React.JSX.Element;
1
+ export default function WeChatQrComponent(): import("react/jsx-runtime").JSX.Element;
@@ -1,14 +1,14 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.17",
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.17",
7
- "@tachybase/schema": "0.23.17",
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.17",
11
- "@tachybase/actions": "0.23.17",
12
- "@tachybase/auth": "0.23.17",
13
- "@tachybase/utils": "0.23.17"
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.17",
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.17",
20
- "@tachybase/client": "0.23.17",
21
- "@tachybase/auth": "0.23.17",
22
- "@tachybase/database": "0.23.17",
23
- "@tachybase/module-auth": "0.23.17",
24
- "@tachybase/schema": "0.23.17",
25
- "@tachybase/utils": "0.23.17",
26
- "@tachybase/server": "0.23.17"
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": "认证:微信",