@fireproof/core 0.20.0-dev-preview-28 → 0.20.0-dev-preview-29
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 +1 -1
- package/index.cjs.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/tests/fireproof/fireproof.test.ts +1 -2
package/package.json
CHANGED
@@ -17,7 +17,6 @@ import {
|
|
17
17
|
isDatabase,
|
18
18
|
PARAM,
|
19
19
|
} from "@fireproof/core";
|
20
|
-
import { getDefaultURI } from "../../src/blockstore/register-store-protocol.js";
|
21
20
|
import { URI } from "@adviser/cement";
|
22
21
|
|
23
22
|
export function carLogIncludesGroup(list: bs.AnyLink[], cid: CID) {
|
@@ -125,7 +124,7 @@ describe("database fullconfig", () => {
|
|
125
124
|
if (url) {
|
126
125
|
protocol = URI.from(url).protocol;
|
127
126
|
}
|
128
|
-
const base = getDefaultURI(sthis, protocol);
|
127
|
+
const base = bs.getDefaultURI(sthis, protocol);
|
129
128
|
const db = fireproof("my-funky-name", {
|
130
129
|
storeUrls: {
|
131
130
|
base: base,
|