@krimzen-ninja/storage-azure
Advanced tools
Comparing version 0.2.2-beta.0 to 0.2.2-beta.1
@@ -5,2 +5,20 @@ # Changelog | ||
## [0.2.2-beta.0](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-0.2.1...storage-azure-0.2.2-beta.0) (2023-12-24) | ||
### Features | ||
* **node-lib:** bump ([d9a600d](https://github.com/KrimzenNinja/krimzen-ninja/commit/d9a600d330fdb4f23f1bb2b78381e27bbf3d9ad1)) | ||
### Bug Fixes | ||
* **libs:** bump ([e47cbb4](https://github.com/KrimzenNinja/krimzen-ninja/commit/e47cbb456939957e68513a1a51b8bb0a9c21b0b4)) | ||
* **node-lib:** bump ([7cecb12](https://github.com/KrimzenNinja/krimzen-ninja/commit/7cecb12f6c9eac2389f358d469eb84a6d18cfbee)) | ||
* **node-libs:** adding exports ([6184bc9](https://github.com/KrimzenNinja/krimzen-ninja/commit/6184bc9632fff868007a1ca696e11cb84a7c271d)) | ||
* **node-libs:** bump ([40637dc](https://github.com/KrimzenNinja/krimzen-ninja/commit/40637dc4079aeefebd7830b1e62e096425875dd9)) | ||
* **node-libs:** bump ([3d9d494](https://github.com/KrimzenNinja/krimzen-ninja/commit/3d9d49460cadd384fe01180b9dbf9914ca35eb67)) | ||
* **node-libs:** updating beta publish logic ([64d4e29](https://github.com/KrimzenNinja/krimzen-ninja/commit/64d4e296b75fa0db98089a791dfb591ba8a79f06)) | ||
* **node-libs:** updating readme to test publish ([03227fe](https://github.com/KrimzenNinja/krimzen-ninja/commit/03227fe0635ae5ba536255fccfd32fa5f7270ed7)) | ||
## [0.3.4-beta.1](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-beta-0.3.4-beta.0...storage-azure-beta-0.3.4-beta.1) (2023-12-24) | ||
@@ -7,0 +25,0 @@ |
{ | ||
"name": "@krimzen-ninja/storage-azure", | ||
"description": "Library for handling interactions with Azure blob storage with a simplified api", | ||
"version": "0.2.2-beta.0", | ||
"version": "0.2.2-beta.1", | ||
"keywords": [ | ||
@@ -29,5 +29,5 @@ "krimzen-ninja", | ||
"@azure/storage-blob": "^12.17.0", | ||
"@krimzen-ninja/common-errors": "0.6.2-beta.0", | ||
"@krimzen-ninja/common-errors": "0.6.2-beta.1", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
@@ -12,1 +12,2 @@ # storage-azure | ||
Run `nx lint storage-azure` to execute the lint via [ESLint](https://eslint.org/). | ||
. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18573
+ Added@krimzen-ninja/common-errors@0.6.2-beta.1(transitive)
- Removed@krimzen-ninja/common-errors@0.6.2-beta.0(transitive)