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.cjs.js
CHANGED
|
@@ -12211,7 +12211,7 @@ class Database extends EventEmitter {
|
|
|
12211
12211
|
super();
|
|
12212
12212
|
this.version = "1";
|
|
12213
12213
|
this.s3dbVersion = (() => {
|
|
12214
|
-
const [ok, err, version] = try_fn_default(() => true ? "7.
|
|
12214
|
+
const [ok, err, version] = try_fn_default(() => true ? "7.2.0" : "latest");
|
|
12215
12215
|
return ok ? version : "latest";
|
|
12216
12216
|
})();
|
|
12217
12217
|
this.resources = {};
|