We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3396593 commit 87a7e37Copy full SHA for 87a7e37
packages/cogify/src/cogify/stac.ts
@@ -60,7 +60,7 @@ export type CogifyStacItem = StacItem & {
60
/** Git commit hash that the file was generated with */
61
hash: string;
62
/** ISO date of the time this file was generated */
63
- date: string;
+ datetime: string;
64
/** version of GDAL used to create the COG */
65
gdal?: string;
66
};
packages/cogify/src/tile.cover.ts
@@ -150,7 +150,7 @@ export async function createTileCover(ctx: TileCoverContext): Promise<TileCoverR
150
package: CliInfo.package,
151
hash: CliInfo.hash,
152
version: CliInfo.version,
153
- date: cliDate,
+ datetime: cliDate,
154
},
155
156
assets: {},
0 commit comments