@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.
- package/dist/index.js +2 -2
- package/license +1 -1
- package/package.json +14 -14
package/dist/index.js
CHANGED
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 ©
|
|
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": "
|
|
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.
|
|
25
|
-
"@aws-sdk/lib-storage": "3.
|
|
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": "
|
|
28
|
-
"@tus/utils": "0.
|
|
27
|
+
"@smithy/node-http-handler": "4.0.0",
|
|
28
|
+
"@tus/utils": "0.5.0",
|
|
29
29
|
"ms": "2.1.3",
|
|
30
|
-
"@directus/
|
|
31
|
-
"@directus/
|
|
30
|
+
"@directus/storage": "12.0.0",
|
|
31
|
+
"@directus/utils": "13.0.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
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",
|