s3db.js 19.2.2-next.ab202d14 → 19.2.2

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
@@ -19868,8 +19868,8 @@ class Database extends SafeEventEmitter {
19868
19868
  })();
19869
19869
  this.version = '1';
19870
19870
  this.s3dbVersion = (() => {
19871
- const [ok, , version] = tryFnSync(() => (typeof globalThis['19.2.2-next.ab202d14'] !== 'undefined' && globalThis['19.2.2-next.ab202d14'] !== '19.2.2-next.ab202d14'
19872
- ? globalThis['19.2.2-next.ab202d14']
19871
+ const [ok, , version] = tryFnSync(() => (typeof globalThis['19.2.2'] !== 'undefined' && globalThis['19.2.2'] !== '19.2.2'
19872
+ ? globalThis['19.2.2']
19873
19873
  : 'latest'));
19874
19874
  return ok ? version : 'latest';
19875
19875
  })();
package/dist/s3db.es.js CHANGED
@@ -19844,8 +19844,8 @@ class Database extends SafeEventEmitter {
19844
19844
  })();
19845
19845
  this.version = '1';
19846
19846
  this.s3dbVersion = (() => {
19847
- const [ok, , version] = tryFnSync(() => (typeof globalThis['19.2.2-next.ab202d14'] !== 'undefined' && globalThis['19.2.2-next.ab202d14'] !== '19.2.2-next.ab202d14'
19848
- ? globalThis['19.2.2-next.ab202d14']
19847
+ const [ok, , version] = tryFnSync(() => (typeof globalThis['19.2.2'] !== 'undefined' && globalThis['19.2.2'] !== '19.2.2'
19848
+ ? globalThis['19.2.2']
19849
19849
  : 'latest'));
19850
19850
  return ok ? version : 'latest';
19851
19851
  })();