@nocobase/plugin-action-duplicate 0.21.0-alpha.9 → 1.0.0-alpha.2
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.
- package/dist/externalVersion.js +3 -3
- package/package.json +5 -5
package/dist/externalVersion.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"@formily/core": "2.3.0",
|
|
3
3
|
"@formily/react": "2.3.0",
|
|
4
|
-
"@nocobase/client": "0.
|
|
4
|
+
"@nocobase/client": "1.0.0-alpha.2",
|
|
5
5
|
"antd": "5.12.8",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
7
|
"react": "18.2.0",
|
|
8
8
|
"react-i18next": "11.18.6",
|
|
9
9
|
"@emotion/css": "11.11.2",
|
|
10
|
-
"@nocobase/server": "0.
|
|
11
|
-
"@nocobase/test": "0.
|
|
10
|
+
"@nocobase/server": "1.0.0-alpha.2",
|
|
11
|
+
"@nocobase/test": "1.0.0-alpha.2"
|
|
12
12
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-action-duplicate",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-alpha.2",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/action-duplicate",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-duplicate",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"description.zh-CN": "复制一条记录,可以复制到表单中编辑后再提交,也可以直接复制并生成一条新记录。",
|
|
11
11
|
"license": "AGPL-3.0",
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@nocobase/client": "
|
|
14
|
-
"@nocobase/server": "
|
|
15
|
-
"@nocobase/test": "
|
|
13
|
+
"@nocobase/client": "1.x",
|
|
14
|
+
"@nocobase/server": "1.x",
|
|
15
|
+
"@nocobase/test": "1.x"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "f89dbc9e67d58404a2e484a5e124f739f340dcf8",
|
|
18
18
|
"keywords": [
|
|
19
19
|
"Actions"
|
|
20
20
|
]
|