@directus/storage-driver-azure 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 +10 -10
package/dist/index.js CHANGED
@@ -96,8 +96,8 @@ var DriverAzure = class {
96
96
  await this.delete(filepath);
97
97
  }
98
98
  };
99
- var src_default = DriverAzure;
99
+ var index_default = DriverAzure;
100
100
  export {
101
101
  DriverAzure,
102
- src_default as default
102
+ index_default as default
103
103
  };
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-azure",
3
- "version": "11.1.2",
3
+ "version": "12.0.0",
4
4
  "description": "Azure file storage abstraction for `@directus/storage`",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {
@@ -21,17 +21,17 @@
21
21
  "dist"
22
22
  ],
23
23
  "dependencies": {
24
- "@azure/storage-blob": "12.25.0",
25
- "@directus/storage": "11.0.1",
26
- "@directus/utils": "12.0.5"
24
+ "@azure/storage-blob": "12.26.0",
25
+ "@directus/storage": "12.0.0",
26
+ "@directus/utils": "13.0.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@ngneat/falso": "7.2.0",
30
- "@vitest/coverage-v8": "2.1.2",
31
- "tsup": "8.3.0",
32
- "typescript": "5.6.3",
33
- "vitest": "2.1.2",
34
- "@directus/tsconfig": "2.0.0"
29
+ "@directus/tsconfig": "3.0.0",
30
+ "@ngneat/falso": "7.3.0",
31
+ "@vitest/coverage-v8": "2.1.8",
32
+ "tsup": "8.3.5",
33
+ "typescript": "5.7.3",
34
+ "vitest": "2.1.8"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsup src/index.ts --format=esm --dts",