@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 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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harness-engineering/types",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "TypeScript types and interfaces for Harness Engineering",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",