@metamask-previews/composable-controller 12.0.1-preview-b19325264 → 12.0.1-preview-5d0317d14
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
|
@@ -255,9 +255,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
255
255
|
### Added
|
|
256
256
|
|
|
257
257
|
- Initial release
|
|
258
|
-
|
|
259
258
|
- 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:
|
|
260
|
-
|
|
261
259
|
- `src/ComposableController.ts`
|
|
262
260
|
- `src/ComposableController.test.ts`
|
|
263
261
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/composable-controller",
|
|
3
|
-
"version": "12.0.1-preview-
|
|
3
|
+
"version": "12.0.1-preview-5d0317d14",
|
|
4
4
|
"description": "Consolidates the state from multiple controllers into one",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@metamask/messenger": "^1.1.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@metamask/auto-changelog": "^6.
|
|
58
|
+
"@metamask/auto-changelog": "^6.1.0",
|
|
59
59
|
"@metamask/json-rpc-engine": "^10.2.4",
|
|
60
60
|
"@ts-bridge/cli": "^0.6.4",
|
|
61
61
|
"@types/jest": "^29.5.14",
|