increment db and sync version due to new note type

This commit is contained in:
zadam 2022-10-23 21:16:15 +02:00
parent 12943cc808
commit 06e6fec4ca
6 changed files with 1692 additions and 2115 deletions

View file

@ -0,0 +1 @@
module.exports = () => console.log("NOOP, increased because of new note type");

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3790
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -31,7 +31,7 @@
"@excalidraw/excalidraw": "0.12.0",
"archiver": "5.3.1",
"async-mutex": "0.4.0",
"axios": "1.1.2",
"axios": "1.1.3",
"better-sqlite3": "7.4.5",
"chokidar": "3.5.3",
"cls-hooked": "4.2.2",
@ -39,7 +39,7 @@
"compression": "1.7.4",
"cookie-parser": "1.4.6",
"csurf": "1.11.0",
"dayjs": "1.11.5",
"dayjs": "1.11.6",
"dayjs-plugin-utc": "^0.1.2",
"debounce": "^1.2.1",
"ejs": "3.1.8",
@ -65,7 +65,7 @@
"jsdom": "20.0.1",
"mime-types": "2.1.35",
"multer": "1.4.5-lts.1",
"node-abi": "3.26.0",
"node-abi": "3.28.0",
"normalize-strings": "1.1.1",
"open": "8.4.0",
"rand-token": "1.0.1",
@ -92,7 +92,7 @@
"cross-env": "7.0.3",
"electron": "16.2.8",
"electron-builder": "23.6.0",
"electron-packager": "16.0.0",
"electron-packager": "17.0.0",
"electron-rebuild": "3.2.9",
"esm": "3.2.25",
"jasmine": "4.4.0",

View file

@ -4,8 +4,8 @@ const build = require('./build');
const packageJson = require('../../package');
const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 197;
const SYNC_VERSION = 26;
const APP_DB_VERSION = 198;
const SYNC_VERSION = 27;
const CLIPPER_PROTOCOL_VERSION = "1.0";
module.exports = {