@nocobase/plugin-workflow-request-interceptor 2.0.15 → 2.0.17

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,13 +8,13 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.15",
12
- "@nocobase/plugin-workflow": "2.0.15",
11
+ "@nocobase/client": "2.0.17",
12
+ "@nocobase/plugin-workflow": "2.0.17",
13
13
  "@formily/react": "2.3.7",
14
14
  "react": "18.2.0",
15
- "@nocobase/flow-engine": "2.0.15",
16
- "@nocobase/server": "2.0.15",
15
+ "@nocobase/flow-engine": "2.0.17",
16
+ "@nocobase/server": "2.0.17",
17
17
  "lodash": "4.17.21",
18
- "@nocobase/plugin-error-handler": "2.0.15",
19
- "@nocobase/data-source-manager": "2.0.15"
18
+ "@nocobase/plugin-error-handler": "2.0.17",
19
+ "@nocobase/data-source-manager": "2.0.17"
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-workflow-request-interceptor",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "displayName": "Workflow: Pre-action event",
5
5
  "displayName.zh-CN": "工作流:操作前事件",
6
6
  "description": "Triggered before the execution of a request initiated through an action button or API, such as before adding, updating, or deleting data. Suitable for data validation and logic judgment before action, and the request could be rejected by using the \"End process\" node.",
@@ -27,6 +27,6 @@
27
27
  "keywords": [
28
28
  "Workflow"
29
29
  ],
30
- "gitHead": "6262fea1782dd92e3950266cc3ccc5eac18f2689",
30
+ "gitHead": "3bf26e8a60d136a92fb0f6bba7eb621df48f03b6",
31
31
  "license": "Apache-2.0"
32
32
  }