@26lights/orcha 0.15.4 → 0.15.5

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.
@@ -42,6 +42,9 @@ declare const _default: import("vue").DefineComponent<{
42
42
  projects: {
43
43
  type: import("vue").PropType<Project[]>;
44
44
  };
45
+ initialActivityId: {
46
+ type: import("vue").PropType<string>;
47
+ };
45
48
  searchText: {
46
49
  type: import("vue").PropType<string>;
47
50
  default: string;
@@ -110,6 +113,9 @@ declare const _default: import("vue").DefineComponent<{
110
113
  projects: {
111
114
  type: import("vue").PropType<Project[]>;
112
115
  };
116
+ initialActivityId: {
117
+ type: import("vue").PropType<string>;
118
+ };
113
119
  searchText: {
114
120
  type: import("vue").PropType<string>;
115
121
  default: 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.15.4",
7
+ "version": "0.15.5",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],