@metamask/utils
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [3.0.1] | ||
### Fixed | ||
- Promote `@types/debug` from development dependencies to production dependencies ([#23](https://github.com/MetaMask/utils/pull/23)) | ||
## [3.0.0] | ||
@@ -54,3 +58,4 @@ ### Added | ||
[Unreleased]: https://github.com/MetaMask/utils/compare/v3.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/utils/compare/v3.0.1...HEAD | ||
[3.0.1]: https://github.com/MetaMask/utils/compare/v3.0.0...v3.0.1 | ||
[3.0.0]: https://github.com/MetaMask/utils/compare/v2.1.0...v3.0.0 | ||
@@ -57,0 +62,0 @@ [2.1.0]: https://github.com/MetaMask/utils/compare/v2.0.0...v2.1.0 |
{ | ||
"name": "@metamask/utils", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.", | ||
@@ -30,2 +30,3 @@ "repository": { | ||
"dependencies": { | ||
"@types/debug": "^4.1.7", | ||
"debug": "^4.3.4", | ||
@@ -42,3 +43,2 @@ "fast-deep-equal": "^3.1.3", | ||
"@metamask/eslint-config-typescript": "^9.0.1", | ||
"@types/debug": "^4.1.7", | ||
"@types/jest": "^28.1.7", | ||
@@ -45,0 +45,0 @@ "@typescript-eslint/eslint-plugin": "^4.21.0", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
163651
24
0
4
+ Added@types/debug@^4.1.7
+ Added@types/debug@4.1.12(transitive)
+ Added@types/ms@0.7.34(transitive)