orcheo-canvas 0.2.6 → 0.2.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.
package/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.2.6
2
+ current_version = 0.2.7
3
3
  commit = true
4
4
  tag = true
5
5
  tag_name = canvas-v{new_version}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "orcheo-canvas",
3
3
  "private": false,
4
- "version": "0.2.6",
4
+ "version": "0.2.7",
5
5
  "type": "module",
6
6
  "description": "Canvas UI for Orcheo workflow orchestration platform",
7
7
  "keywords": [
package/vite.config.ts CHANGED
@@ -27,10 +27,16 @@ export default defineConfig({
27
27
  // Used by react-split, react-big-calendar, etc.
28
28
  'prop-types',
29
29
  'react-split',
30
- // Used by @rjsf/utils
30
+ // Used by @rjsf/utils and @rjsf/validator-ajv8
31
31
  'jsonpointer',
32
32
  'json-schema-merge-allof',
33
33
  'react-is',
34
+ 'ajv',
35
+ 'ajv-formats',
36
+ // Used by react-big-calendar, antd, etc.
37
+ 'dayjs',
38
+ 'invariant',
39
+ 'dom-helpers',
34
40
  // Lodash submodules used by @rjsf
35
41
  'lodash/get',
36
42
  'lodash/set',