@metamask-previews/controller-utils 11.20.0-preview-5d0317d14 → 11.20.0-preview-debd7ebcd
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 +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -615,6 +615,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
615
615
|
### Added
|
|
616
616
|
|
|
617
617
|
- Initial release
|
|
618
|
+
|
|
618
619
|
- 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:
|
|
619
620
|
- `src/constants.ts` (but see below)
|
|
620
621
|
- `src/util.ts` (but see below)
|
|
@@ -622,6 +623,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
622
623
|
- `NetworkType` and `NetworkChainsId` from `src/network/NetworkController.ts` (via `types.ts`)
|
|
623
624
|
- `ESTIMATE_GAS_ERROR`, which used to be exported by `src/constants.ts`, is now available via the `@metamask/gas-fee-controller` package.
|
|
624
625
|
- 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
|
+
|
|
625
627
|
- `@metamask/assets-controllers`:
|
|
626
628
|
- `SupportedTokenDetectionNetworks`
|
|
627
629
|
- `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-debd7ebcd",
|
|
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.0.0",
|
|
69
69
|
"@ts-bridge/cli": "^0.6.4",
|
|
70
70
|
"@types/jest": "^29.5.14",
|
|
71
71
|
"@types/lodash": "^4.14.191",
|