@nocobase/plugin-workflow-sql 1.7.0-alpha.1 → 1.7.0-beta.2

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": "1.7.0-alpha.1",
12
- "@nocobase/plugin-workflow": "1.7.0-alpha.1",
11
+ "@nocobase/client": "1.7.0-beta.2",
12
+ "@nocobase/plugin-workflow": "1.7.0-beta.2",
13
13
  "react": "18.2.0",
14
14
  "@ant-design/icons": "5.6.1",
15
15
  "react-i18next": "11.18.6",
16
- "@nocobase/server": "1.7.0-alpha.1",
17
- "@nocobase/data-source-manager": "1.7.0-alpha.1",
18
- "@nocobase/plugin-workflow-test": "1.7.0-alpha.1",
19
- "@nocobase/test": "1.7.0-alpha.1",
20
- "@nocobase/utils": "1.7.0-alpha.1"
16
+ "@nocobase/server": "1.7.0-beta.2",
17
+ "@nocobase/data-source-manager": "1.7.0-beta.2",
18
+ "@nocobase/plugin-workflow-test": "1.7.0-beta.2",
19
+ "@nocobase/test": "1.7.0-beta.2",
20
+ "@nocobase/utils": "1.7.0-beta.2"
21
21
  };
@@ -0,0 +1,9 @@
1
+ {
2
+ "SQL action": "SQL-Aktion",
3
+ "Execute a SQL statement in database.": "Führt eine SQL-Anweisung in der Datenbank aus.",
4
+ "Execute a SQL statement in database": "Führt eine SQL-Anweisung in der Datenbank aus",
5
+ "Select a data source to execute SQL.": "Wählen Sie eine Datenquelle zur Ausführung von SQL aus",
6
+ "SQL query result could be used through <1>JSON query node</1> (Commercial plugin).": "SQL-Abfrageergebnisse können über <1>JSON-Abfrageknoten</1> verwendet werden (kommerzielles Plugin).",
7
+ "Include meta information of this query in result": "Metainformationen dieser Abfrage im Ergebnis einschließen",
8
+ "Usage of SQL query result is not supported yet.": "Die Verwendung von SQL-Abfrageergebnissen wird noch nicht unterstützt."
9
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "SQL action": "SQL action",
3
+ "Execute a SQL statement in database": "Execute a SQL statement in database",
4
+ "Usage of SQL query result is not supported yet.": "Usage of SQL query result is not supported yet."
5
+ }
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.7.0-alpha.1",
7
+ "version": "1.7.0-beta.2",
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": "e411c9728b4d1f16b0beac16e40dd3499352b052",
24
+ "gitHead": "58b206bdfca521e79a69989ca55dd19075dca523",
25
25
  "keywords": [
26
26
  "Workflow"
27
27
  ]