@directus/storage-driver-supabase 2.1.2 → 3.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
@@ -199,7 +199,7 @@ var DriverSupabase = class {
199
199
  await this.delete(filepath);
200
200
  }
201
201
  };
202
- var src_default = DriverSupabase;
202
+ var index_default = DriverSupabase;
203
203
  function dirname(path) {
204
204
  return path.split("/").slice(0, -1).join("/");
205
205
  }
@@ -219,5 +219,5 @@ var FileReader = class {
219
219
  };
220
220
  export {
221
221
  DriverSupabase,
222
- src_default as default
222
+ index_default as default
223
223
  };
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-supabase",
3
- "version": "2.1.2",
3
+ "version": "3.0.0",
4
4
  "description": "Supabase file storage abstraction for `@directus/storage`",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {
@@ -23,18 +23,18 @@
23
23
  "dependencies": {
24
24
  "@supabase/storage-js": "2.7.1",
25
25
  "tus-js-client": "4.2.3",
26
- "undici": "6.20.0",
27
- "@directus/constants": "12.0.1",
28
- "@directus/storage": "11.0.1",
29
- "@directus/utils": "12.0.5"
26
+ "undici": "7.2.1",
27
+ "@directus/constants": "13.0.0",
28
+ "@directus/utils": "13.0.0",
29
+ "@directus/storage": "12.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@ngneat/falso": "7.2.0",
33
- "@vitest/coverage-v8": "2.1.2",
34
- "tsup": "8.3.0",
35
- "typescript": "5.6.3",
36
- "vitest": "2.1.2",
37
- "@directus/tsconfig": "2.0.0"
32
+ "@directus/tsconfig": "3.0.0",
33
+ "@ngneat/falso": "7.3.0",
34
+ "@vitest/coverage-v8": "2.1.8",
35
+ "tsup": "8.3.5",
36
+ "typescript": "5.7.3",
37
+ "vitest": "2.1.8"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsup src/index.ts --format=esm --dts",