@nocobase/plugin-workflow-variable 3.0.0-alpha.6 → 3.0.0-alpha.7

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,12 +8,12 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "3.0.0-alpha.6",
11
+ "@nocobase/client": "3.0.0-alpha.7",
12
12
  "react": "18.2.0",
13
13
  "@ant-design/icons": "5.6.1",
14
14
  "antd": "5.24.2",
15
- "@nocobase/plugin-workflow": "3.0.0-alpha.6",
16
- "@nocobase/flow-engine": "3.0.0-alpha.6",
17
- "@nocobase/client-v2": "3.0.0-alpha.6",
18
- "@nocobase/server": "3.0.0-alpha.6"
15
+ "@nocobase/plugin-workflow": "3.0.0-alpha.7",
16
+ "@nocobase/flow-engine": "3.0.0-alpha.7",
17
+ "@nocobase/client-v2": "3.0.0-alpha.7",
18
+ "@nocobase/server": "3.0.0-alpha.7"
19
19
  };
@@ -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-08-03T08:02:17.943Z"}
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-08-05T22:32:51.184Z"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-workflow-variable",
3
- "version": "3.0.0-alpha.6",
3
+ "version": "3.0.0-alpha.7",
4
4
  "displayName": "Workflow: Custom variable",
5
5
  "displayName.zh-CN": "工作流:自定义变量节点",
6
6
  "description": "Used for creating custom variables or assigning value to it in workflows, to save temporary data in the process.",
@@ -29,6 +29,6 @@
29
29
  "@nocobase/test": "2.x",
30
30
  "@nocobase/utils": "2.x"
31
31
  },
32
- "gitHead": "3508eabe683b9a47a28d0f3425098eb58873a9d7",
32
+ "gitHead": "19cd28c710f3b3c614ebe2fd7d5a415d527ee559",
33
33
  "license": "Apache-2.0"
34
34
  }