@posx/core 5.5.85 → 5.5.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.ts CHANGED
@@ -286,7 +286,7 @@ declare module '@posx/core/service.factory' {
286
286
  readonly win: any;
287
287
  private mode;
288
288
  private readonly http;
289
- private dataSource;
289
+ dataSource: Dexie;
290
290
  private status;
291
291
  constructor(options: IServiceOptions, win: any);
292
292
  initializeDatabase(): Promise<Dexie>;