dexie-cloud-common
Advanced tools
Comparing version 1.0.34 to 1.0.35
import { BaseRevisionMapEntry } from './BaseRevisionMapEntry.js'; | ||
import { DBOperationsSet } from './DBOperationsSet.js'; | ||
import { DexieCloudSchema } from './DexieCloudSchema.js'; | ||
import { YClientMessage } from './YMessage.js'; | ||
export interface SyncRequest { | ||
@@ -16,3 +17,4 @@ v?: number; | ||
changes: DBOperationsSet; | ||
y?: YClientMessage[]; | ||
} | ||
//# sourceMappingURL=SyncRequest.d.ts.map |
import { DBOperationsSet } from './DBOperationsSet.js'; | ||
import { DexieCloudSchema } from './DexieCloudSchema.js'; | ||
import { YServerMessage } from './YMessage.js'; | ||
export interface SyncResponse { | ||
@@ -15,3 +16,4 @@ serverRevision: string | bigint; | ||
}[]; | ||
yMessages: YServerMessage[]; | ||
} | ||
//# sourceMappingURL=SyncResponse.d.ts.map |
{ | ||
"name": "dexie-cloud-common", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80429
76
751