@fireproof/core 0.19.103 → 0.19.105

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/index.d.cts CHANGED
@@ -397,6 +397,7 @@ type LoadHandler = (dbMetas: DbMeta[]) => Promise<void>;
397
397
  interface Connection {
398
398
  readonly loader?: Loadable;
399
399
  readonly loaded: Promise<void>;
400
+ dashboardUrl?: URI;
400
401
  connectMeta_X({ loader }: {
401
402
  loader?: Loadable;
402
403
  }): void;
package/index.d.ts CHANGED
@@ -397,6 +397,7 @@ type LoadHandler = (dbMetas: DbMeta[]) => Promise<void>;
397
397
  interface Connection {
398
398
  readonly loader?: Loadable;
399
399
  readonly loaded: Promise<void>;
400
+ dashboardUrl?: URI;
400
401
  connectMeta_X({ loader }: {
401
402
  loader?: Loadable;
402
403
  }): void;
package/index.global.js CHANGED
@@ -30548,7 +30548,7 @@ You can use close({ resize: true }) to resize header`);
30548
30548
 
30549
30549
  // src/version.ts
30550
30550
  var PACKAGE_VERSION = Object.keys({
30551
- "0.19.103": "xxxx"
30551
+ "0.19.105": "xxxx"
30552
30552
  })[0];
30553
30553
  return __toCommonJS(src_exports6);
30554
30554
  })();