s3db.js 19.0.0 → 19.0.1-next.13aa367a
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/mcp/data/embeddings-core.json +0 -159083
- package/mcp/data/embeddings-plugins.json +0 -472356
package/dist/s3db.cjs
CHANGED
|
@@ -18272,8 +18272,8 @@ class Database extends SafeEventEmitter {
|
|
|
18272
18272
|
})();
|
|
18273
18273
|
this.version = '1';
|
|
18274
18274
|
this.s3dbVersion = (() => {
|
|
18275
|
-
const [ok, , version] = tryFnSync(() => (typeof globalThis['19.0.
|
|
18276
|
-
? globalThis['19.0.
|
|
18275
|
+
const [ok, , version] = tryFnSync(() => (typeof globalThis['19.0.1-next.13aa367a'] !== 'undefined' && globalThis['19.0.1-next.13aa367a'] !== '19.0.1-next.13aa367a'
|
|
18276
|
+
? globalThis['19.0.1-next.13aa367a']
|
|
18277
18277
|
: 'latest'));
|
|
18278
18278
|
return ok ? version : 'latest';
|
|
18279
18279
|
})();
|
package/dist/s3db.es.js
CHANGED
|
@@ -18248,8 +18248,8 @@ class Database extends SafeEventEmitter {
|
|
|
18248
18248
|
})();
|
|
18249
18249
|
this.version = '1';
|
|
18250
18250
|
this.s3dbVersion = (() => {
|
|
18251
|
-
const [ok, , version] = tryFnSync(() => (typeof globalThis['19.0.
|
|
18252
|
-
? globalThis['19.0.
|
|
18251
|
+
const [ok, , version] = tryFnSync(() => (typeof globalThis['19.0.1-next.13aa367a'] !== 'undefined' && globalThis['19.0.1-next.13aa367a'] !== '19.0.1-next.13aa367a'
|
|
18252
|
+
? globalThis['19.0.1-next.13aa367a']
|
|
18253
18253
|
: 'latest'));
|
|
18254
18254
|
return ok ? version : 'latest';
|
|
18255
18255
|
})();
|
package/package.json
CHANGED