@haibun/core
Advanced tools
Comparing version 1.33.5 to 1.33.6
@@ -1,2 +0,2 @@ | ||
export declare const currentVersion = "1.33.5"; | ||
export declare const currentVersion = "1.33.6"; | ||
//# sourceMappingURL=currentVersion.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const currentVersion = '1.33.5'; | ||
export const currentVersion = '1.33.6'; | ||
//# sourceMappingURL=currentVersion.js.map |
@@ -22,4 +22,4 @@ import { THistoryWithMeta, TLogHistory, TLogHistoryWithArtifact, TLogHistoryWithExecutorTopic } from './interfaces/logger.js'; | ||
export declare const actionName: (logHistory: TLogHistory | undefined) => string; | ||
export declare const TRACKS_FILE = "tracks.json"; | ||
export declare const TRACKS_FILE = "tracksHistory.json"; | ||
export declare const TRACKS_DIR = "tracks"; | ||
//# sourceMappingURL=LogHistory.d.ts.map |
@@ -36,4 +36,4 @@ import { versionedSchema } from './defs.js'; | ||
}; | ||
export const TRACKS_FILE = `tracks.json`; | ||
export const TRACKS_FILE = `tracksHistory.json`; | ||
export const TRACKS_DIR = 'tracks'; | ||
//# sourceMappingURL=LogHistory.js.map |
{ | ||
"name": "@haibun/core", | ||
"type": "module", | ||
"version": "1.33.5", | ||
"version": "1.33.6", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "author": "", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
373500