s3db.js 18.0.11-next.1534f717 → 18.0.11-next.f8b22342

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 CHANGED
@@ -18087,8 +18087,8 @@ class Database extends SafeEventEmitter {
18087
18087
  })();
18088
18088
  this.version = '1';
18089
18089
  this.s3dbVersion = (() => {
18090
- const [ok, , version] = tryFnSync(() => (typeof globalThis['18.0.11-next.1534f717'] !== 'undefined' && globalThis['18.0.11-next.1534f717'] !== '18.0.11-next.1534f717'
18091
- ? globalThis['18.0.11-next.1534f717']
18090
+ const [ok, , version] = tryFnSync(() => (typeof globalThis['18.0.11-next.f8b22342'] !== 'undefined' && globalThis['18.0.11-next.f8b22342'] !== '18.0.11-next.f8b22342'
18091
+ ? globalThis['18.0.11-next.f8b22342']
18092
18092
  : 'latest'));
18093
18093
  return ok ? version : 'latest';
18094
18094
  })();
package/dist/s3db.es.js CHANGED
@@ -18063,8 +18063,8 @@ class Database extends SafeEventEmitter {
18063
18063
  })();
18064
18064
  this.version = '1';
18065
18065
  this.s3dbVersion = (() => {
18066
- const [ok, , version] = tryFnSync(() => (typeof globalThis['18.0.11-next.1534f717'] !== 'undefined' && globalThis['18.0.11-next.1534f717'] !== '18.0.11-next.1534f717'
18067
- ? globalThis['18.0.11-next.1534f717']
18066
+ const [ok, , version] = tryFnSync(() => (typeof globalThis['18.0.11-next.f8b22342'] !== 'undefined' && globalThis['18.0.11-next.f8b22342'] !== '18.0.11-next.f8b22342'
18067
+ ? globalThis['18.0.11-next.f8b22342']
18068
18068
  : 'latest'));
18069
18069
  return ok ? version : 'latest';
18070
18070
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s3db.js",
3
- "version": "18.0.11-next.1534f717",
3
+ "version": "18.0.11-next.f8b22342",
4
4
  "description": "Use AWS S3, the world's most reliable document storage, as a database with this ORM.",
5
5
  "main": "dist/s3db.cjs",
6
6
  "module": "dist/s3db.es.js",