@nocobase/plugin-workflow-sql 0.19.0-alpha.2 → 0.19.0-alpha.4

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.
@@ -1,9 +1,9 @@
1
1
  module.exports = {
2
- "@nocobase/client": "0.19.0-alpha.2",
3
- "@nocobase/plugin-workflow": "0.19.0-alpha.2",
2
+ "@nocobase/client": "0.19.0-alpha.4",
3
+ "@nocobase/plugin-workflow": "0.19.0-alpha.4",
4
4
  "react-i18next": "11.18.6",
5
- "@nocobase/server": "0.19.0-alpha.2",
6
- "@nocobase/plugin-workflow-test": "0.19.0-alpha.2",
7
- "@nocobase/test": "0.19.0-alpha.2",
8
- "@nocobase/utils": "0.19.0-alpha.2"
5
+ "@nocobase/server": "0.19.0-alpha.4",
6
+ "@nocobase/plugin-workflow-test": "0.19.0-alpha.4",
7
+ "@nocobase/test": "0.19.0-alpha.4",
8
+ "@nocobase/utils": "0.19.0-alpha.4"
9
9
  };
@@ -0,0 +1,5 @@
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
+ }
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": "0.19.0-alpha.2",
7
+ "version": "0.19.0-alpha.4",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "devDependencies": {
@@ -19,5 +19,5 @@
19
19
  "@nocobase/server": "0.x",
20
20
  "@nocobase/test": "0.x"
21
21
  },
22
- "gitHead": "cff5b77ecf12ccdb450d50d505b3aa44a68478c8"
22
+ "gitHead": "9583023f7bea828da5192384a5c002782c341b65"
23
23
  }
@@ -0,0 +1,5 @@
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
+ }