s3db.js 11.0.3 → 11.0.4
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/dist/s3db.es.js
CHANGED
|
@@ -6181,7 +6181,7 @@ async function rollupPeriod(period, cohort, sourcePrefix, analyticsResource, con
|
|
|
6181
6181
|
} else if (period === "week") {
|
|
6182
6182
|
sourcePeriod = "day";
|
|
6183
6183
|
} else if (period === "month") {
|
|
6184
|
-
sourcePeriod = "
|
|
6184
|
+
sourcePeriod = "day";
|
|
6185
6185
|
} else {
|
|
6186
6186
|
sourcePeriod = "day";
|
|
6187
6187
|
}
|
|
@@ -13188,7 +13188,7 @@ class Database extends EventEmitter {
|
|
|
13188
13188
|
this.id = idGenerator(7);
|
|
13189
13189
|
this.version = "1";
|
|
13190
13190
|
this.s3dbVersion = (() => {
|
|
13191
|
-
const [ok, err, version] = tryFn(() => true ? "11.0.
|
|
13191
|
+
const [ok, err, version] = tryFn(() => true ? "11.0.4" : "latest");
|
|
13192
13192
|
return ok ? version : "latest";
|
|
13193
13193
|
})();
|
|
13194
13194
|
this.resources = {};
|