@metamask/snaps-cli 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 +10 -8
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
|
### Removed
|
|
11
15
|
- **BREAKING:** Remove `init` command ([#1268](https://github.com/MetaMask/snaps/pull/1268))
|
|
@@ -334,7 +338,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
334
338
|
- Example snaps ([#72](https://github.com/MetaMask/snaps-monorepo/pull/72))
|
|
335
339
|
- The examples now live in their own package, [`@metamask/snap-examples`](https://npmjs.com/package/@metamask/snap-examples).
|
|
336
340
|
|
|
337
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.34.
|
|
341
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.34.1-flask.1...HEAD
|
|
342
|
+
[0.34.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.0-flask.1...v0.34.1-flask.1
|
|
338
343
|
[0.34.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.1-flask.1...v0.34.0-flask.1
|
|
339
344
|
[0.33.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.0-flask.1...v0.33.1-flask.1
|
|
340
345
|
[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-cli",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.1-flask.1",
|
|
4
4
|
"description": "A CLI for developing MetaMask Snaps.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,12 +29,13 @@
|
|
|
29
29
|
"test:watch": "yarn test --watch",
|
|
30
30
|
"test:ci": "yarn test",
|
|
31
31
|
"lint:changelog": "yarn auto-changelog validate",
|
|
32
|
-
"lint:eslint": "eslint . --cache --ext js,ts",
|
|
33
|
-
"lint:misc": "prettier
|
|
34
|
-
"lint": "yarn lint:eslint && yarn lint:misc --check",
|
|
32
|
+
"lint:eslint": "eslint . --cache --ext js,ts,jsx,tsx",
|
|
33
|
+
"lint:misc": "prettier --no-error-on-unmatched-pattern --loglevel warn \"**/*.json\" \"**/*.md\" \"**/*.html\" \"!CHANGELOG.md\" --ignore-path ../../.gitignore",
|
|
34
|
+
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog",
|
|
35
35
|
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
|
|
36
36
|
"prepare-manifest:preview": "../../scripts/prepare-preview-manifest.sh",
|
|
37
|
-
"publish:preview": "yarn npm publish --tag preview"
|
|
37
|
+
"publish:preview": "yarn npm publish --tag preview",
|
|
38
|
+
"lint:ci": "yarn lint"
|
|
38
39
|
},
|
|
39
40
|
"dependencies": {
|
|
40
41
|
"@babel/core": "^7.20.12",
|
|
@@ -45,8 +46,8 @@
|
|
|
45
46
|
"@babel/plugin-transform-runtime": "^7.16.7",
|
|
46
47
|
"@babel/preset-env": "^7.20.12",
|
|
47
48
|
"@babel/preset-typescript": "^7.20.12",
|
|
48
|
-
"@metamask/snaps-browserify-plugin": "^0.34.
|
|
49
|
-
"@metamask/snaps-utils": "^0.34.
|
|
49
|
+
"@metamask/snaps-browserify-plugin": "^0.34.1-flask.1",
|
|
50
|
+
"@metamask/snaps-utils": "^0.34.1-flask.1",
|
|
50
51
|
"@metamask/utils": "^6.0.0",
|
|
51
52
|
"babelify": "^10.0.0",
|
|
52
53
|
"browserify": "^17.0.0",
|
|
@@ -65,6 +66,8 @@
|
|
|
65
66
|
"@metamask/eslint-config-jest": "^11.0.0",
|
|
66
67
|
"@metamask/eslint-config-nodejs": "^11.0.1",
|
|
67
68
|
"@metamask/eslint-config-typescript": "^11.0.0",
|
|
69
|
+
"@swc/core": "^1.3.61",
|
|
70
|
+
"@swc/jest": "^0.2.26",
|
|
68
71
|
"@types/browserify": "^12.0.37",
|
|
69
72
|
"@types/is-url": "^1.2.28",
|
|
70
73
|
"@types/jest": "^27.5.1",
|
|
@@ -92,7 +95,6 @@
|
|
|
92
95
|
"prettier": "^2.7.1",
|
|
93
96
|
"prettier-plugin-packagejson": "^2.2.11",
|
|
94
97
|
"rimraf": "^4.1.2",
|
|
95
|
-
"ts-jest": "^29.0.2",
|
|
96
98
|
"ts-node": "^10.9.1",
|
|
97
99
|
"tsc-watch": "^4.5.0",
|
|
98
100
|
"typescript": "~4.8.4"
|