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.iife.js CHANGED
@@ -12199,7 +12199,7 @@ ${JSON.stringify(validation, null, 2)}`,
12199
12199
  super();
12200
12200
  this.version = "1";
12201
12201
  this.s3dbVersion = (() => {
12202
- const [ok, err, version] = try_fn_default(() => true ? "7.1.0" : "latest");
12202
+ const [ok, err, version] = try_fn_default(() => true ? "7.2.0" : "latest");
12203
12203
  return ok ? version : "latest";
12204
12204
  })();
12205
12205
  this.resources = {};