@directus/storage-driver-azure 12.0.12 → 12.0.14
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/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BlobServiceClient, StorageSharedKeyCredential } from "@azure/storage-blob";
|
|
2
|
-
import { normalizePath } from "@directus/utils";
|
|
3
1
|
import { join } from "node:path";
|
|
4
2
|
import { finished } from "node:stream/promises";
|
|
3
|
+
import { BlobServiceClient, StorageSharedKeyCredential } from "@azure/storage-blob";
|
|
4
|
+
import { normalizePath } from "@directus/utils";
|
|
5
5
|
|
|
6
6
|
//#region src/index.ts
|
|
7
7
|
const MAXIMUM_CHUNK_SIZE = 104857600;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@directus/storage-driver-azure",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.14",
|
|
4
4
|
"description": "Azure file storage abstraction for `@directus/storage`",
|
|
5
5
|
"homepage": "https://directus.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@azure/storage-blob": "12.29.1",
|
|
25
|
-
"@directus/
|
|
26
|
-
"@directus/
|
|
25
|
+
"@directus/utils": "13.1.1",
|
|
26
|
+
"@directus/storage": "12.0.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@directus/tsconfig": "3.0.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"tsdown": "0.15.11",
|
|
33
33
|
"typescript": "5.9.3",
|
|
34
34
|
"vitest": "3.2.4",
|
|
35
|
-
"@directus/types": "
|
|
35
|
+
"@directus/types": "14.0.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "tsdown src/index.ts --dts",
|