@krimzen-ninja/common-errors
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -5,2 +5,18 @@ # Changelog | ||
## [0.3.2](https://github.com/KrimzenNinja/krimzen-ninja/compare/common-errors-beta-0.3.1...common-errors-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/common-errors-beta-0.3.0...common-errors-beta-0.3.1) (2023-12-19) | ||
### Bug Fixes | ||
* **github:** bump ([54e2e52](https://github.com/KrimzenNinja/krimzen-ninja/commit/54e2e52a2987a734d0ebd8407f5adea8f9472e5f)) | ||
## [0.6.1](https://github.com/KrimzenNinja/krimzen-ninja/compare/common-errors-0.6.0...common-errors-0.6.1) (2023-12-19) | ||
@@ -7,0 +23,0 @@ |
{ | ||
"name": "@krimzen-ninja/common-errors", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "A collection of custom common errors that can be used across projects and modules and a base class to extend.", | ||
@@ -26,3 +26,7 @@ "keywords": [ | ||
}, | ||
"main": "./src/index.js" | ||
"dependencies": { | ||
"bson": "^6.2.0", | ||
"check-types": "^11.2.3", | ||
"http-status-codes": "^2.3.0" | ||
} | ||
} |
@@ -14,1 +14,2 @@ # common-errors | ||
Run `nx lint common-errors` 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
23092
3
+ Addedbson@^6.2.0
+ Addedcheck-types@^11.2.3
+ Addedhttp-status-codes@^2.3.0
+ Addedbson@6.9.0(transitive)
+ Addedcheck-types@11.2.3(transitive)
+ Addedhttp-status-codes@2.3.0(transitive)