@metamask-previews/controller-utils 12.3.0-preview-abca9bcea → 12.3.0-preview-ec24abb79

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -4
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -11,10 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  - Add optional `startTime` to `TraceRequest` to allow backdating a span's start time ([#9315](https://github.com/MetaMask/core/pull/9315))
13
13
 
14
- ### Changed
15
-
16
- - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076))
17
-
18
14
  ### Deprecated
19
15
 
20
16
  - Deprecate `createServicePolicy` and related symbols ([#9418](https://github.com/MetaMask/core/pull/9418))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/controller-utils",
3
- "version": "12.3.0-preview-abca9bcea",
3
+ "version": "12.3.0-preview-ec24abb79",
4
4
  "description": "Data and convenience functions shared by multiple packages",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -56,7 +56,7 @@
56
56
  "@ethersproject/abi": "^5.7.0",
57
57
  "@metamask/eth-query": "^4.0.0",
58
58
  "@metamask/ethjs-unit": "^0.3.0",
59
- "@metamask/utils": "^11.12.0",
59
+ "@metamask/utils": "^11.11.0",
60
60
  "@spruceid/siwe-parser": "2.1.0",
61
61
  "@types/bn.js": "^5.1.5",
62
62
  "bignumber.js": "^9.1.2",
@@ -69,7 +69,6 @@
69
69
  "devDependencies": {
70
70
  "@babel/runtime": "^7.23.9",
71
71
  "@metamask/auto-changelog": "^6.1.0",
72
- "@metamask/eth-json-rpc-provider": "^6.0.1",
73
72
  "@ts-bridge/cli": "^0.6.4",
74
73
  "@types/jest": "^30.0.0",
75
74
  "@types/lodash": "^4.14.191",