@metamask/base-controller
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -10,2 +10,9 @@ # Changelog | ||
## [6.0.2] | ||
### Changed | ||
- Bump TypeScript version to `~5.0.4` and set `moduleResolution` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) | ||
- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) | ||
## [6.0.1] | ||
@@ -224,3 +231,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@6.0.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@6.0.2...HEAD | ||
[6.0.2]: https://github.com/MetaMask/core/compare/@metamask/base-controller@6.0.1...@metamask/base-controller@6.0.2 | ||
[6.0.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@6.0.0...@metamask/base-controller@6.0.1 | ||
@@ -227,0 +235,0 @@ [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@5.0.2...@metamask/base-controller@6.0.0 |
{ | ||
"name": "@metamask/base-controller", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Provides scaffolding for controllers as well a communication system for all controllers", | ||
@@ -37,9 +37,9 @@ "keywords": [ | ||
"publish:preview": "yarn npm publish --tag preview", | ||
"test": "jest --reporters=jest-silent-reporter", | ||
"test:clean": "jest --clearCache", | ||
"test:verbose": "jest --verbose", | ||
"test:watch": "jest --watch" | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter", | ||
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache", | ||
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose", | ||
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" | ||
}, | ||
"dependencies": { | ||
"@metamask/utils": "^9.0.0", | ||
"@metamask/utils": "^9.1.0", | ||
"immer": "^9.0.6" | ||
@@ -57,3 +57,3 @@ }, | ||
"typedoc-plugin-missing-exports": "^2.0.0", | ||
"typescript": "~4.9.5" | ||
"typescript": "~5.0.4" | ||
}, | ||
@@ -60,0 +60,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
299149
Updated@metamask/utils@^9.1.0