@tachybase/plugin-devkit 1.3.20 → 1.3.22

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.20",
3
- "@tachybase/server": "1.3.20"
2
+ "@tachybase/client": "1.3.22",
3
+ "@tego/server": "1.3.39"
4
4
  };
@@ -1,4 +1,4 @@
1
- import { Plugin } from '@tachybase/server';
1
+ import { Plugin } from '@tego/server';
2
2
  export declare const globExcludeFiles: string[];
3
3
  export declare class PluginDevkitServer extends Plugin {
4
4
  #private;
@@ -32,8 +32,8 @@ __export(plugin_exports, {
32
32
  globExcludeFiles: () => globExcludeFiles
33
33
  });
34
34
  module.exports = __toCommonJS(plugin_exports);
35
- var import_server = require("@tachybase/server");
36
35
  var import_core = require("@rsbuild/core");
36
+ var import_server = require("@tego/server");
37
37
  var import_config = __toESM(require("./config"));
38
38
  const globExcludeFiles = [
39
39
  "!src/**/__tests__",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-devkit",
3
- "version": "1.3.20",
3
+ "version": "1.3.22",
4
4
  "main": "dist/server/index.js",
5
5
  "dependencies": {
6
6
  "@rsbuild/core": "^1.4.7",
@@ -9,9 +9,10 @@
9
9
  "@rsbuild/plugin-react": "1.3.2",
10
10
  "fast-glob": "^3.3.2"
11
11
  },
12
- "peerDependencies": {
13
- "@tachybase/server": "1.3.20",
14
- "@tachybase/client": "1.3.20",
15
- "@tachybase/test": "1.3.20"
12
+ "devDependencies": {
13
+ "@tachybase/test": "^1.3.39",
14
+ "@tego/client": "^1.3.39",
15
+ "@tego/server": "^1.3.39",
16
+ "@tachybase/client": "1.3.22"
16
17
  }
17
18
  }