@directus/storage-driver-gcs 11.1.2 → 12.0.0

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 +11 -11
package/dist/index.js CHANGED
@@ -105,8 +105,8 @@ var DriverGCS = class {
105
105
  await this.delete(filepath);
106
106
  }
107
107
  };
108
- var src_default = DriverGCS;
108
+ var index_default = DriverGCS;
109
109
  export {
110
110
  DriverGCS,
111
- src_default as default
111
+ index_default as default
112
112
  };
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-gcs",
3
- "version": "11.1.2",
3
+ "version": "12.0.0",
4
4
  "description": "GCS file storage abstraction for `@directus/storage`",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {
@@ -21,18 +21,18 @@
21
21
  "dist"
22
22
  ],
23
23
  "dependencies": {
24
- "@google-cloud/storage": "7.13.0",
25
- "@directus/storage": "11.0.1",
26
- "@directus/constants": "12.0.1",
27
- "@directus/utils": "12.0.5"
24
+ "@google-cloud/storage": "7.15.0",
25
+ "@directus/utils": "13.0.0",
26
+ "@directus/storage": "12.0.0",
27
+ "@directus/constants": "13.0.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@ngneat/falso": "7.2.0",
31
- "@vitest/coverage-v8": "2.1.2",
32
- "tsup": "8.3.0",
33
- "typescript": "5.6.3",
34
- "vitest": "2.1.2",
35
- "@directus/tsconfig": "2.0.0"
30
+ "@directus/tsconfig": "3.0.0",
31
+ "@ngneat/falso": "7.3.0",
32
+ "@vitest/coverage-v8": "2.1.8",
33
+ "tsup": "8.3.5",
34
+ "typescript": "5.7.3",
35
+ "vitest": "2.1.8"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsup src/index.ts --format=esm --dts",