···1818 * Run in the browser console on either the old or new moonboard app version.
1919 * Then use the app's Import function to load the downloaded JSON.
2020 */
2121-; (() => {
2121+;(() => {
2222 // ---------------------------------------------------------------------------
2323 // Config — adjust TARGET_VERSION to match the new app's declared version.
2424 // ---------------------------------------------------------------------------
···46464747 let _counter = 0
4848 function makeHLC() {
4949- return `${String(BASE_MS).padStart(15, '0')}-${String(_counter++).padStart(5, '0')
5050- }-${ORIGIN}`
4949+ return `${String(BASE_MS).padStart(15, '0')}-${
5050+ String(_counter++).padStart(5, '0')
5151+ }-${ORIGIN}`
5152 }
52535354 function makeDocumentRecord(scopedId, data, hlc) {