@tachybase/plugin-auth-lark 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,4 +1,4 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.21",
3
- "@tachybase/server": "1.3.21"
2
+ "@tachybase/client": "1.3.23",
3
+ "@tego/server": "1.3.43"
4
4
  };
@@ -1,4 +1,4 @@
1
- import { Plugin } from '@tachybase/server';
1
+ import { Plugin } from '@tego/server';
2
2
  export declare class PluginAuthPrototypeLarkServer 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 PluginAuthPrototypeLarkServer extends import_server.Plugin {
26
26
  async afterAdd() {
27
27
  }
package/package.json CHANGED
@@ -1,22 +1,20 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-auth-lark",
3
3
  "displayName": "Auth: Lark",
4
- "version": "1.3.21",
4
+ "version": "1.3.23",
5
5
  "description": "Lark for auth",
6
6
  "keywords": [
7
7
  "Authentication"
8
8
  ],
9
9
  "main": "dist/server/index.js",
10
10
  "dependencies": {},
11
- "devDependencies": {},
12
- "peerDependencies": {
13
- "@tachybase/server": "1.3.21",
14
- "@tachybase/test": "1.3.21",
15
- "@tachybase/client": "1.3.21"
11
+ "devDependencies": {
12
+ "@tachybase/test": "^1.3.43",
13
+ "@tego/client": "^1.3.43",
14
+ "@tego/server": "^1.3.43",
15
+ "@tachybase/client": "1.3.23"
16
16
  },
17
17
  "description.zh-CN": "认证: Lark",
18
18
  "displayName.zh-CN": "认证Lark",
19
- "scripts": {
20
- "build": "tachybase-build --no-dts @tachybase/plugin-auth-lark"
21
- }
19
+ "scripts": {}
22
20
  }