@tachybase/plugin-block-step-form 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,8 +1,8 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.21",
2
+ "@tachybase/client": "1.3.23",
3
3
  "react-i18next": "15.2.0",
4
- "@tachybase/server": "1.3.21",
4
+ "@tego/server": "1.3.43",
5
5
  "antd": "5.22.5",
6
6
  "react": "18.3.1",
7
- "@tachybase/schema": "1.3.21"
7
+ "@tachybase/schema": "1.3.43"
8
8
  };
@@ -1,4 +1,4 @@
1
- import { Plugin } from '@tachybase/server';
1
+ import { Plugin } from '@tego/server';
2
2
  export declare class PluginBlockStepFormServer 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 PluginBlockStepFormServer 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-block-step-form",
3
3
  "displayName": "Card: Step form",
4
- "version": "1.3.21",
4
+ "version": "1.3.23",
5
5
  "description": "Provides Step form card.",
6
6
  "keywords": [
7
7
  "Blocks",
@@ -11,22 +11,18 @@
11
11
  "main": "dist/server/index.js",
12
12
  "dependencies": {},
13
13
  "devDependencies": {
14
- "@ant-design/icons": "^5.5.2",
14
+ "@ant-design/icons": "^5.6.1",
15
+ "@tachybase/schema": "^1.3.43",
16
+ "@tachybase/test": "^1.3.43",
17
+ "@tego/client": "^1.3.43",
18
+ "@tego/server": "^1.3.43",
15
19
  "antd": "5.22.5",
16
20
  "lodash": "4.17.21",
17
21
  "react-beautiful-dnd": "^13.1.1",
18
- "react-i18next": "^15.2.0",
19
- "@tachybase/components": "1.3.21",
20
- "@tachybase/schema": "1.3.21"
21
- },
22
- "peerDependencies": {
23
- "@tachybase/client": "1.3.21",
24
- "@tachybase/server": "1.3.21",
25
- "@tachybase/test": "1.3.21"
22
+ "react-i18next": "15.2.0",
23
+ "@tachybase/client": "1.3.23"
26
24
  },
27
25
  "description.zh-CN": "提供分步表单卡片。",
28
26
  "displayName.zh-CN": "卡片:分步表单",
29
- "scripts": {
30
- "build": "tachybase-build --no-dts @tachybase/plugin-block-step-form"
31
- }
27
+ "scripts": {}
32
28
  }