@26lights/orcha 0.34.15 → 0.34.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.
@@ -39,7 +39,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
39
39
  };
40
40
  project: {
41
41
  type: import("vue").PropType<Project>;
42
- required: true;
43
42
  };
44
43
  userId: {
45
44
  type: import("vue").PropType<string>;
@@ -105,7 +104,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
105
104
  };
106
105
  project: {
107
106
  type: import("vue").PropType<Project>;
108
- required: true;
109
107
  };
110
108
  userId: {
111
109
  type: import("vue").PropType<string>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "module",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "26lights <dev@26lights.com> (https://www.26lights.com)",
7
- "version": "0.34.15",
7
+ "version": "0.34.17",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],
@@ -27,7 +27,7 @@
27
27
  "vuedraggable": "~4.1.0"
28
28
  },
29
29
  "dependencies": {
30
- "@26lights/orcha": "^0.34.15",
30
+ "@26lights/orcha": "^0.34.17",
31
31
  "@floating-ui/dom": "^1.5.3",
32
32
  "@vueform/multiselect": "^2.6.6",
33
33
  "@vueuse/core": "^10.8.0",