@metamask-previews/permission-controller 12.3.0-preview-b19325264 → 12.3.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
@@ -446,9 +446,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
446
446
  ### Added
447
447
 
448
448
  - Initial release
449
-
450
449
  - 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:
451
-
452
450
  - Everything in `src/permissions`
453
451
 
454
452
  All changes listed after this point were applied to this package following the monorepo conversion.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/permission-controller",
3
- "version": "12.3.0-preview-b19325264",
3
+ "version": "12.3.0-preview-9c8c0a0",
4
4
  "description": "Mediates access to JSON-RPC methods, used to interact with pieces of the MetaMask stack, via middleware for json-rpc-engine",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -66,7 +66,7 @@
66
66
  "nanoid": "^3.3.8"
67
67
  },
68
68
  "devDependencies": {
69
- "@metamask/auto-changelog": "^6.0.0",
69
+ "@metamask/auto-changelog": "^6.1.0",
70
70
  "@ts-bridge/cli": "^0.6.4",
71
71
  "@types/jest": "^29.5.14",
72
72
  "deepmerge": "^4.2.2",