@nocobase/plugin-workflow-sql 2.0.0-alpha.4 → 2.0.0-alpha.5
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 +7 -7
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
12
|
-
"@nocobase/plugin-workflow": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.5",
|
|
12
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.5",
|
|
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.
|
|
17
|
-
"@nocobase/data-source-manager": "2.0.0-alpha.
|
|
18
|
-
"@nocobase/plugin-workflow-test": "2.0.0-alpha.
|
|
19
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
20
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
16
|
+
"@nocobase/server": "2.0.0-alpha.5",
|
|
17
|
+
"@nocobase/data-source-manager": "2.0.0-alpha.5",
|
|
18
|
+
"@nocobase/plugin-workflow-test": "2.0.0-alpha.5",
|
|
19
|
+
"@nocobase/test": "2.0.0-alpha.5",
|
|
20
|
+
"@nocobase/utils": "2.0.0-alpha.5"
|
|
21
21
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:SQL 节点",
|
|
5
5
|
"description": "Execute SQL statements in workflow.",
|
|
6
6
|
"description.zh-CN": "可用于在工作流中对数据库执行任意 SQL 语句。",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
7
|
+
"version": "2.0.0-alpha.5",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-sql",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@nocobase/server": "2.x",
|
|
22
22
|
"@nocobase/test": "2.x"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "943e035bbec27f9ecfe8ce8857955945f20976f3",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"Workflow"
|
|
27
27
|
]
|