@fireproof/core 0.20.0-dev-preview-10 → 0.20.0-dev-preview-11

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.cjs CHANGED
@@ -4586,15 +4586,9 @@ function toStoreURIRuntime(sthis, name, sopts) {
4586
4586
  }
4587
4587
  };
4588
4588
  }
4589
- var Fireproof = class {
4590
- Ledger(name, opts) {
4591
- return LedgerFactory(name, opts);
4592
- }
4593
- DB(name, opts) {
4594
- return new DatabaseImpl(this.Ledger(name, opts));
4595
- }
4596
- };
4597
- var fireproof = new Fireproof();
4589
+ function fireproof(name, opts) {
4590
+ return new DatabaseImpl(LedgerFactory(name, opts));
4591
+ }
4598
4592
 
4599
4593
  // src/runtime/index.ts
4600
4594
  var runtime_exports = {};
@@ -4646,6 +4640,6 @@ __export(file_exports, {
4646
4640
 
4647
4641
  // src/version.ts
4648
4642
  var PACKAGE_VERSION = Object.keys({
4649
- "0.20.0-dev-preview-10": "xxxx"
4643
+ "0.20.0-dev-preview-11": "xxxx"
4650
4644
  })[0];
4651
4645
  //# sourceMappingURL=index.cjs.map