@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
75 lines • 2.47 kB
TypeScript
/**
* AUTO-GENERATED - DO NOT EDIT
* Magical Release Metadata System
* Generated by scripts/build/build-meta-release.ts
*
* This file contains build metadata and entity statistics for the iolin package.
* All values are baked in at build time to avoid runtime dependencies.
*/
import { zsVersion } from "../zs-version.js";
export { zsVersion };
export declare const ggVersion = "0.10.2";
export declare const ggAt = "2025-07-17T04:14:20.874Z";
export declare const ggTs = "1752725660";
export declare const ggCommit = "bd720fef6d0f3c57404b7b5552771cc91f8241c8";
export declare const ggUpdated = "2025-07-17T04:14:20.874Z";
export declare const ggRelease = "0.10.2-ZSplaytest.19202990-1752725660-bd720fef6d0f";
export declare const entityStats: {
totalEntities: number;
byType: {
"building/base": number;
"building/extractor": number;
"building/merc-outpost": number;
"building/production": number;
"building/special": number;
"building/supply": number;
"building/tech": number;
"building/ultimate": number;
"coop-mission/assault-defense": number;
"coop-mission/escort": number;
"coop-mission/survival": number;
"faction/main": number;
"faction/mercenary": number;
"faction/nonplayer": number;
"map/1v1": number;
"map/2v2": number;
"map/ffa": number;
"modifier/boon": number;
"modifier/mutator": number;
"unit/army": number;
"unit/builder": number;
"unit/coop-commander": number;
"unit/harvester": number;
"unit/hero": number;
"unit/merc": number;
"unit/special": number;
"unit/ultimate": number;
};
};
export declare function getVersionInfo(includeTimestamp?: boolean): string;
export declare function getEntityCountByType(typeSubtype: string): number;
export declare function getAllEntityTypes(): string[];
export declare const release: {
ggVersion: string;
zsVersion: string;
ggUpdated: string;
ggRelease: string;
ggCommit: string;
ggAt: string;
ggTs: string;
entityCount: number;
typeCount: number;
};
export declare const buildInfo: {
ggVersion: string;
zsVersion: string;
ggUpdated: string;
ggRelease: string;
ggCommit: string;
ggAt: string;
ggTs: string;
entityCount: number;
typeCount: number;
};
export default release;
//# sourceMappingURL=release.d.ts.map