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