@axiom-lattice/core 4.0.1 → 4.2.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.
package/dist/index.d.mts CHANGED
@@ -1295,6 +1295,8 @@ interface FileInfo {
1295
1295
  size?: number;
1296
1296
  /** ISO 8601 timestamp of last modification */
1297
1297
  modified_at?: string;
1298
+ /** ISO 8601 timestamp of creation (where the underlying store provides it) */
1299
+ created_at?: string;
1298
1300
  }
1299
1301
  /**
1300
1302
  * Structured grep match entry.
package/dist/index.d.ts CHANGED
@@ -1295,6 +1295,8 @@ interface FileInfo {
1295
1295
  size?: number;
1296
1296
  /** ISO 8601 timestamp of last modification */
1297
1297
  modified_at?: string;
1298
+ /** ISO 8601 timestamp of creation (where the underlying store provides it) */
1299
+ created_at?: string;
1298
1300
  }
1299
1301
  /**
1300
1302
  * Structured grep match entry.