UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

76 lines 2.51 kB
/** * 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.3"; export declare const ggAt = "2025-12-16T09:23:53.296Z"; export declare const ggTs = "1765877033"; export declare const ggCommit = "472767ff56d0c8b2cd36168fab48b643b96bb2b6"; export declare const ggUpdated = "2025-12-16T09:23:53.296Z"; export declare const ggRelease = "0.10.3-ZSplaytest.19202990-1765877033-472767ff56d0"; 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; "mechanic/mechanic": 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