@directus/storage-driver-azure 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.
- package/license +1 -1
- package/package.json +3 -3
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 © 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-azure",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.19",
|
|
4
4
|
"description": "Azure file storage abstraction for `@directus/storage`",
|
|
5
5
|
"homepage": "https://directus.io",
|
|
6
6
|
"repository": {
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@azure/storage-blob": "12.17.0",
|
|
25
25
|
"@directus/storage": "10.0.11",
|
|
26
|
-
"@directus/utils": "11.0.
|
|
26
|
+
"@directus/utils": "11.0.7"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@ngneat/falso": "7.2.0",
|
|
30
|
-
"@vitest/coverage-v8": "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",
|