dexie-cloud-common
Advanced tools
Comparing version 1.0.42 to 1.0.43
@@ -1,3 +0,3 @@ | ||
import { YMessage } from './YMessage'; | ||
import { YMessage } from '../YMessage'; | ||
export declare function decodeYMessage(a: Uint8Array): YMessage; | ||
//# sourceMappingURL=decoding.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import { YMessage } from './YMessage'; | ||
import { YMessage } from '../YMessage'; | ||
export declare function encodeYMessage(msg: YMessage): Uint8Array; | ||
//# sourceMappingURL=encoding.d.ts.map |
@@ -22,5 +22,8 @@ export * from "./types.js"; | ||
export * from "./getDbNameFromDbUrl.js"; | ||
export * from "./YMessage.js"; | ||
export * from "./encoding.js"; | ||
export * from "./decoding.js"; | ||
export * from "./yjs/YMessage.js"; | ||
export * from "./yjs/encoding.js"; | ||
export * from "./yjs/decoding.js"; | ||
export * from "./async-generators/asyncIterablePipeline.js"; | ||
export * from "./async-generators/consumeChunkedBinaryStream.js"; | ||
export * from "./async-generators/getFetchResponseBodyGenerator.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -22,4 +22,7 @@ export * from "./types.js"; | ||
export * from "./getDbNameFromDbUrl.js"; | ||
export * from "./YMessage.js"; | ||
export * from "./encoding.js"; | ||
export * from "./decoding.js"; | ||
export * from "./yjs/YMessage.js"; | ||
export * from "./yjs/encoding.js"; | ||
export * from "./yjs/decoding.js"; | ||
export * from "./async-generators/asyncIterablePipeline.js"; | ||
export * from "./async-generators/consumeChunkedBinaryStream.js"; | ||
export * from "./async-generators/getFetchResponseBodyGenerator.js"; |
import { BaseRevisionMapEntry } from './BaseRevisionMapEntry.js'; | ||
import { DBOperationsSet } from './DBOperationsSet.js'; | ||
import { DexieCloudSchema } from './DexieCloudSchema.js'; | ||
import { YClientMessage } from './YMessage.js'; | ||
import { YClientMessage } from './yjs/YMessage.js'; | ||
export interface SyncRequest { | ||
@@ -6,0 +6,0 @@ v?: number; |
import { DBOperationsSet } from './DBOperationsSet.js'; | ||
import { DexieCloudSchema } from './DexieCloudSchema.js'; | ||
import { YServerMessage } from './YMessage.js'; | ||
import { YServerMessage } from './yjs/YMessage.js'; | ||
export interface SyncResponse { | ||
@@ -5,0 +5,0 @@ serverRevision: string; |
{ | ||
"name": "dexie-cloud-common", | ||
"version": "1.0.42", | ||
"version": "1.0.43", | ||
"description": "Library for shared code between dexie-cloud-addon, dexie-cloud (CLI) and dexie-cloud-server", | ||
@@ -12,3 +12,6 @@ "type": "module", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.2", | ||
"@types/node": "^18.11.18", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.3.3" | ||
@@ -21,4 +24,5 @@ }, | ||
"build": "tsc", | ||
"test": "jest", | ||
"tsver": "tsc --version" | ||
} | ||
} |
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
Sorry, the diff of this file is not supported yet
113315
106
1393
5