@fireproof/core 0.20.4-dev-preview-1 → 0.20.4-dev-preview-2
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 -4
- package/index.cjs.map +1 -1
- package/index.js +1 -4
- package/index.js.map +1 -1
- package/metafile-cjs.json +1 -1
- package/metafile-esm.json +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
@@ -1926,7 +1926,6 @@ var Index = class {
|
|
1926
1926
|
}
|
1927
1927
|
if (this.mapFnString) {
|
1928
1928
|
if (this.mapFnString !== meta.map) {
|
1929
|
-
this.logger.Warn().Msg(`applying different mapFn meta: old mapFnString ${this.mapFnString} new mapFnString ${meta.map}`);
|
1930
1929
|
this.mapFnString = meta.map;
|
1931
1930
|
mapFnChanged = true;
|
1932
1931
|
}
|
@@ -1943,7 +1942,6 @@ var Index = class {
|
|
1943
1942
|
if (this.mapFn) {
|
1944
1943
|
if (mapFn) {
|
1945
1944
|
if (this.mapFn.toString() !== mapFn.toString()) {
|
1946
|
-
this.logger.Warn().Msg("applying different mapFn, resetting index");
|
1947
1945
|
this.mapFn = mapFn;
|
1948
1946
|
this.mapFnString = mapFn.toString();
|
1949
1947
|
mapFnChanged = true;
|
@@ -1955,7 +1953,6 @@ var Index = class {
|
|
1955
1953
|
}
|
1956
1954
|
if (this.mapFnString) {
|
1957
1955
|
if (this.mapFnString !== mapFn.toString()) {
|
1958
|
-
this.logger.Warn().Str("old mapFnString", this.mapFnString).Str("new mapFn", mapFn.toString()).Msg("applying different mapFn, resetting index");
|
1959
1956
|
mapFnChanged = true;
|
1960
1957
|
}
|
1961
1958
|
} else {
|
@@ -7271,6 +7268,6 @@ function buildResDelWAL(msgCtx, req, ctx) {
|
|
7271
7268
|
|
7272
7269
|
// src/version.ts
|
7273
7270
|
var PACKAGE_VERSION = Object.keys({
|
7274
|
-
"0.20.4-dev-preview-
|
7271
|
+
"0.20.4-dev-preview-2": "xxxx"
|
7275
7272
|
})[0];
|
7276
7273
|
//# sourceMappingURL=index.cjs.map
|