@nocobase/plugin-workflow-json-variable-mapping 2.0.0-alpha.55 → 2.0.0-alpha.57

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.
@@ -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": "2.0.0-alpha.55",
14
+ "@nocobase/plugin-workflow": "2.0.0-alpha.57",
15
15
  "lodash": "4.17.21",
16
16
  "@formily/shared": "2.3.7",
17
17
  "@formily/core": "2.3.7",
18
18
  "@formily/react": "2.3.7",
19
- "@nocobase/client": "2.0.0-alpha.55",
19
+ "@nocobase/client": "2.0.0-alpha.57",
20
20
  "react-i18next": "11.18.6",
21
- "@nocobase/server": "2.0.0-alpha.55"
21
+ "@nocobase/server": "2.0.0-alpha.57"
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-workflow-json-variable-mapping",
3
- "version": "2.0.0-alpha.55",
3
+ "version": "2.0.0-alpha.57",
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.",
@@ -18,5 +18,5 @@
18
18
  "keywords": [
19
19
  "Workflow"
20
20
  ],
21
- "gitHead": "7e65ad6b6e4e76a51f82c69b04b563fbcc7e1c25"
21
+ "gitHead": "b9ec8bc83fd86a9cadfc4fb2f87a4e015061b289"
22
22
  }