@tstdl/base 0.90.54 → 0.90.56

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.
@@ -34,7 +34,7 @@ let S3ObjectStorage = class S3ObjectStorage extends ObjectStorage {
34
34
  if (exists) {
35
35
  return;
36
36
  }
37
- await this.client.makeBucket(this.bucket, region, { ObjectLocking: options?.objectLocking ?? false });
37
+ await this.client.makeBucket(this.bucket, region ?? '', { ObjectLocking: options?.objectLocking ?? false });
38
38
  }
39
39
  async exists(key) {
40
40
  const bucketKey = this.getBucketKey(key);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.90.54",
3
+ "version": "0.90.56",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -120,10 +120,10 @@
120
120
  "@types/mjml": "4.7",
121
121
  "@types/node": "20",
122
122
  "@types/nodemailer": "6.4",
123
- "@typescript-eslint/eslint-plugin": "6.19",
124
- "@typescript-eslint/parser": "6.19",
123
+ "@typescript-eslint/eslint-plugin": "6.20",
124
+ "@typescript-eslint/parser": "6.20",
125
125
  "concurrently": "8.2",
126
- "esbuild": "0.19",
126
+ "esbuild": "0.20",
127
127
  "eslint": "8.56",
128
128
  "eslint-import-resolver-typescript": "3.6",
129
129
  "eslint-plugin-import": "2.29",
@@ -144,7 +144,7 @@
144
144
  "handlebars": "^4.7",
145
145
  "koa": "^2.15",
146
146
  "minio": "^7.1",
147
- "mjml": "^4.14",
147
+ "mjml": "^4.15",
148
148
  "mongodb": "^6.3",
149
149
  "nodemailer": "^6.9",
150
150
  "playwright": "^1.41",