@metamask/snaps-utils 0.34.0-flask.1 → 0.34.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 +9 -7
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.34.1-flask.1]
|
|
10
|
+
### Changed
|
|
11
|
+
- No changes this release.
|
|
12
|
+
|
|
9
13
|
## [0.34.0-flask.1]
|
|
10
14
|
### Changed
|
|
11
15
|
- Add SVG validation ([#1401](https://github.com/MetaMask/snaps/pull/1401))
|
|
@@ -203,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
203
207
|
### Added
|
|
204
208
|
- Initial release ([#410](https://github.com/MetaMask/snaps-monorepo/pull/410), [#421](https://github.com/MetaMask/snaps-monorepo/pull/421))
|
|
205
209
|
|
|
206
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.34.
|
|
210
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.34.1-flask.1...HEAD
|
|
211
|
+
[0.34.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.0-flask.1...v0.34.1-flask.1
|
|
207
212
|
[0.34.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.1-flask.1...v0.34.0-flask.1
|
|
208
213
|
[0.33.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.0-flask.1...v0.33.1-flask.1
|
|
209
214
|
[0.33.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.32.2...v0.33.0-flask.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-utils",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.1-flask.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/MetaMask/snaps.git"
|
|
@@ -40,16 +40,17 @@
|
|
|
40
40
|
"posttest": "ts-node scripts/coverage.ts && rimraf coverage/jest coverage/wdio",
|
|
41
41
|
"test:browser": "wdio run wdio.config.ts",
|
|
42
42
|
"test:ci": "yarn test",
|
|
43
|
-
"lint:eslint": "eslint . --cache --ext js,ts",
|
|
44
|
-
"lint:misc": "prettier
|
|
45
|
-
"lint": "yarn lint:eslint && yarn lint:misc --check",
|
|
43
|
+
"lint:eslint": "eslint . --cache --ext js,ts,jsx,tsx",
|
|
44
|
+
"lint:misc": "prettier --no-error-on-unmatched-pattern --loglevel warn \"**/*.json\" \"**/*.md\" \"**/*.html\" \"!CHANGELOG.md\" --ignore-path ../../.gitignore",
|
|
45
|
+
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog",
|
|
46
46
|
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
|
|
47
47
|
"lint:changelog": "yarn auto-changelog validate",
|
|
48
48
|
"build": "tsc --project tsconfig.build.json",
|
|
49
49
|
"build:clean": "yarn clean && yarn build",
|
|
50
50
|
"clean": "rimraf '*.tsbuildinfo' 'dist/*'",
|
|
51
51
|
"prepare-manifest:preview": "../../scripts/prepare-preview-manifest.sh",
|
|
52
|
-
"publish:preview": "yarn npm publish --tag preview"
|
|
52
|
+
"publish:preview": "yarn npm publish --tag preview",
|
|
53
|
+
"lint:ci": "yarn lint"
|
|
53
54
|
},
|
|
54
55
|
"dependencies": {
|
|
55
56
|
"@babel/core": "^7.20.12",
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
"@metamask/permission-controller": "^4.0.0",
|
|
59
60
|
"@metamask/providers": "^10.2.1",
|
|
60
61
|
"@metamask/snaps-registry": "^1.2.1",
|
|
61
|
-
"@metamask/snaps-ui": "^0.34.
|
|
62
|
+
"@metamask/snaps-ui": "^0.34.1-flask.1",
|
|
62
63
|
"@metamask/utils": "^6.0.0",
|
|
63
64
|
"@noble/hashes": "^1.1.3",
|
|
64
65
|
"@scure/base": "^1.1.1",
|
|
@@ -84,6 +85,8 @@
|
|
|
84
85
|
"@metamask/eslint-config-typescript": "^11.0.0",
|
|
85
86
|
"@metamask/key-tree": "^7.0.0",
|
|
86
87
|
"@metamask/post-message-stream": "^6.1.2",
|
|
88
|
+
"@swc/core": "^1.3.61",
|
|
89
|
+
"@swc/jest": "^0.2.26",
|
|
87
90
|
"@types/jest": "^27.5.1",
|
|
88
91
|
"@types/mocha": "^10.0.1",
|
|
89
92
|
"@types/node": "^17.0.36",
|
|
@@ -116,7 +119,6 @@
|
|
|
116
119
|
"prettier-plugin-packagejson": "^2.2.11",
|
|
117
120
|
"rimraf": "^4.1.2",
|
|
118
121
|
"serve-handler": "^6.1.5",
|
|
119
|
-
"ts-jest": "^29.0.2",
|
|
120
122
|
"ts-node": "^10.9.1",
|
|
121
123
|
"typescript": "~4.8.4",
|
|
122
124
|
"vite": "^4.1.4",
|