@digital-ai/devops-page-object-release 0.0.69 → 0.0.70

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.70
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ad1ea4: S-121984: Fixing index file changes
8
+
3
9
  ## 0.0.69
4
10
 
5
11
  ### Patch Changes
package/dist/types.d.ts CHANGED
@@ -2080,7 +2080,7 @@ interface Delivery extends PlanItem {
2080
2080
  stages: Array<Stage>;
2081
2081
  startDate?: Date;
2082
2082
  status: string;
2083
- trackedItems: Array<TrackedItem>;
2083
+ trackedItems?: Array<TrackedItem>;
2084
2084
  transitions?: Array<Transition>;
2085
2085
  }
2086
2086
  interface Stage {