@nocobase/plugin-workflow-sql 2.2.0-beta.1 → 2.2.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,18 +8,18 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.2.0-beta.1",
11
+ "@nocobase/client": "2.2.0-beta.2",
12
12
  "@formily/antd-v5": "1.2.3",
13
13
  "@formily/react": "2.3.7",
14
14
  "antd": "5.24.2",
15
- "@nocobase/utils": "2.2.0-beta.1",
15
+ "@nocobase/utils": "2.2.0-beta.2",
16
16
  "lodash": "4.18.1",
17
- "@nocobase/plugin-workflow": "2.2.0-beta.1",
17
+ "@nocobase/plugin-workflow": "2.2.0-beta.2",
18
18
  "react": "18.2.0",
19
19
  "@ant-design/icons": "5.6.1",
20
20
  "react-i18next": "11.18.6",
21
- "@nocobase/server": "2.2.0-beta.1",
22
- "@nocobase/data-source-manager": "2.2.0-beta.1",
23
- "@nocobase/plugin-workflow-test": "2.2.0-beta.1",
24
- "@nocobase/test": "2.2.0-beta.1"
21
+ "@nocobase/server": "2.2.0-beta.2",
22
+ "@nocobase/data-source-manager": "2.2.0-beta.2",
23
+ "@nocobase/plugin-workflow-test": "2.2.0-beta.2",
24
+ "@nocobase/test": "2.2.0-beta.2"
25
25
  };
@@ -1 +1 @@
1
- {"name":"joi","description":"Object schema validation","version":"17.13.3","repository":"git://github.com/hapijs/joi","main":"lib/index.js","types":"lib/index.d.ts","browser":"dist/joi-browser.min.js","files":["lib/**/*","dist/*"],"keywords":["schema","validation"],"dependencies":{"@hapi/hoek":"^9.3.0","@hapi/topo":"^5.1.0","@sideway/address":"^4.1.5","@sideway/formula":"^3.0.1","@sideway/pinpoint":"^2.0.0"},"devDependencies":{"@hapi/bourne":"2.x.x","@hapi/code":"8.x.x","@hapi/joi-legacy-test":"npm:@hapi/joi@15.x.x","@hapi/lab":"^25.1.3","@types/node":"^14.18.63","typescript":"4.3.x"},"scripts":{"prepublishOnly":"cd browser && npm install && npm run build","test":"lab -t 100 -a @hapi/code -L -Y","test-cov-html":"lab -r html -o coverage.html -a @hapi/code"},"license":"BSD-3-Clause","_lastModified":"2026-06-10T23:12:56.100Z"}
1
+ {"name":"joi","description":"Object schema validation","version":"17.13.3","repository":"git://github.com/hapijs/joi","main":"lib/index.js","types":"lib/index.d.ts","browser":"dist/joi-browser.min.js","files":["lib/**/*","dist/*"],"keywords":["schema","validation"],"dependencies":{"@hapi/hoek":"^9.3.0","@hapi/topo":"^5.1.0","@sideway/address":"^4.1.5","@sideway/formula":"^3.0.1","@sideway/pinpoint":"^2.0.0"},"devDependencies":{"@hapi/bourne":"2.x.x","@hapi/code":"8.x.x","@hapi/joi-legacy-test":"npm:@hapi/joi@15.x.x","@hapi/lab":"^25.1.3","@types/node":"^14.18.63","typescript":"4.3.x"},"scripts":{"prepublishOnly":"cd browser && npm install && npm run build","test":"lab -t 100 -a @hapi/code -L -Y","test-cov-html":"lab -r html -o coverage.html -a @hapi/code"},"license":"BSD-3-Clause","_lastModified":"2026-06-13T08:44:42.506Z"}
@@ -8,6 +8,5 @@
8
8
  */
9
9
  import { Migration } from '@nocobase/server';
10
10
  export default class extends Migration {
11
- appVersion: string;
12
11
  up(): Promise<void>;
13
12
  }
@@ -32,7 +32,6 @@ module.exports = __toCommonJS(add_unsafe_injection_flag_exports);
32
32
  var import_server = require("@nocobase/server");
33
33
  var import_utils = require("@nocobase/utils");
34
34
  class add_unsafe_injection_flag_default extends import_server.Migration {
35
- appVersion = "<2.0.30";
36
35
  async up() {
37
36
  const { db } = this.context;
38
37
  const NodeRepo = db.getRepository("flow_nodes");
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.2.0-beta.1",
9
+ "version": "2.2.0-beta.2",
10
10
  "license": "Apache-2.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/workflow-sql",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/server": "2.x",
26
26
  "@nocobase/test": "2.x"
27
27
  },
28
- "gitHead": "f82fa9d0c3aa8e00e53dd94e404a312483b4866b",
28
+ "gitHead": "2fe3e6a86fc1d0cd039349a68b2e4d1d6945ce45",
29
29
  "keywords": [
30
30
  "Workflow"
31
31
  ]