@nocobase/plugin-workflow-aggregate 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.
- package/dist/externalVersion.js +8 -8
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -12,14 +12,14 @@ module.exports = {
|
|
|
12
12
|
"antd": "5.24.2",
|
|
13
13
|
"react": "18.2.0",
|
|
14
14
|
"@ant-design/icons": "5.6.1",
|
|
15
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
16
|
-
"@nocobase/plugin-workflow": "2.0.0-alpha.
|
|
15
|
+
"@nocobase/client": "2.0.0-alpha.57",
|
|
16
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.57",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
18
|
"mathjs": "10.6.4",
|
|
19
|
-
"@nocobase/data-source-manager": "2.0.0-alpha.
|
|
20
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
21
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
22
|
-
"@nocobase/plugin-workflow-test": "2.0.0-alpha.
|
|
23
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
24
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
19
|
+
"@nocobase/data-source-manager": "2.0.0-alpha.57",
|
|
20
|
+
"@nocobase/database": "2.0.0-alpha.57",
|
|
21
|
+
"@nocobase/server": "2.0.0-alpha.57",
|
|
22
|
+
"@nocobase/plugin-workflow-test": "2.0.0-alpha.57",
|
|
23
|
+
"@nocobase/test": "2.0.0-alpha.57",
|
|
24
|
+
"@nocobase/utils": "2.0.0-alpha.57"
|
|
25
25
|
};
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.",
|
|
7
7
|
"description.zh-CN": "可用于在工作流中对数据库进行聚合查询,如:统计数量、求和、平均值等。",
|
|
8
8
|
"description.ru-RU": "Используется для агрегирования данных из базы данных в рабочем процессе, например: статистика, сумма, среднее и т.д.",
|
|
9
|
-
"version": "2.0.0-alpha.
|
|
9
|
+
"version": "2.0.0-alpha.57",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/workflow-aggregate",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@nocobase/server": "2.x",
|
|
26
26
|
"@nocobase/test": "2.x"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "b9ec8bc83fd86a9cadfc4fb2f87a4e015061b289",
|
|
29
29
|
"keywords": [
|
|
30
30
|
"Workflow"
|
|
31
31
|
]
|