@nocobase/plugin-workflow-loop 2.0.0-alpha.46 → 2.0.0-alpha.47

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.
@@ -13,9 +13,9 @@ module.exports = {
13
13
  "antd": "5.24.2",
14
14
  "@formily/antd-v5": "1.2.3",
15
15
  "@formily/react": "2.3.7",
16
- "@nocobase/client": "2.0.0-alpha.46",
17
- "@nocobase/plugin-workflow": "2.0.0-alpha.46",
16
+ "@nocobase/client": "2.0.0-alpha.47",
17
+ "@nocobase/plugin-workflow": "2.0.0-alpha.47",
18
18
  "react-i18next": "11.18.6",
19
- "@nocobase/evaluators": "2.0.0-alpha.46",
20
- "@nocobase/server": "2.0.0-alpha.46"
19
+ "@nocobase/evaluators": "2.0.0-alpha.47",
20
+ "@nocobase/server": "2.0.0-alpha.47"
21
21
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Used to repeat the sub-process processing of each value in an array, and can also be used for fixed times of sub-process processing.",
7
7
  "description.zh-CN": "用于对一个数组中的每个值进行重复的子流程处理,也可用于固定次数的重复子流程处理。",
8
8
  "description.ru-RU": "Используется для повторения обработки каждого значения в массиве, а также может использоваться для фиксированного количества повторений подпроцесса.",
9
- "version": "2.0.0-alpha.46",
9
+ "version": "2.0.0-alpha.47",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/workflow-loop",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/server": "2.x",
26
26
  "@nocobase/test": "2.x"
27
27
  },
28
- "gitHead": "ebf3cbeea4957a914e3157f3c6b570dba685c46f",
28
+ "gitHead": "50e5bfd0c5b6879535d20abcbbabc5541d749e12",
29
29
  "keywords": [
30
30
  "Workflow"
31
31
  ]