@alepha/bucket-azure 0.9.5 → 0.10.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.
- package/README.md +2 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -32,6 +32,8 @@ run(alepha);
|
|
|
32
32
|
|
|
33
33
|
Providers are classes that encapsulate specific functionality and can be injected into your application. They handle initialization, configuration, and lifecycle management.
|
|
34
34
|
|
|
35
|
+
For more details, see the [Providers documentation](/docs/providers).
|
|
36
|
+
|
|
35
37
|
#### AzureFileStorageProvider
|
|
36
38
|
|
|
37
39
|
Azure Blog Storage implementation of File Storage Provider.
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"storage-blob"
|
|
11
11
|
],
|
|
12
12
|
"author": "Feunard",
|
|
13
|
-
"version": "0.
|
|
13
|
+
"version": "0.10.0",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">=22.0.0"
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"src"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@alepha/bucket": "0.
|
|
27
|
-
"@alepha/core": "0.
|
|
28
|
-
"@alepha/datetime": "0.
|
|
29
|
-
"@alepha/file": "0.
|
|
30
|
-
"@alepha/logger": "0.
|
|
26
|
+
"@alepha/bucket": "0.10.0",
|
|
27
|
+
"@alepha/core": "0.10.0",
|
|
28
|
+
"@alepha/datetime": "0.10.0",
|
|
29
|
+
"@alepha/file": "0.10.0",
|
|
30
|
+
"@alepha/logger": "0.10.0",
|
|
31
31
|
"@azure/storage-blob": "^12.29.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@biomejs/biome": "^2.2.4",
|
|
35
|
-
"tsdown": "^0.15.
|
|
35
|
+
"tsdown": "^0.15.3",
|
|
36
36
|
"typescript": "^5.9.2",
|
|
37
37
|
"vitest": "^3.2.4"
|
|
38
38
|
},
|