@directus/storage-driver-gcs 10.0.18 → 10.0.19

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 (2) hide show
  1. package/license +1 -1
  2. package/package.json +4 -4
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 © 2023 Monospace, Inc.
4
+ The Licensed Work is Copyright © 2024 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-gcs",
3
- "version": "10.0.18",
3
+ "version": "10.0.19",
4
4
  "description": "GCS file storage abstraction for `@directus/storage`",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {
@@ -21,13 +21,13 @@
21
21
  "dist"
22
22
  ],
23
23
  "dependencies": {
24
- "@google-cloud/storage": "7.7.0",
25
- "@directus/utils": "11.0.6",
24
+ "@google-cloud/storage": "7.8.0",
25
+ "@directus/utils": "11.0.7",
26
26
  "@directus/storage": "10.0.11"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@ngneat/falso": "7.2.0",
30
- "@vitest/coverage-v8": "1.3.1",
30
+ "@vitest/coverage-v8": "1.4.0",
31
31
  "tsup": "8.0.2",
32
32
  "typescript": "5.3.3",
33
33
  "vitest": "1.3.1",