@metamask/snaps-cli 0.38.3-flask.1 → 0.38.4-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 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.38.4-flask.1]
10
+ ### Changed
11
+ - Bump `metamask/utils` and `metamask/snaps-registry` ([#1738](https://github.com/MetaMask/snaps/pull/1738), [#1694](https://github.com/MetaMask/snaps/pull/1694))
12
+
9
13
  ## [0.38.3-flask.1]
10
14
  ### Fixed
11
15
  - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680))
@@ -39,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
43
  - The version of the package no longer needs to match the version of all other
40
44
  MetaMask Snaps packages.
41
45
 
42
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.3-flask.1...HEAD
46
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.4-flask.1...HEAD
47
+ [0.38.4-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.3-flask.1...@metamask/snaps-cli@0.38.4-flask.1
43
48
  [0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.2-flask.1...@metamask/snaps-cli@0.38.3-flask.1
44
49
  [0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.1-flask.1...@metamask/snaps-cli@0.38.2-flask.1
45
50
  [0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.0-flask.1...@metamask/snaps-cli@0.38.1-flask.1
package/README.md CHANGED
@@ -66,7 +66,7 @@ directory of your npm package. Here's an example manifest:
66
66
  ```json
67
67
  {
68
68
  "version": "0.7.0",
69
- "proposedName": "@metamask/template-snap",
69
+ "proposedName": "Dialog Example",
70
70
  "description": "A MetaMask Snap template.",
71
71
  "repository": {
72
72
  "type": "git",
@@ -84,7 +84,11 @@ directory of your npm package. Here's an example manifest:
84
84
  }
85
85
  },
86
86
  "initialPermissions": {
87
- "snap_confirm": {}
87
+ "snap_dialog": {},
88
+ "endowment:rpc": {
89
+ "dapps": true,
90
+ "snaps": false
91
+ }
88
92
  },
89
93
  "manifestVersion": "0.1"
90
94
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "0.38.3-flask.1",
3
+ "version": "0.38.4-flask.1",
4
4
  "description": "A CLI for developing MetaMask Snaps.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,9 +55,9 @@
55
55
  "@babel/plugin-transform-runtime": "^7.16.7",
56
56
  "@babel/preset-env": "^7.20.12",
57
57
  "@babel/preset-typescript": "^7.20.12",
58
- "@metamask/snaps-utils": "^0.38.2-flask.1",
59
- "@metamask/snaps-webpack-plugin": "^0.37.3-flask.1",
60
- "@metamask/utils": "^6.0.1",
58
+ "@metamask/snaps-utils": "^0.38.4-flask.1",
59
+ "@metamask/snaps-webpack-plugin": "^0.37.4-flask.1",
60
+ "@metamask/utils": "^8.1.0",
61
61
  "@swc/core": "1.3.78",
62
62
  "assert": "^2.0.0",
63
63
  "babelify": "^10.0.0",
@@ -106,7 +106,7 @@
106
106
  "@swc/jest": "^0.2.26",
107
107
  "@types/browserify": "^12.0.37",
108
108
  "@types/jest": "^27.5.1",
109
- "@types/node": "^20.3.1",
109
+ "@types/node": "18.14.2",
110
110
  "@types/rimraf": "^3.0.0",
111
111
  "@types/serve-handler": "^6.1.0",
112
112
  "@types/yargs": "^17.0.24",