bend_puzzle/build-meta.js

17 lines
590 B
JavaScript
Raw Normal View History

2026-07-31 12:54:46 +09:00
'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({
2026-08-01 16:06:14 +09:00
"APP_VERSION": "48.0",
"PACKAGE_VERSION": "48.0.0",
2026-07-31 12:54:46 +09:00
"SAVE_SCHEMA": 31,
"STORAGE_SCHEMA": 30,
"IDB_LAYOUT_VERSION": 8,
"FIELD_STORAGE_FORMAT": 2,
"GAMEPLAY_DATA_VERSION": 3,
"GENERATOR_VERSION": 5,
2026-08-01 16:06:14 +09:00
"WORLD_GENERATION": "linkfield-single-world-20260801"
2026-07-31 12:54:46 +09:00
}));