@metamask-previews/base-controller 9.1.0-preview-b19325264 → 9.1.0-preview-9c8c0a0

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 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -420,9 +420,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
420
420
  ### Added
421
421
 
422
422
  - Initial release
423
-
424
423
  - 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:
425
-
426
424
  - `src/BaseController.ts`
427
425
  - `src/BaseController.test.ts`
428
426
  - `src/BaseControllerV2.ts`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/base-controller",
3
- "version": "9.1.0-preview-b19325264",
3
+ "version": "9.1.0-preview-9c8c0a0",
4
4
  "description": "Provides scaffolding for controllers as well a communication system for all controllers",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -55,7 +55,7 @@
55
55
  "immer": "^9.0.6"
56
56
  },
57
57
  "devDependencies": {
58
- "@metamask/auto-changelog": "^6.0.0",
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",