s3db.js 7.1.0 → 7.2.0
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.cjs.js +1 -1
- package/dist/s3db.cjs.min.js +1 -1
- package/dist/s3db.es.js +1 -1
- package/dist/s3db.es.min.js +1 -1
- package/dist/s3db.iife.js +1 -1
- package/dist/s3db.iife.min.js +1 -1
- package/package.json +1 -1
package/dist/s3db.es.js
CHANGED
|
@@ -12207,7 +12207,7 @@ class Database extends EventEmitter {
|
|
|
12207
12207
|
super();
|
|
12208
12208
|
this.version = "1";
|
|
12209
12209
|
this.s3dbVersion = (() => {
|
|
12210
|
-
const [ok, err, version] = try_fn_default(() => true ? "7.
|
|
12210
|
+
const [ok, err, version] = try_fn_default(() => true ? "7.2.0" : "latest");
|
|
12211
12211
|
return ok ? version : "latest";
|
|
12212
12212
|
})();
|
|
12213
12213
|
this.resources = {};
|