@metamask/snaps-utils 0.33.0-flask.1 → 0.33.1-flask.1
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 +6 -1
- package/package.json +2 -2
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.33.1-flask.1]
|
|
10
|
+
### Changed
|
|
11
|
+
- No changes this release.
|
|
12
|
+
|
|
9
13
|
## [0.33.0-flask.1]
|
|
10
14
|
### Changed
|
|
11
15
|
- **BREAKING:** Added `snapIds` caveat mapper ([#1360](https://github.com/MetaMask/snaps-monorepo/pull/1360))
|
|
@@ -193,7 +197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
193
197
|
### Added
|
|
194
198
|
- Initial release ([#410](https://github.com/MetaMask/snaps-monorepo/pull/410), [#421](https://github.com/MetaMask/snaps-monorepo/pull/421))
|
|
195
199
|
|
|
196
|
-
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.33.
|
|
200
|
+
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.33.1-flask.1...HEAD
|
|
201
|
+
[0.33.1-flask.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.33.0-flask.1...v0.33.1-flask.1
|
|
197
202
|
[0.33.0-flask.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.2...v0.33.0-flask.1
|
|
198
203
|
[0.32.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.1...v0.32.2
|
|
199
204
|
[0.32.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.0...v0.32.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-utils",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.1-flask.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/MetaMask/snaps-monorepo.git"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@metamask/permission-controller": "^3.2.0",
|
|
59
59
|
"@metamask/providers": "^10.2.1",
|
|
60
60
|
"@metamask/snaps-registry": "^1.2.0",
|
|
61
|
-
"@metamask/snaps-ui": "^0.33.
|
|
61
|
+
"@metamask/snaps-ui": "^0.33.1-flask.1",
|
|
62
62
|
"@metamask/utils": "^5.0.0",
|
|
63
63
|
"@noble/hashes": "^1.1.3",
|
|
64
64
|
"@scure/base": "^1.1.1",
|