@metamask/keyring-api 0.1.1 → 0.1.2

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 +6 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.1.2]
10
+ ### Changed
11
+ - Update snaps dependencies. ([#21](https://github.com/MetaMask/keyring-api/pull/21))
12
+
9
13
  ## [0.1.1]
10
14
  ### Added
11
15
  - Validate snap responses for type correctness. ([#15](https://github.com/MetaMask/keyring-api/pull/15))
@@ -21,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
25
  - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
22
26
  - Helper functions to create keyring handler in the snap.
23
27
 
24
- [Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.1.1...HEAD
28
+ [Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.1.2...HEAD
29
+ [0.1.2]: https://github.com/MetaMask/keyring-api/compare/v0.1.1...v0.1.2
25
30
  [0.1.1]: https://github.com/MetaMask/keyring-api/compare/v0.1.0...v0.1.1
26
31
  [0.1.0]: https://github.com/MetaMask/keyring-api/releases/tag/v0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/keyring-api",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MetaMask Keyring API",
5
5
  "homepage": "https://github.com/MetaMask/keyring-api#readme",
6
6
  "bugs": {
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@metamask/providers": "^11.0.0",
35
- "@metamask/snaps-controllers": "^0.34.1-flask.1",
36
- "@metamask/snaps-utils": "^0.34.1-flask.1",
35
+ "@metamask/snaps-controllers": "^1.0.0-prerelease.1",
36
+ "@metamask/snaps-utils": "^1.0.0-prerelease.1",
37
37
  "@metamask/utils": "^6.0.1",
38
38
  "@types/uuid": "^9.0.1",
39
39
  "superstruct": "^1.0.3",