s3db.js 19.3.9 → 19.3.10

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.
@@ -40162,7 +40162,7 @@ function getDefaultUserAgent() {
40162
40162
  return `recker/${VERSION$1}`;
40163
40163
  }
40164
40164
 
40165
- const VERSION = '1.0.64';
40165
+ const VERSION = '1.0.65';
40166
40166
  let _version = null;
40167
40167
  async function getVersion() {
40168
40168
  if (_version)
@@ -70231,8 +70231,8 @@ class Database extends SafeEventEmitter {
70231
70231
  })();
70232
70232
  this.version = '1';
70233
70233
  this.s3dbVersion = (() => {
70234
- const [ok, , version] = tryFnSync(() => (typeof globalThis['19.3.9'] !== 'undefined' && globalThis['19.3.9'] !== '19.3.9'
70235
- ? globalThis['19.3.9']
70234
+ const [ok, , version] = tryFnSync(() => (typeof globalThis['19.3.10'] !== 'undefined' && globalThis['19.3.10'] !== '19.3.10'
70235
+ ? globalThis['19.3.10']
70236
70236
  : 'latest'));
70237
70237
  return ok ? version : 'latest';
70238
70238
  })();
@@ -40139,7 +40139,7 @@ function getDefaultUserAgent() {
40139
40139
  return `recker/${VERSION$1}`;
40140
40140
  }
40141
40141
 
40142
- const VERSION = '1.0.64';
40142
+ const VERSION = '1.0.65';
40143
40143
  let _version = null;
40144
40144
  async function getVersion() {
40145
40145
  if (_version)
@@ -70208,8 +70208,8 @@ class Database extends SafeEventEmitter {
70208
70208
  })();
70209
70209
  this.version = '1';
70210
70210
  this.s3dbVersion = (() => {
70211
- const [ok, , version] = tryFnSync(() => (typeof globalThis['19.3.9'] !== 'undefined' && globalThis['19.3.9'] !== '19.3.9'
70212
- ? globalThis['19.3.9']
70211
+ const [ok, , version] = tryFnSync(() => (typeof globalThis['19.3.10'] !== 'undefined' && globalThis['19.3.10'] !== '19.3.10'
70212
+ ? globalThis['19.3.10']
70213
70213
  : 'latest'));
70214
70214
  return ok ? version : 'latest';
70215
70215
  })();
package/dist/s3db.cjs CHANGED
@@ -19915,8 +19915,8 @@ class Database extends SafeEventEmitter {
19915
19915
  })();
19916
19916
  this.version = '1';
19917
19917
  this.s3dbVersion = (() => {
19918
- const [ok, , version] = tryFnSync(() => (typeof globalThis['19.3.9'] !== 'undefined' && globalThis['19.3.9'] !== '19.3.9'
19919
- ? globalThis['19.3.9']
19918
+ const [ok, , version] = tryFnSync(() => (typeof globalThis['19.3.10'] !== 'undefined' && globalThis['19.3.10'] !== '19.3.10'
19919
+ ? globalThis['19.3.10']
19920
19920
  : 'latest'));
19921
19921
  return ok ? version : 'latest';
19922
19922
  })();
package/dist/s3db.es.js CHANGED
@@ -19891,8 +19891,8 @@ class Database extends SafeEventEmitter {
19891
19891
  })();
19892
19892
  this.version = '1';
19893
19893
  this.s3dbVersion = (() => {
19894
- const [ok, , version] = tryFnSync(() => (typeof globalThis['19.3.9'] !== 'undefined' && globalThis['19.3.9'] !== '19.3.9'
19895
- ? globalThis['19.3.9']
19894
+ const [ok, , version] = tryFnSync(() => (typeof globalThis['19.3.10'] !== 'undefined' && globalThis['19.3.10'] !== '19.3.10'
19895
+ ? globalThis['19.3.10']
19896
19896
  : 'latest'));
19897
19897
  return ok ? version : 'latest';
19898
19898
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s3db.js",
3
- "version": "19.3.9",
3
+ "version": "19.3.10",
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",
@@ -95,7 +95,7 @@
95
95
  "nanoid": "5.1.6",
96
96
  "pino": "^10.1.0",
97
97
  "pino-pretty": "^13.1.3",
98
- "recker": "1.0.64"
98
+ "recker": "1.0.65"
99
99
  },
100
100
  "optionalDependencies": {
101
101
  "@modelcontextprotocol/sdk": "^1.25.2",