@nocobase/plugin-workflow-sql 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.
@@ -8,14 +8,14 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.46",
12
- "@nocobase/plugin-workflow": "2.0.0-alpha.46",
11
+ "@nocobase/client": "2.0.0-alpha.47",
12
+ "@nocobase/plugin-workflow": "2.0.0-alpha.47",
13
13
  "react": "18.2.0",
14
14
  "@ant-design/icons": "5.6.1",
15
15
  "react-i18next": "11.18.6",
16
- "@nocobase/server": "2.0.0-alpha.46",
17
- "@nocobase/data-source-manager": "2.0.0-alpha.46",
18
- "@nocobase/plugin-workflow-test": "2.0.0-alpha.46",
19
- "@nocobase/test": "2.0.0-alpha.46",
20
- "@nocobase/utils": "2.0.0-alpha.46"
16
+ "@nocobase/server": "2.0.0-alpha.47",
17
+ "@nocobase/data-source-manager": "2.0.0-alpha.47",
18
+ "@nocobase/plugin-workflow-test": "2.0.0-alpha.47",
19
+ "@nocobase/test": "2.0.0-alpha.47",
20
+ "@nocobase/utils": "2.0.0-alpha.47"
21
21
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Execute SQL statements in workflow.",
7
7
  "description.ru-RU": "Выполняет SQL-запросы в рамках рабочего процесса.",
8
8
  "description.zh-CN": "可用于在工作流中对数据库执行任意 SQL 语句。",
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-sql",
@@ -24,7 +24,7 @@
24
24
  "@nocobase/server": "2.x",
25
25
  "@nocobase/test": "2.x"
26
26
  },
27
- "gitHead": "ebf3cbeea4957a914e3157f3c6b570dba685c46f",
27
+ "gitHead": "50e5bfd0c5b6879535d20abcbbabc5541d749e12",
28
28
  "keywords": [
29
29
  "Workflow"
30
30
  ]