@metamask-previews/controller-utils
Advanced tools
Comparing version 5.0.0-preview.1b84247 to 5.0.2-preview.0c0cc64
@@ -9,2 +9,14 @@ # Changelog | ||
## [5.0.2] | ||
### Changed | ||
- Bump dependency on `@metamask/utils` to ^8.1.0 ([#1639](https://github.com/MetaMask/core/pull/1639)) | ||
- Move `eth-rpc-errors@^4.0.2` dependency to `@metamask/rpc-errors@^6.0.2` ([#1743](https://github.com/MetaMask/core/pull/1743)) | ||
### Fixed | ||
- Update linea goerli explorer url ([#1666](https://github.com/MetaMask/core/pull/1666)) | ||
## [5.0.1] | ||
### Changed | ||
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718)) | ||
## [5.0.0] | ||
@@ -159,3 +171,5 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.2...HEAD | ||
[5.0.2]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.1...@metamask/controller-utils@5.0.2 | ||
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@5.0.0...@metamask/controller-utils@5.0.1 | ||
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.3.2...@metamask/controller-utils@5.0.0 | ||
@@ -162,0 +176,0 @@ [4.3.2]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@4.3.1...@metamask/controller-utils@4.3.2 |
@@ -59,5 +59,5 @@ import { NetworksTicker, ChainId, BuiltInNetworkName } from './types'; | ||
readonly chainId: "0xe704"; | ||
readonly ticker: typeof NetworksTicker["linea-goerli"]; | ||
readonly ticker: (typeof NetworksTicker)["linea-goerli"]; | ||
readonly rpcPrefs: { | ||
readonly blockExplorerUrl: "https://explorer.goerli.linea.build"; | ||
readonly blockExplorerUrl: "https://goerli.lineascan.build"; | ||
}; | ||
@@ -75,2 +75,3 @@ }; | ||
readonly blockExplorerUrl: undefined; | ||
readonly ticker: undefined; | ||
readonly rpcPrefs: undefined; | ||
@@ -77,0 +78,0 @@ }; |
@@ -71,3 +71,3 @@ "use strict"; | ||
rpcPrefs: { | ||
blockExplorerUrl: 'https://explorer.goerli.linea.build', | ||
blockExplorerUrl: 'https://goerli.lineascan.build', | ||
}, | ||
@@ -85,2 +85,3 @@ }, | ||
blockExplorerUrl: undefined, | ||
ticker: undefined, | ||
rpcPrefs: undefined, | ||
@@ -87,0 +88,0 @@ }, |
{ | ||
"name": "@metamask-previews/controller-utils", | ||
"version": "5.0.0-preview.1b84247", | ||
"version": "5.0.2-preview.0c0cc64", | ||
"description": "Data and convenience functions shared by multiple packages", | ||
@@ -28,2 +28,3 @@ "keywords": [ | ||
"test": "jest", | ||
"test:clean": "jest --clearCache", | ||
"test:watch": "jest --watch" | ||
@@ -33,6 +34,5 @@ }, | ||
"@metamask/eth-query": "^3.0.1", | ||
"@metamask/utils": "^6.2.0", | ||
"@metamask/utils": "^8.1.0", | ||
"@spruceid/siwe-parser": "1.1.3", | ||
"eth-ens-namehash": "^2.0.8", | ||
"eth-rpc-errors": "^4.0.2", | ||
"ethereumjs-util": "^7.0.10", | ||
@@ -49,5 +49,5 @@ "ethjs-unit": "^0.1.6", | ||
"ts-jest": "^27.1.4", | ||
"typedoc": "^0.23.15", | ||
"typedoc-plugin-missing-exports": "^0.23.0", | ||
"typescript": "~4.6.3" | ||
"typedoc": "^0.24.8", | ||
"typedoc-plugin-missing-exports": "^2.0.0", | ||
"typescript": "~4.8.4" | ||
}, | ||
@@ -54,0 +54,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
111796
7
1308
+ Added@metamask/superstruct@3.1.0(transitive)
+ Added@metamask/utils@8.5.0(transitive)
+ Added@scure/base@1.2.4(transitive)
+ Addedpony-cause@2.1.11(transitive)
+ Addeduuid@9.0.1(transitive)
- Removedeth-rpc-errors@^4.0.2
- Removed@metamask/utils@6.2.0(transitive)
- Removedeth-rpc-errors@4.0.3(transitive)
- Removedfast-safe-stringify@2.1.1(transitive)
- Removedsuperstruct@1.0.4(transitive)
Updated@metamask/utils@^8.1.0