@26lights/orcha 0.41.89 → 0.41.91
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActivityStatus, AddMilestonePayload, AddPhasePayload, Phase, UpdateMilestonePayload, UpdatePhasePayload, type User } from '../types';
|
|
1
|
+
import { type ActivityStatus, type AddMilestonePayload, type AddPhasePayload, type Phase, type UpdateMilestonePayload, type UpdatePhasePayload, type User } from '../types';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
phases: {
|
|
4
4
|
type: import("vue").PropType<Phase[]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Activity, type TemplateDetails, type TemplateItemType, type AddItemPayload, type UpdateItemPayload, type AddRulePayload, type RemoveRulePayload, type ActivityType, type AddFilesPayload, type RemoveFilePayload, type RemoveItemPayload } from '../types';
|
|
2
|
-
import { User } from '../types';
|
|
2
|
+
import { type User } from '../types';
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
4
4
|
templateId: {
|
|
5
5
|
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.41.
|
|
7
|
+
"version": "0.41.91",
|
|
8
8
|
"workspaces": [
|
|
9
9
|
"packages/*"
|
|
10
10
|
],
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"publish:major": "yarn lib:build && yarn version major && npm publish --public",
|
|
20
20
|
"publish:minor": "yarn lib:build && yarn version minor && npm publish --public",
|
|
21
21
|
"publish:patch": "yarn lib:build && yarn version patch && npm publish --public",
|
|
22
|
-
"format": "prettier --write src/"
|
|
22
|
+
"format": "prettier --write src/",
|
|
23
|
+
"start": "serve -p $PORT -c serve.json"
|
|
23
24
|
},
|
|
24
25
|
"peerDependencies": {
|
|
25
26
|
"vue": "^3.3.4",
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
"vuedraggable": "~4.1.0"
|
|
28
29
|
},
|
|
29
30
|
"dependencies": {
|
|
30
|
-
"@26lights/orcha": "^0.41.
|
|
31
|
+
"@26lights/orcha": "^0.41.91",
|
|
31
32
|
"@floating-ui/dom": "^1.5.3",
|
|
32
33
|
"@vueform/multiselect": "^2.6.6",
|
|
33
34
|
"@vueuse/core": "^10.8.0",
|