dexie-cloud-addon
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -7,2 +7,3 @@ import { Table } from 'dexie'; | ||
import * as Rx from 'rxjs'; | ||
import { PersistedSyncState } from './db/entities/PersistedSyncState'; | ||
import { SyncState } from './types/SyncState'; | ||
@@ -26,2 +27,3 @@ import { DexieCloudServerState } from './DexieCloudServerState'; | ||
syncState: Rx.BehaviorSubject<SyncState>; | ||
persistedSyncState: Rx.BehaviorSubject<PersistedSyncState | undefined>; | ||
loginState: Rx.BehaviorSubject<LoginState>; | ||
@@ -28,0 +30,0 @@ usingServiceWorker?: boolean; |
@@ -7,3 +7,3 @@ import { Observable } from "rxjs"; | ||
constructor(name: string); | ||
postMessage(message: T): void; | ||
next(message: T): void; | ||
} |
@@ -1,2 +0,2 @@ | ||
export declare type SyncStatePhase = "initial" | "not-in-sync" | "pushing" | "pulling" | "in-sync"; | ||
export declare type SyncStatePhase = "initial" | "not-in-sync" | "pushing" | "pulling" | "in-sync" | 'error' | 'offline'; | ||
export interface SyncState { | ||
@@ -3,0 +3,0 @@ phase: SyncStatePhase; |
{ | ||
"name": "dexie-cloud-addon", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "Dexie addon that syncs with to Dexie Cloud", | ||
@@ -5,0 +5,0 @@ "main": "dist/umd/dexie-cloud-addon.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44
4316363
29175