@directus/storage-driver-s3 11.0.5 → 12.0.1

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.
Files changed (3) hide show
  1. package/dist/index.js +2 -2
  2. package/license +1 -1
  3. package/package.json +14 -14
package/dist/index.js CHANGED
@@ -387,8 +387,8 @@ var DriverS3 = class {
387
387
  return optimalPartSize;
388
388
  }
389
389
  };
390
- var src_default = DriverS3;
390
+ var index_default = DriverS3;
391
391
  export {
392
392
  DriverS3,
393
- src_default as default
393
+ index_default as default
394
394
  };
package/license CHANGED
@@ -1,7 +1,7 @@
1
1
  Licensor: Monospace, Inc.
2
2
 
3
3
  Licensed Work: Directus
4
- The Licensed Work is Copyright © 2024 Monospace, Inc.
4
+ The Licensed Work is Copyright © 2025 Monospace, Inc.
5
5
 
6
6
  Additional Use Grant: You may use the Licensed Work in production as long as
7
7
  your Total Finances do not exceed US $5,000,000 for the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@directus/storage-driver-s3",
3
- "version": "11.0.5",
3
+ "version": "12.0.1",
4
4
  "description": "S3 file storage abstraction for `@directus/storage`",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {
@@ -21,23 +21,23 @@
21
21
  "dist"
22
22
  ],
23
23
  "dependencies": {
24
- "@aws-sdk/client-s3": "3.668.0",
25
- "@aws-sdk/lib-storage": "3.668.0",
24
+ "@aws-sdk/client-s3": "3.723.0",
25
+ "@aws-sdk/lib-storage": "3.723.0",
26
26
  "@shopify/semaphore": "3.1.0",
27
- "@smithy/node-http-handler": "3.2.4",
28
- "@tus/utils": "0.4.0",
27
+ "@smithy/node-http-handler": "4.0.0",
28
+ "@tus/utils": "0.5.0",
29
29
  "ms": "2.1.3",
30
- "@directus/utils": "12.0.5",
31
- "@directus/storage": "11.0.1"
30
+ "@directus/storage": "12.0.0",
31
+ "@directus/utils": "13.0.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@ngneat/falso": "7.2.0",
35
- "@types/ms": "0.7.34",
36
- "@vitest/coverage-v8": "2.1.2",
37
- "tsup": "8.3.0",
38
- "typescript": "5.6.3",
39
- "vitest": "2.1.2",
40
- "@directus/tsconfig": "2.0.0"
34
+ "@directus/tsconfig": "3.0.0",
35
+ "@ngneat/falso": "7.3.0",
36
+ "@types/ms": "2.1.0",
37
+ "@vitest/coverage-v8": "2.1.8",
38
+ "tsup": "8.3.5",
39
+ "typescript": "5.7.3",
40
+ "vitest": "2.1.9"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "tsup src/index.ts --format=esm --dts",