@metamask/snaps-rollup-plugin 2.0.0 → 3.0.0
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 +5 -5
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
|
+
## [3.0.0]
|
|
10
|
+
### Changed
|
|
11
|
+
- **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#1741](https://github.com/MetaMask/snaps/pull/1741))
|
|
12
|
+
|
|
9
13
|
## [2.0.0]
|
|
10
14
|
### Changed
|
|
11
15
|
- Initial stable release from main branch ([#1757](https://github.com/MetaMask/snaps/pull/1757))
|
|
@@ -20,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
20
24
|
- The version of the package no longer needs to match the version of all other
|
|
21
25
|
MetaMask Snaps packages.
|
|
22
26
|
|
|
23
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@
|
|
27
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.0...HEAD
|
|
28
|
+
[3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@2.0.0...@metamask/snaps-rollup-plugin@3.0.0
|
|
24
29
|
[2.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.3-flask.1...@metamask/snaps-rollup-plugin@2.0.0
|
|
25
30
|
[0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.2-flask.1...@metamask/snaps-rollup-plugin@0.37.3-flask.1
|
|
26
31
|
[0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-rollup-plugin@0.37.2-flask.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-rollup-plugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"rollup",
|
|
6
6
|
"rollup-plugin"
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"lint:dependencies": "depcheck"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@metamask/snaps-utils": "^
|
|
43
|
+
"@metamask/snaps-utils": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@lavamoat/allow-scripts": "^2.
|
|
47
|
-
"@metamask/auto-changelog": "^3.
|
|
46
|
+
"@lavamoat/allow-scripts": "^2.5.1",
|
|
47
|
+
"@metamask/auto-changelog": "^3.3.0",
|
|
48
48
|
"@metamask/eslint-config": "^12.1.0",
|
|
49
49
|
"@metamask/eslint-config-jest": "^12.1.0",
|
|
50
50
|
"@metamask/eslint-config-nodejs": "^12.1.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"typescript": "~4.8.4"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
|
-
"node": ">=
|
|
79
|
+
"node": "^18.16 || >=20"
|
|
80
80
|
},
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public",
|