s3db.js 7.3.2 → 7.3.3
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
|
@@ -7318,7 +7318,7 @@ ${JSON.stringify(validation, null, 2)}`,
|
|
|
7318
7318
|
}
|
|
7319
7319
|
|
|
7320
7320
|
promisify(fs.mkdir);
|
|
7321
|
-
const rmdir = promisify(fs.
|
|
7321
|
+
const rmdir = promisify(fs.rm);
|
|
7322
7322
|
const readdir = promisify(fs.readdir);
|
|
7323
7323
|
const stat = promisify(fs.stat);
|
|
7324
7324
|
const writeFile = promisify(fs.writeFile);
|
|
@@ -13196,7 +13196,7 @@ ${JSON.stringify(validation, null, 2)}`,
|
|
|
13196
13196
|
super();
|
|
13197
13197
|
this.version = "1";
|
|
13198
13198
|
this.s3dbVersion = (() => {
|
|
13199
|
-
const [ok, err, version] = try_fn_default(() => true ? "7.3.
|
|
13199
|
+
const [ok, err, version] = try_fn_default(() => true ? "7.3.3" : "latest");
|
|
13200
13200
|
return ok ? version : "latest";
|
|
13201
13201
|
})();
|
|
13202
13202
|
this.resources = {};
|