@metamask/snaps-rollup-plugin 0.37.1-flask.1 → 0.37.3-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 +9 -213
- package/package.json +8 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,220 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
-
## [0.37.
|
|
10
|
-
### Changed
|
|
11
|
-
- No changes this release.
|
|
12
|
-
|
|
13
|
-
## [0.37.0-flask.1]
|
|
14
|
-
### Changed
|
|
15
|
-
- No changes this release.
|
|
16
|
-
|
|
17
|
-
## [0.36.1-flask.1]
|
|
18
|
-
### Changed
|
|
19
|
-
- No changes this release.
|
|
20
|
-
|
|
21
|
-
## [0.36.0-flask.1]
|
|
22
|
-
### Changed
|
|
23
|
-
- No changes this release.
|
|
24
|
-
|
|
25
|
-
## [0.35.2-flask.1]
|
|
9
|
+
## [0.37.3-flask.1]
|
|
26
10
|
### Fixed
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
## [0.35.1-flask.1]
|
|
30
|
-
### Changed
|
|
31
|
-
- No changes this release.
|
|
32
|
-
|
|
33
|
-
## [0.35.0-flask.1]
|
|
34
|
-
### Changed
|
|
35
|
-
- **BREAKING:** Build packages as both CJS and ESM ([#1519](https://github.com/MetaMask/snaps/pull/1519), ([#1532](https://github.com/MetaMask/snaps/pull/1532)))
|
|
36
|
-
- This is breaking in the sense that imports to `dist/` will now require you to import either `dist/cjs` or `dist/esm`.
|
|
37
|
-
- Add `sideEffects: false` ([#1486](https://github.com/MetaMask/snaps/pull/1486))
|
|
38
|
-
|
|
39
|
-
## [0.34.1-flask.1]
|
|
40
|
-
### Changed
|
|
41
|
-
- No changes this release.
|
|
42
|
-
|
|
43
|
-
## [0.34.0-flask.1]
|
|
44
|
-
### Changed
|
|
45
|
-
- No changes this release.
|
|
46
|
-
|
|
47
|
-
## [0.33.1-flask.1]
|
|
48
|
-
### Changed
|
|
49
|
-
- No changes this release.
|
|
50
|
-
|
|
51
|
-
## [0.33.0-flask.1]
|
|
52
|
-
### Changed
|
|
53
|
-
- No changes this release.
|
|
54
|
-
|
|
55
|
-
## [0.32.2]
|
|
56
|
-
### Changed
|
|
57
|
-
- No changes this release.
|
|
58
|
-
|
|
59
|
-
## [0.32.1]
|
|
60
|
-
### Changed
|
|
61
|
-
- No changes this release.
|
|
62
|
-
|
|
63
|
-
## [0.32.0]
|
|
64
|
-
### Changed
|
|
65
|
-
- No changes this release.
|
|
66
|
-
|
|
67
|
-
## [0.31.0]
|
|
68
|
-
### Changed
|
|
69
|
-
- **BREAKING:** Target `ES2020` ([#1247](https://github.com/MetaMask/snaps-monorepo/pull/1247))
|
|
70
|
-
|
|
71
|
-
## [0.30.0]
|
|
72
|
-
### Changed
|
|
73
|
-
- No changes this release.
|
|
74
|
-
|
|
75
|
-
## [0.29.0]
|
|
76
|
-
### Changed
|
|
77
|
-
- No changes this release.
|
|
78
|
-
|
|
79
|
-
## [0.28.0]
|
|
80
|
-
### Changed
|
|
81
|
-
- No changes this release.
|
|
82
|
-
|
|
83
|
-
## [0.27.1]
|
|
84
|
-
### Changed
|
|
85
|
-
- No changes this release.
|
|
86
|
-
|
|
87
|
-
## [0.27.0]
|
|
88
|
-
### Changed
|
|
89
|
-
- No changes this release.
|
|
90
|
-
|
|
91
|
-
## [0.26.2]
|
|
92
|
-
### Changed
|
|
93
|
-
- No changes this release.
|
|
94
|
-
|
|
95
|
-
## [0.26.1]
|
|
96
|
-
### Changed
|
|
97
|
-
- No changes this release.
|
|
98
|
-
|
|
99
|
-
## [0.26.0]
|
|
100
|
-
### Changed
|
|
101
|
-
- No changes this release.
|
|
102
|
-
|
|
103
|
-
## [0.25.0]
|
|
104
|
-
### Changed
|
|
105
|
-
- No changes this release.
|
|
106
|
-
|
|
107
|
-
## [0.24.1]
|
|
108
|
-
### Changed
|
|
109
|
-
- No changes this release.
|
|
110
|
-
|
|
111
|
-
## [0.24.0]
|
|
112
|
-
### Added
|
|
113
|
-
- Add compile-time warning when using `Math.random` ([#950](https://github.com/MetaMask/snaps-monorepo/pull/950))
|
|
114
|
-
|
|
115
|
-
### Changed
|
|
116
|
-
- **BREAKING:** Rename package to start with `snaps-` ([#937](https://github.com/MetaMask/snaps-monorepo/pull/937))
|
|
117
|
-
|
|
118
|
-
## [0.23.0]
|
|
119
|
-
### Changed
|
|
120
|
-
- No changes this release.
|
|
121
|
-
|
|
122
|
-
## [0.22.3]
|
|
123
|
-
### Changed
|
|
124
|
-
- No changes this release.
|
|
125
|
-
|
|
126
|
-
## [0.22.2]
|
|
127
|
-
### Changed
|
|
128
|
-
- No changes this release.
|
|
129
|
-
|
|
130
|
-
## [0.22.1]
|
|
131
|
-
### Changed
|
|
132
|
-
- No changes this release.
|
|
11
|
+
- Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680))
|
|
133
12
|
|
|
134
|
-
## [0.
|
|
13
|
+
## [0.37.2-flask.1]
|
|
135
14
|
### Changed
|
|
136
|
-
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
### Added
|
|
140
|
-
- Run eval and fix manifest in bundler plugins ([#731](https://github.com/MetaMask/snaps-monorepo/pull/731))
|
|
141
|
-
|
|
142
|
-
## [0.20.0]
|
|
143
|
-
### Changed
|
|
144
|
-
- No changes this release.
|
|
145
|
-
|
|
146
|
-
## [0.19.1]
|
|
147
|
-
### Added
|
|
148
|
-
- Generate source maps from modified code ([#615](https://github.com/MetaMask/snaps-monorepo/pull/615))
|
|
149
|
-
|
|
150
|
-
## [0.19.0]
|
|
151
|
-
### Changed
|
|
152
|
-
- No changes this release.
|
|
153
|
-
|
|
154
|
-
## [0.18.1]
|
|
155
|
-
### Changed
|
|
156
|
-
- No changes this release.
|
|
157
|
-
|
|
158
|
-
## [0.18.0]
|
|
159
|
-
### Changed
|
|
160
|
-
- Reduce TypeScript compilation target to ES2017 ([#628](https://github.com/MetaMask/snaps-monorepo/pull/628))
|
|
161
|
-
|
|
162
|
-
## [0.17.0]
|
|
163
|
-
### Changed
|
|
164
|
-
- **BREAKING:** Bump minimum Node version to 16 ([#601](https://github.com/MetaMask/snaps-monorepo/pull/601))
|
|
165
|
-
|
|
166
|
-
## [0.16.0]
|
|
167
|
-
### Changed
|
|
168
|
-
- No changes this release.
|
|
169
|
-
|
|
170
|
-
## [0.15.0]
|
|
171
|
-
### Changed
|
|
172
|
-
- No changes this release.
|
|
173
|
-
|
|
174
|
-
## [0.14.0]
|
|
175
|
-
### Fixed
|
|
176
|
-
- Actually publish package contents ([#449](https://github.com/MetaMask/snaps-monorepo/pull/449))
|
|
177
|
-
- Package contents were omitted from the previous version due to a build failure.
|
|
178
|
-
|
|
179
|
-
## [0.13.0]
|
|
180
|
-
### Added
|
|
181
|
-
- Initial release ([#431](https://github.com/MetaMask/snaps-monorepo/pull/431))
|
|
15
|
+
- Release package independently ([#1600](https://github.com/MetaMask/snaps/pull/1600))
|
|
16
|
+
- The version of the package no longer needs to match the version of all other
|
|
17
|
+
MetaMask Snaps packages.
|
|
182
18
|
|
|
183
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/
|
|
184
|
-
[0.37.
|
|
185
|
-
[0.37.
|
|
186
|
-
[0.36.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.36.0-flask.1...v0.36.1-flask.1
|
|
187
|
-
[0.36.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.2-flask.1...v0.36.0-flask.1
|
|
188
|
-
[0.35.2-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.1-flask.1...v0.35.2-flask.1
|
|
189
|
-
[0.35.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.35.0-flask.1...v0.35.1-flask.1
|
|
190
|
-
[0.35.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.1-flask.1...v0.35.0-flask.1
|
|
191
|
-
[0.34.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.0-flask.1...v0.34.1-flask.1
|
|
192
|
-
[0.34.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.1-flask.1...v0.34.0-flask.1
|
|
193
|
-
[0.33.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.0-flask.1...v0.33.1-flask.1
|
|
194
|
-
[0.33.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.32.2...v0.33.0-flask.1
|
|
195
|
-
[0.32.2]: https://github.com/MetaMask/snaps/compare/v0.32.1...v0.32.2
|
|
196
|
-
[0.32.1]: https://github.com/MetaMask/snaps/compare/v0.32.0...v0.32.1
|
|
197
|
-
[0.32.0]: https://github.com/MetaMask/snaps/compare/v0.31.0...v0.32.0
|
|
198
|
-
[0.31.0]: https://github.com/MetaMask/snaps/compare/v0.30.0...v0.31.0
|
|
199
|
-
[0.30.0]: https://github.com/MetaMask/snaps/compare/v0.29.0...v0.30.0
|
|
200
|
-
[0.29.0]: https://github.com/MetaMask/snaps/compare/v0.28.0...v0.29.0
|
|
201
|
-
[0.28.0]: https://github.com/MetaMask/snaps/compare/v0.27.1...v0.28.0
|
|
202
|
-
[0.27.1]: https://github.com/MetaMask/snaps/compare/v0.27.0...v0.27.1
|
|
203
|
-
[0.27.0]: https://github.com/MetaMask/snaps/compare/v0.26.2...v0.27.0
|
|
204
|
-
[0.26.2]: https://github.com/MetaMask/snaps/compare/v0.26.1...v0.26.2
|
|
205
|
-
[0.26.1]: https://github.com/MetaMask/snaps/compare/v0.26.0...v0.26.1
|
|
206
|
-
[0.26.0]: https://github.com/MetaMask/snaps/compare/v0.25.0...v0.26.0
|
|
207
|
-
[0.25.0]: https://github.com/MetaMask/snaps/compare/v0.24.1...v0.25.0
|
|
208
|
-
[0.24.1]: https://github.com/MetaMask/snaps/compare/v0.24.0...v0.24.1
|
|
209
|
-
[0.24.0]: https://github.com/MetaMask/snaps/compare/v0.23.0...v0.24.0
|
|
210
|
-
[0.23.0]: https://github.com/MetaMask/snaps/compare/v0.22.3...v0.23.0
|
|
211
|
-
[0.22.3]: https://github.com/MetaMask/snaps/compare/v0.22.2...v0.22.3
|
|
212
|
-
[0.22.2]: https://github.com/MetaMask/snaps/compare/v0.22.1...v0.22.2
|
|
213
|
-
[0.22.1]: https://github.com/MetaMask/snaps/compare/v0.22.0...v0.22.1
|
|
214
|
-
[0.22.0]: https://github.com/MetaMask/snaps/compare/v0.21.0...v0.22.0
|
|
215
|
-
[0.21.0]: https://github.com/MetaMask/snaps/compare/v0.20.0...v0.21.0
|
|
216
|
-
[0.20.0]: https://github.com/MetaMask/snaps/compare/v0.19.1...v0.20.0
|
|
217
|
-
[0.19.1]: https://github.com/MetaMask/snaps/compare/v0.19.0...v0.19.1
|
|
218
|
-
[0.19.0]: https://github.com/MetaMask/snaps/compare/v0.18.1...v0.19.0
|
|
219
|
-
[0.18.1]: https://github.com/MetaMask/snaps/compare/v0.18.0...v0.18.1
|
|
220
|
-
[0.18.0]: https://github.com/MetaMask/snaps/compare/v0.17.0...v0.18.0
|
|
221
|
-
[0.17.0]: https://github.com/MetaMask/snaps/compare/v0.16.0...v0.17.0
|
|
222
|
-
[0.16.0]: https://github.com/MetaMask/snaps/compare/v0.15.0...v0.16.0
|
|
223
|
-
[0.15.0]: https://github.com/MetaMask/snaps/compare/v0.14.0...v0.15.0
|
|
224
|
-
[0.14.0]: https://github.com/MetaMask/snaps/compare/v0.13.0...v0.14.0
|
|
225
|
-
[0.13.0]: https://github.com/MetaMask/snaps/releases/tag/v0.13.0
|
|
19
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@0.37.3-flask.1...HEAD
|
|
20
|
+
[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
|
|
21
|
+
[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": "0.37.
|
|
3
|
+
"version": "0.37.3-flask.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"rollup",
|
|
6
6
|
"rollup-plugin"
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"test:ci": "yarn test",
|
|
25
25
|
"lint:eslint": "eslint . --cache --ext js,ts,jsx,tsx",
|
|
26
26
|
"lint:misc": "prettier --no-error-on-unmatched-pattern --loglevel warn \"**/*.json\" \"**/*.md\" \"**/*.html\" \"!CHANGELOG.md\" --ignore-path ../../.gitignore",
|
|
27
|
-
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog",
|
|
27
|
+
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog && yarn lint:dependencies",
|
|
28
28
|
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
|
|
29
|
-
"lint:changelog": "
|
|
29
|
+
"lint:changelog": "../../scripts/validate-changelog.sh @metamask/snaps-rollup-plugin",
|
|
30
30
|
"build": "yarn build:source && yarn build:types",
|
|
31
31
|
"build:source": "yarn build:esm && yarn build:cjs",
|
|
32
32
|
"build:types": "tsc --project tsconfig.build.json",
|
|
@@ -36,10 +36,11 @@
|
|
|
36
36
|
"clean": "rimraf '*.tsbuildinfo' 'dist'",
|
|
37
37
|
"prepare-manifest:preview": "../../scripts/prepare-preview-manifest.sh",
|
|
38
38
|
"publish:preview": "yarn npm publish --tag preview",
|
|
39
|
-
"lint:ci": "yarn lint"
|
|
39
|
+
"lint:ci": "yarn lint",
|
|
40
|
+
"lint:dependencies": "depcheck"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
42
|
-
"@metamask/snaps-utils": "^0.
|
|
43
|
+
"@metamask/snaps-utils": "^0.38.2-flask.1"
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
45
46
|
"@lavamoat/allow-scripts": "^2.3.1",
|
|
@@ -50,12 +51,13 @@
|
|
|
50
51
|
"@metamask/eslint-config-typescript": "^12.1.0",
|
|
51
52
|
"@rollup/plugin-virtual": "^2.1.0",
|
|
52
53
|
"@swc/cli": "^0.1.62",
|
|
53
|
-
"@swc/core": "
|
|
54
|
+
"@swc/core": "1.3.78",
|
|
54
55
|
"@swc/jest": "^0.2.26",
|
|
55
56
|
"@types/jest": "^27.5.1",
|
|
56
57
|
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
57
58
|
"@typescript-eslint/parser": "^5.42.1",
|
|
58
59
|
"deepmerge": "^4.2.2",
|
|
60
|
+
"depcheck": "^1.4.5",
|
|
59
61
|
"eslint": "^8.27.0",
|
|
60
62
|
"eslint-config-prettier": "^8.5.0",
|
|
61
63
|
"eslint-plugin-import": "^2.26.0",
|