s3db.js 19.1.1-next.93ad4925 → 19.1.2-next.9aceed70
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 +6 -6
package/dist/s3db.cjs
CHANGED
|
@@ -18260,8 +18260,8 @@ class Database extends SafeEventEmitter {
|
|
|
18260
18260
|
})();
|
|
18261
18261
|
this.version = '1';
|
|
18262
18262
|
this.s3dbVersion = (() => {
|
|
18263
|
-
const [ok, , version] = tryFnSync(() => (typeof globalThis['19.1.
|
|
18264
|
-
? globalThis['19.1.
|
|
18263
|
+
const [ok, , version] = tryFnSync(() => (typeof globalThis['19.1.2-next.9aceed70'] !== 'undefined' && globalThis['19.1.2-next.9aceed70'] !== '19.1.2-next.9aceed70'
|
|
18264
|
+
? globalThis['19.1.2-next.9aceed70']
|
|
18265
18265
|
: 'latest'));
|
|
18266
18266
|
return ok ? version : 'latest';
|
|
18267
18267
|
})();
|
package/dist/s3db.es.js
CHANGED
|
@@ -18236,8 +18236,8 @@ class Database extends SafeEventEmitter {
|
|
|
18236
18236
|
})();
|
|
18237
18237
|
this.version = '1';
|
|
18238
18238
|
this.s3dbVersion = (() => {
|
|
18239
|
-
const [ok, , version] = tryFnSync(() => (typeof globalThis['19.1.
|
|
18240
|
-
? globalThis['19.1.
|
|
18239
|
+
const [ok, , version] = tryFnSync(() => (typeof globalThis['19.1.2-next.9aceed70'] !== 'undefined' && globalThis['19.1.2-next.9aceed70'] !== '19.1.2-next.9aceed70'
|
|
18240
|
+
? globalThis['19.1.2-next.9aceed70']
|
|
18241
18241
|
: 'latest'));
|
|
18242
18242
|
return ok ? version : 'latest';
|
|
18243
18243
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "s3db.js",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.2-next.9aceed70",
|
|
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",
|
|
@@ -75,19 +75,19 @@
|
|
|
75
75
|
"UNLICENSE"
|
|
76
76
|
],
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@aws-sdk/client-s3": "^3.
|
|
79
|
-
"@aws-sdk/credential-providers": "^3.
|
|
80
|
-
"@aws-sdk/s3-request-presigner": "^3.
|
|
78
|
+
"@aws-sdk/client-s3": "^3.965.0",
|
|
79
|
+
"@aws-sdk/credential-providers": "^3.965.0",
|
|
80
|
+
"@aws-sdk/s3-request-presigner": "^3.965.0",
|
|
81
81
|
"fastest-validator": "^1.19.1",
|
|
82
82
|
"json-stable-stringify": "^1.3.0",
|
|
83
83
|
"lodash-es": "^4.17.22",
|
|
84
84
|
"nanoid": "5.1.6",
|
|
85
85
|
"pino": "^10.1.0",
|
|
86
86
|
"pino-pretty": "^13.1.3",
|
|
87
|
-
"recker": "
|
|
87
|
+
"recker": "1.0.56"
|
|
88
88
|
},
|
|
89
89
|
"optionalDependencies": {
|
|
90
|
-
"@modelcontextprotocol/sdk": "^1.25.
|
|
90
|
+
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
91
91
|
"dotenv": "^17.2.3",
|
|
92
92
|
"glob": "^13.0.0"
|
|
93
93
|
},
|