bend_puzzle/build-meta.js
2026-08-01 16:06:14 +09:00

17 lines
590 B
JavaScript

'use strict';
// Generated from package.json and build-config.json. Do not edit.
(function attachBuildMeta(root,factory){
const api=factory();
if(typeof module==='object'&&module.exports)module.exports=api;
if(root)root.BendBuildMeta=api;
})(typeof globalThis!=='undefined'?globalThis:this,()=>Object.freeze({
"APP_VERSION": "48.0",
"PACKAGE_VERSION": "48.0.0",
"SAVE_SCHEMA": 31,
"STORAGE_SCHEMA": 30,
"IDB_LAYOUT_VERSION": 8,
"FIELD_STORAGE_FORMAT": 2,
"GAMEPLAY_DATA_VERSION": 3,
"GENERATOR_VERSION": 5,
"WORLD_GENERATION": "linkfield-single-world-20260801"
}));