@krimzen-ninja/storage-azure
Advanced tools
Comparing version 0.2.1 to 0.2.2-beta.0
@@ -5,2 +5,46 @@ # Changelog | ||
## [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) | ||
### Bug Fixes | ||
* **node-libs:** adding exports ([6184bc9](https://github.com/KrimzenNinja/krimzen-ninja/commit/6184bc9632fff868007a1ca696e11cb84a7c271d)) | ||
## [0.3.4-beta.0](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-beta-0.3.3...storage-azure-beta-0.3.4-beta.0) (2023-12-24) | ||
### Bug Fixes | ||
* **node-libs:** bump ([40637dc](https://github.com/KrimzenNinja/krimzen-ninja/commit/40637dc4079aeefebd7830b1e62e096425875dd9)) | ||
## [0.3.3](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-beta-0.3.2...storage-azure-beta-0.3.3) (2023-12-24) | ||
### Bug Fixes | ||
* **libs:** bump ([e47cbb4](https://github.com/KrimzenNinja/krimzen-ninja/commit/e47cbb456939957e68513a1a51b8bb0a9c21b0b4)) | ||
## [0.3.2](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-beta-0.3.1...storage-azure-beta-0.3.2) (2023-12-21) | ||
### Bug Fixes | ||
* **node-lib:** bump ([7cecb12](https://github.com/KrimzenNinja/krimzen-ninja/commit/7cecb12f6c9eac2389f358d469eb84a6d18cfbee)) | ||
* **node-libs:** bump ([3d9d494](https://github.com/KrimzenNinja/krimzen-ninja/commit/3d9d49460cadd384fe01180b9dbf9914ca35eb67)) | ||
* **node-libs:** updating readme to test publish ([03227fe](https://github.com/KrimzenNinja/krimzen-ninja/commit/03227fe0635ae5ba536255fccfd32fa5f7270ed7)) | ||
## [0.3.1](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-beta-0.3.0...storage-azure-beta-0.3.1) (2023-12-19) | ||
### Bug Fixes | ||
* **github:** bump ([54e2e52](https://github.com/KrimzenNinja/krimzen-ninja/commit/54e2e52a2987a734d0ebd8407f5adea8f9472e5f)) | ||
## [0.2.1](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-0.2.0...storage-azure-0.2.1) (2023-12-19) | ||
### Bug Fixes | ||
* **github:** bump ([54e2e52](https://github.com/KrimzenNinja/krimzen-ninja/commit/54e2e52a2987a734d0ebd8407f5adea8f9472e5f)) | ||
## [0.2.0](https://github.com/KrimzenNinja/krimzen-ninja/compare/storage-azure-0.1.2...storage-azure-0.2.0) (2023-12-19) | ||
@@ -7,0 +51,0 @@ |
{ | ||
"name": "@krimzen-ninja/storage-azure", | ||
"description": "Library for handling interactions with Azure blob storage with a simplified api", | ||
"version": "0.2.1", | ||
"version": "0.2.2-beta.0", | ||
"keywords": [ | ||
@@ -21,7 +21,13 @@ "krimzen-ninja", | ||
"private": false, | ||
"exports": { | ||
".": { | ||
"import": "./src/index.js", | ||
"require": "./src/index.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@azure/storage-blob": "^12.17.0", | ||
"@krimzen-ninja/common-errors": "0.6.1", | ||
"@krimzen-ninja/common-errors": "0.6.2-beta.0", | ||
"dotenv": "^16.3.1" | ||
} | ||
} |
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
17318
+ Added@krimzen-ninja/common-errors@0.6.2-beta.0(transitive)
+ Addedbson@6.9.0(transitive)
+ Addedcheck-types@11.2.3(transitive)
+ Addedhttp-status-codes@2.3.0(transitive)
- Removed@krimzen-ninja/common-errors@0.6.1(transitive)