@nocobase/plugin-workflow-json-variable-mapping 1.9.9 → 2.0.0-alpha.42
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 +6 -6
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,12 +11,12 @@ module.exports = {
|
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"antd": "5.24.2",
|
|
13
13
|
"@ant-design/icons": "5.6.1",
|
|
14
|
-
"@nocobase/plugin-workflow": "
|
|
14
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.42",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
|
-
"@formily/shared": "2.3.
|
|
17
|
-
"@formily/core": "2.3.
|
|
18
|
-
"@formily/react": "2.3.
|
|
19
|
-
"@nocobase/client": "
|
|
16
|
+
"@formily/shared": "2.3.7",
|
|
17
|
+
"@formily/core": "2.3.7",
|
|
18
|
+
"@formily/react": "2.3.7",
|
|
19
|
+
"@nocobase/client": "2.0.0-alpha.42",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
|
-
"@nocobase/server": "
|
|
21
|
+
"@nocobase/server": "2.0.0-alpha.42"
|
|
22
22
|
};
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-workflow-json-variable-mapping",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-alpha.42",
|
|
4
4
|
"displayName": "Workflow: JSON variable mapping",
|
|
5
5
|
"displayName.zh-CN": "工作流:JSON 变量映射",
|
|
6
6
|
"description": "Used for mapping any JSON data to structured variables for usage in subsequent nodes.",
|
|
7
7
|
"description.zh-CN": "用于将任意 JSON 数据映射为结构化的变量,以供后续节点使用。",
|
|
8
8
|
"main": "dist/server/index.js",
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"@nocobase/plugin-workflow-test": "1.x"
|
|
11
|
+
},
|
|
9
12
|
"peerDependencies": {
|
|
10
13
|
"@nocobase/client": "1.x",
|
|
11
14
|
"@nocobase/plugin-workflow": "1.x",
|
|
@@ -15,5 +18,5 @@
|
|
|
15
18
|
"keywords": [
|
|
16
19
|
"Workflow"
|
|
17
20
|
],
|
|
18
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "9e96dd78d0c1445c8da76863e30f046be5b48d90"
|
|
19
22
|
}
|