@harness-engineering/types 0.3.0 → 0.3.1
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/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -574,6 +574,10 @@ interface RoadmapFrontmatter {
|
|
|
574
574
|
project: string;
|
|
575
575
|
/** Schema version (currently 1) */
|
|
576
576
|
version: number;
|
|
577
|
+
/** ISO date when roadmap was created */
|
|
578
|
+
created?: string;
|
|
579
|
+
/** ISO date when roadmap was last updated */
|
|
580
|
+
updated?: string;
|
|
577
581
|
/** ISO timestamp of last automated sync */
|
|
578
582
|
lastSynced: string;
|
|
579
583
|
/** ISO timestamp of last manual edit */
|
package/dist/index.d.ts
CHANGED
|
@@ -574,6 +574,10 @@ interface RoadmapFrontmatter {
|
|
|
574
574
|
project: string;
|
|
575
575
|
/** Schema version (currently 1) */
|
|
576
576
|
version: number;
|
|
577
|
+
/** ISO date when roadmap was created */
|
|
578
|
+
created?: string;
|
|
579
|
+
/** ISO date when roadmap was last updated */
|
|
580
|
+
updated?: string;
|
|
577
581
|
/** ISO timestamp of last automated sync */
|
|
578
582
|
lastSynced: string;
|
|
579
583
|
/** ISO timestamp of last manual edit */
|