dexie-cloud-common
Advanced tools
Comparing version 1.0.43 to 1.0.44
@@ -5,2 +5,5 @@ import { Decoder, readAny, readBigUint64, readVarString, readVarUint8Array, } from 'lib0/decoding'; | ||
const type = readVarString(decoder); | ||
if (type === 'outdated-server-rev') { | ||
return { type }; | ||
} | ||
const table = readVarString(decoder); | ||
@@ -7,0 +10,0 @@ const prop = readVarString(decoder); |
{ | ||
"name": "dexie-cloud-common", | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"description": "Library for shared code between dexie-cloud-addon, dexie-cloud (CLI) and dexie-cloud-server", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113388
1396