@metamask-previews/controller-utils 11.20.0-preview-debd7ebcd → 11.20.0-preview-9fac52d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -615,7 +615,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
615
615
|
### Added
|
|
616
616
|
|
|
617
617
|
- Initial release
|
|
618
|
-
|
|
619
618
|
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
|
|
620
619
|
- `src/constants.ts` (but see below)
|
|
621
620
|
- `src/util.ts` (but see below)
|
|
@@ -623,7 +622,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
623
622
|
- `NetworkType` and `NetworkChainsId` from `src/network/NetworkController.ts` (via `types.ts`)
|
|
624
623
|
- `ESTIMATE_GAS_ERROR`, which used to be exported by `src/constants.ts`, is now available via the `@metamask/gas-fee-controller` package.
|
|
625
624
|
- A number of functions and types that were previously exported by `src/util.ts` are now available via other packages. Here's a breakdown of these exports and their new locations:
|
|
626
|
-
|
|
627
625
|
- `@metamask/assets-controllers`:
|
|
628
626
|
- `SupportedTokenDetectionNetworks`
|
|
629
627
|
- `addUrlProtocolPrefix`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/controller-utils",
|
|
3
|
-
"version": "11.20.0-preview-
|
|
3
|
+
"version": "11.20.0-preview-9fac52d",
|
|
4
4
|
"description": "Data and convenience functions shared by multiple packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@babel/runtime": "^7.23.9",
|
|
68
|
-
"@metamask/auto-changelog": "^6.
|
|
68
|
+
"@metamask/auto-changelog": "^6.1.0",
|
|
69
69
|
"@ts-bridge/cli": "^0.6.4",
|
|
70
70
|
"@types/jest": "^29.5.14",
|
|
71
71
|
"@types/lodash": "^4.14.191",
|