@tachybase/plugin-auth-pages 1.3.21 → 1.3.23

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,7 +1,7 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.21",
3
- "@tachybase/server": "1.3.21",
4
- "@tachybase/module-auth": "1.3.21",
2
+ "@tachybase/client": "1.3.23",
3
+ "@tego/server": "1.3.43",
4
+ "@tachybase/module-auth": "1.3.23",
5
5
  "antd": "5.22.5",
6
6
  "react-router-dom": "6.28.1",
7
7
  "react": "18.3.1"
@@ -1,4 +1,4 @@
1
- import { Plugin } from '@tachybase/server';
1
+ import { Plugin } from '@tego/server';
2
2
  export declare class PluginAuthPagesServer extends Plugin {
3
3
  afterAdd(): Promise<void>;
4
4
  beforeLoad(): Promise<void>;
@@ -21,7 +21,7 @@ __export(plugin_exports, {
21
21
  default: () => plugin_default
22
22
  });
23
23
  module.exports = __toCommonJS(plugin_exports);
24
- var import_server = require("@tachybase/server");
24
+ var import_server = require("@tego/server");
25
25
  class PluginAuthPagesServer extends import_server.Plugin {
26
26
  async afterAdd() {
27
27
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-auth-pages",
3
3
  "displayName": "Auth: Pages",
4
- "version": "1.3.21",
4
+ "version": "1.3.23",
5
5
  "description": "Pages for auth",
6
6
  "keywords": [
7
7
  "Authentication"
@@ -9,18 +9,15 @@
9
9
  "main": "dist/server/index.js",
10
10
  "dependencies": {},
11
11
  "devDependencies": {
12
+ "@tachybase/test": "^1.3.43",
13
+ "@tego/client": "^1.3.43",
14
+ "@tego/server": "^1.3.43",
12
15
  "antd": "5.22.5",
13
- "react-router-dom": "6.28.1"
14
- },
15
- "peerDependencies": {
16
- "@tachybase/client": "1.3.21",
17
- "@tachybase/module-auth": "1.3.21",
18
- "@tachybase/server": "1.3.21",
19
- "@tachybase/test": "1.3.21"
16
+ "react-router-dom": "6.28.1",
17
+ "@tachybase/client": "1.3.23",
18
+ "@tachybase/module-auth": "1.3.23"
20
19
  },
21
20
  "description.zh-CN": "认证:页面",
22
21
  "displayName.zh-CN": "认证页面",
23
- "scripts": {
24
- "build": "tachybase-build --no-dts @tachybase/plugin-auth-pages"
25
- }
22
+ "scripts": {}
26
23
  }