@alepha/bucket-azure 0.9.1 → 0.9.2

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -15,6 +15,7 @@ Alternatively, you can install it individually:
15
15
  ```bash
16
16
  npm install @alepha/core @alepha/bucket-azure
17
17
  ```
18
+
18
19
  ## Module
19
20
 
20
21
  Plugin for Alepha Bucket that provides Azure Blob Storage capabilities.
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "storage-blob"
11
11
  ],
12
12
  "author": "Feunard",
13
- "version": "0.9.1",
13
+ "version": "0.9.2",
14
14
  "type": "module",
15
15
  "engines": {
16
16
  "node": ">=22.0.0"
@@ -23,10 +23,10 @@
23
23
  "src"
24
24
  ],
25
25
  "dependencies": {
26
- "@alepha/bucket": "0.9.1",
27
- "@alepha/core": "0.9.1",
28
- "@alepha/datetime": "0.9.1",
29
- "@alepha/file": "0.9.1",
26
+ "@alepha/bucket": "0.9.2",
27
+ "@alepha/core": "0.9.2",
28
+ "@alepha/datetime": "0.9.2",
29
+ "@alepha/file": "0.9.2",
30
30
  "@azure/storage-blob": "12.27.0"
31
31
  },
32
32
  "devDependencies": {