@nocobase/plugin-workflow-sql 1.3.24-beta → 1.3.25-beta
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
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.3.
|
|
12
|
-
"@nocobase/plugin-workflow": "1.3.
|
|
11
|
+
"@nocobase/client": "1.3.25-beta",
|
|
12
|
+
"@nocobase/plugin-workflow": "1.3.25-beta",
|
|
13
13
|
"react": "18.2.0",
|
|
14
14
|
"react-i18next": "11.18.6",
|
|
15
|
-
"@nocobase/server": "1.3.
|
|
16
|
-
"@nocobase/plugin-workflow-test": "1.3.
|
|
17
|
-
"@nocobase/test": "1.3.
|
|
18
|
-
"@nocobase/utils": "1.3.
|
|
15
|
+
"@nocobase/server": "1.3.25-beta",
|
|
16
|
+
"@nocobase/plugin-workflow-test": "1.3.25-beta",
|
|
17
|
+
"@nocobase/test": "1.3.25-beta",
|
|
18
|
+
"@nocobase/utils": "1.3.25-beta"
|
|
19
19
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SQL action": "SQL操作",
|
|
3
|
+
"Execute a SQL statement in database": "SQLステートメントを実行する",
|
|
4
|
+
"Usage of SQL query result is not supported yet.": "SQLクエリ結果はまだサポートされていません",
|
|
5
|
+
"Execute a SQL statement in database.": "データベース内でSQL文を実行します。",
|
|
6
|
+
"Select a data source to execute SQL.": "SQLを実行するためのデータソースを選択します。",
|
|
7
|
+
"SQL query result could be used through <1>JSON query node</1> (Commercial plugin).": "SQLクエリ結果は<1>JSONクエリノード</1>を介して使用できます(商用プラグイン)。",
|
|
8
|
+
"Include meta information of this query in result": "結果にこのクエリのメタ情報を含める"
|
|
9
|
+
}
|
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": "1.3.
|
|
7
|
+
"version": "1.3.25-beta",
|
|
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": "1.x",
|
|
22
22
|
"@nocobase/test": "1.x"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"Workflow"
|
|
27
27
|
]
|