@tachybase/plugin-text-copy 1.5.0 → 1.5.1

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,6 +1,6 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.5.0",
3
+ "@tachybase/client": "1.5.1",
4
4
  "@tachybase/schema": "1.3.52",
5
5
  "antd": "5.22.5",
6
6
  "lodash": "4.17.21",
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-text-copy",
3
3
  "displayName": "text-copy",
4
- "version": "1.5.0",
4
+ "version": "1.5.1",
5
5
  "description": "Add copy button to text fields",
6
6
  "main": "dist/server/index.js",
7
7
  "devDependencies": {
8
- "@tachybase/schema": "*",
9
- "@tachybase/test": "*",
10
- "@tego/client": "*",
11
- "@tego/server": "*",
8
+ "@tachybase/schema": "1.3.52",
9
+ "@tachybase/test": "1.3.52",
10
+ "@tego/client": "1.3.52",
11
+ "@tego/server": "1.3.52",
12
12
  "antd": "5.22.5",
13
13
  "lodash": "4.17.21",
14
- "@tachybase/client": "1.5.0"
14
+ "@tachybase/client": "1.5.1"
15
15
  },
16
16
  "description.zh-CN": "为文本字段添加复制按钮",
17
17
  "displayName.zh-CN": "文本复制"