@26lights/orcha 0.37.50 → 0.37.52
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/dist/orcha.cjs.js +2 -2
- package/dist/orcha.es.js +285 -282
- package/dist/orcha.umd.js +2 -2
- package/dist/src/types/index.d.ts +1 -3
- package/package.json +2 -2
|
@@ -95,9 +95,7 @@ export interface ActivityFeed<K extends ActivityFeedStatus = ActivityFeedStatus>
|
|
|
95
95
|
}
|
|
96
96
|
export interface Subtask extends Entity {
|
|
97
97
|
name: string;
|
|
98
|
-
assignee?:
|
|
99
|
-
id: Id;
|
|
100
|
-
};
|
|
98
|
+
assignee?: User;
|
|
101
99
|
isDone?: boolean;
|
|
102
100
|
}
|
|
103
101
|
export interface Comment extends Entity {
|
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.37.
|
|
7
|
+
"version": "0.37.52",
|
|
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.37.
|
|
30
|
+
"@26lights/orcha": "^0.37.52",
|
|
31
31
|
"@floating-ui/dom": "^1.5.3",
|
|
32
32
|
"@vueform/multiselect": "^2.6.6",
|
|
33
33
|
"@vueuse/core": "^10.8.0",
|