@26lights/orcha 0.11.4 → 0.12.0

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 { type Phase, type AddMilestonePayload, type UpdatePhasePayload, type UpdateMilestonePayload, ActivityStatus } from '../types';
1
+ import { type Phase, type AddMilestonePayload, type UpdatePhasePayload, type UpdateMilestonePayload, type ActivityStatus } from '../types';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  phase: {
4
4
  type: import("vue").PropType<Phase>;
@@ -1,4 +1,4 @@
1
- import { Activity, ActivityStatus, type Milestone, MilestoneStatus, Ordered, type Phase } from './types';
1
+ import { type Activity, type ActivityStatus, type Milestone, MilestoneStatus, Ordered, type Phase } from './types';
2
2
  import { DraggableChangeEvent } from './types/utils';
3
3
  export declare function sumPhaseActivitiesAmount(milestones: Milestone[]): number;
4
4
  export declare function sumTemplateMilestonesAmount(phases: Phase[]): number;
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.11.4",
7
+ "version": "0.12.0",
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],