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 +2 -2
- package/dist/s3db.es.js +2 -2
- package/package.json +1 -1
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.
|
|
18091
|
-
? globalThis['18.0.11-next.
|
|
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.
|
|
18067
|
-
? globalThis['18.0.11-next.
|
|
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