@metamask/snaps-rollup-plugin 0.32.2 → 0.33.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 +178 -0
- package/package.json +9 -10
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
All notable changes to this project will be documented in this file.
|
|
3
|
+
|
|
4
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
|
+
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [0.33.1-flask.1]
|
|
10
|
+
### Changed
|
|
11
|
+
- No changes this release.
|
|
12
|
+
|
|
13
|
+
## [0.33.0-flask.1]
|
|
14
|
+
### Changed
|
|
15
|
+
- No changes this release.
|
|
16
|
+
|
|
17
|
+
## [0.32.2]
|
|
18
|
+
### Changed
|
|
19
|
+
- No changes this release.
|
|
20
|
+
|
|
21
|
+
## [0.32.1]
|
|
22
|
+
### Changed
|
|
23
|
+
- No changes this release.
|
|
24
|
+
|
|
25
|
+
## [0.32.0]
|
|
26
|
+
### Changed
|
|
27
|
+
- No changes this release.
|
|
28
|
+
|
|
29
|
+
## [0.31.0]
|
|
30
|
+
### Changed
|
|
31
|
+
- **BREAKING:** Target `ES2020` ([#1247](https://github.com/MetaMask/snaps-monorepo/pull/1247))
|
|
32
|
+
|
|
33
|
+
## [0.30.0]
|
|
34
|
+
### Changed
|
|
35
|
+
- No changes this release.
|
|
36
|
+
|
|
37
|
+
## [0.29.0]
|
|
38
|
+
### Changed
|
|
39
|
+
- No changes this release.
|
|
40
|
+
|
|
41
|
+
## [0.28.0]
|
|
42
|
+
### Changed
|
|
43
|
+
- No changes this release.
|
|
44
|
+
|
|
45
|
+
## [0.27.1]
|
|
46
|
+
### Changed
|
|
47
|
+
- No changes this release.
|
|
48
|
+
|
|
49
|
+
## [0.27.0]
|
|
50
|
+
### Changed
|
|
51
|
+
- No changes this release.
|
|
52
|
+
|
|
53
|
+
## [0.26.2]
|
|
54
|
+
### Changed
|
|
55
|
+
- No changes this release.
|
|
56
|
+
|
|
57
|
+
## [0.26.1]
|
|
58
|
+
### Changed
|
|
59
|
+
- No changes this release.
|
|
60
|
+
|
|
61
|
+
## [0.26.0]
|
|
62
|
+
### Changed
|
|
63
|
+
- No changes this release.
|
|
64
|
+
|
|
65
|
+
## [0.25.0]
|
|
66
|
+
### Changed
|
|
67
|
+
- No changes this release.
|
|
68
|
+
|
|
69
|
+
## [0.24.1]
|
|
70
|
+
### Changed
|
|
71
|
+
- No changes this release.
|
|
72
|
+
|
|
73
|
+
## [0.24.0]
|
|
74
|
+
### Added
|
|
75
|
+
- Add compile-time warning when using `Math.random` ([#950](https://github.com/MetaMask/snaps-monorepo/pull/950))
|
|
76
|
+
|
|
77
|
+
### Changed
|
|
78
|
+
- **BREAKING:** Rename package to start with `snaps-` ([#937](https://github.com/MetaMask/snaps-monorepo/pull/937))
|
|
79
|
+
|
|
80
|
+
## [0.23.0]
|
|
81
|
+
### Changed
|
|
82
|
+
- No changes this release.
|
|
83
|
+
|
|
84
|
+
## [0.22.3]
|
|
85
|
+
### Changed
|
|
86
|
+
- No changes this release.
|
|
87
|
+
|
|
88
|
+
## [0.22.2]
|
|
89
|
+
### Changed
|
|
90
|
+
- No changes this release.
|
|
91
|
+
|
|
92
|
+
## [0.22.1]
|
|
93
|
+
### Changed
|
|
94
|
+
- No changes this release.
|
|
95
|
+
|
|
96
|
+
## [0.22.0]
|
|
97
|
+
### Changed
|
|
98
|
+
- No changes this release.
|
|
99
|
+
|
|
100
|
+
## [0.21.0]
|
|
101
|
+
### Added
|
|
102
|
+
- Run eval and fix manifest in bundler plugins ([#731](https://github.com/MetaMask/snaps-monorepo/pull/731))
|
|
103
|
+
|
|
104
|
+
## [0.20.0]
|
|
105
|
+
### Changed
|
|
106
|
+
- No changes this release.
|
|
107
|
+
|
|
108
|
+
## [0.19.1]
|
|
109
|
+
### Added
|
|
110
|
+
- Generate source maps from modified code ([#615](https://github.com/MetaMask/snaps-monorepo/pull/615))
|
|
111
|
+
|
|
112
|
+
## [0.19.0]
|
|
113
|
+
### Changed
|
|
114
|
+
- No changes this release.
|
|
115
|
+
|
|
116
|
+
## [0.18.1]
|
|
117
|
+
### Changed
|
|
118
|
+
- No changes this release.
|
|
119
|
+
|
|
120
|
+
## [0.18.0]
|
|
121
|
+
### Changed
|
|
122
|
+
- Reduce TypeScript compilation target to ES2017 ([#628](https://github.com/MetaMask/snaps-monorepo/pull/628))
|
|
123
|
+
|
|
124
|
+
## [0.17.0]
|
|
125
|
+
### Changed
|
|
126
|
+
- **BREAKING:** Bump minimum Node version to 16 ([#601](https://github.com/MetaMask/snaps-monorepo/pull/601))
|
|
127
|
+
|
|
128
|
+
## [0.16.0]
|
|
129
|
+
### Changed
|
|
130
|
+
- No changes this release.
|
|
131
|
+
|
|
132
|
+
## [0.15.0]
|
|
133
|
+
### Changed
|
|
134
|
+
- No changes this release.
|
|
135
|
+
|
|
136
|
+
## [0.14.0]
|
|
137
|
+
### Fixed
|
|
138
|
+
- Actually publish package contents ([#449](https://github.com/MetaMask/snaps-monorepo/pull/449))
|
|
139
|
+
- Package contents were omitted from the previous version due to a build failure.
|
|
140
|
+
|
|
141
|
+
## [0.13.0]
|
|
142
|
+
### Added
|
|
143
|
+
- Initial release ([#431](https://github.com/MetaMask/snaps-monorepo/pull/431))
|
|
144
|
+
|
|
145
|
+
[Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.33.1-flask.1...HEAD
|
|
146
|
+
[0.33.1-flask.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.33.0-flask.1...v0.33.1-flask.1
|
|
147
|
+
[0.33.0-flask.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.2...v0.33.0-flask.1
|
|
148
|
+
[0.32.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.1...v0.32.2
|
|
149
|
+
[0.32.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.0...v0.32.1
|
|
150
|
+
[0.32.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.31.0...v0.32.0
|
|
151
|
+
[0.31.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.30.0...v0.31.0
|
|
152
|
+
[0.30.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.29.0...v0.30.0
|
|
153
|
+
[0.29.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.28.0...v0.29.0
|
|
154
|
+
[0.28.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...v0.28.0
|
|
155
|
+
[0.27.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.0...v0.27.1
|
|
156
|
+
[0.27.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.2...v0.27.0
|
|
157
|
+
[0.26.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...v0.26.2
|
|
158
|
+
[0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1
|
|
159
|
+
[0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0
|
|
160
|
+
[0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0
|
|
161
|
+
[0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1
|
|
162
|
+
[0.24.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...v0.24.0
|
|
163
|
+
[0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0
|
|
164
|
+
[0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3
|
|
165
|
+
[0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2
|
|
166
|
+
[0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1
|
|
167
|
+
[0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0
|
|
168
|
+
[0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0
|
|
169
|
+
[0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0
|
|
170
|
+
[0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1
|
|
171
|
+
[0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0
|
|
172
|
+
[0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1
|
|
173
|
+
[0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0
|
|
174
|
+
[0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0
|
|
175
|
+
[0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0
|
|
176
|
+
[0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0
|
|
177
|
+
[0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0
|
|
178
|
+
[0.13.0]: https://github.com/MetaMask/snaps-monorepo/releases/tag/v0.13.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-rollup-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.1-flask.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"rollup",
|
|
6
6
|
"rollup-plugin"
|
|
@@ -27,14 +27,13 @@
|
|
|
27
27
|
"build:clean": "yarn clean && yarn build",
|
|
28
28
|
"clean": "rimraf '*.tsbuildinfo' 'dist/*'",
|
|
29
29
|
"prepare-manifest:preview": "../../scripts/prepare-preview-manifest.sh",
|
|
30
|
-
"publish:preview": "yarn npm publish --tag preview"
|
|
31
|
-
"publish:package": "../../scripts/publish-package.sh"
|
|
30
|
+
"publish:preview": "yarn npm publish --tag preview"
|
|
32
31
|
},
|
|
33
32
|
"dependencies": {
|
|
34
|
-
"@metamask/snaps-utils": "^0.
|
|
33
|
+
"@metamask/snaps-utils": "^0.33.1-flask.1"
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
37
|
-
"@lavamoat/allow-scripts": "^2.
|
|
36
|
+
"@lavamoat/allow-scripts": "^2.3.1",
|
|
38
37
|
"@metamask/auto-changelog": "^3.1.0",
|
|
39
38
|
"@metamask/eslint-config": "^11.0.0",
|
|
40
39
|
"@metamask/eslint-config-jest": "^11.0.0",
|
|
@@ -54,12 +53,12 @@
|
|
|
54
53
|
"eslint-plugin-prettier": "^4.2.1",
|
|
55
54
|
"jest": "^29.0.2",
|
|
56
55
|
"jest-it-up": "^2.0.0",
|
|
57
|
-
"memfs": "^3.4.
|
|
56
|
+
"memfs": "^3.4.13",
|
|
58
57
|
"prettier": "^2.7.1",
|
|
59
58
|
"prettier-plugin-packagejson": "^2.2.11",
|
|
60
|
-
"rimraf": "^
|
|
61
|
-
"rollup": "^2.
|
|
62
|
-
"ts-jest": "^29.0.
|
|
59
|
+
"rimraf": "^4.1.2",
|
|
60
|
+
"rollup": "^2.73.0",
|
|
61
|
+
"ts-jest": "^29.0.2",
|
|
63
62
|
"typescript": "~4.8.4"
|
|
64
63
|
},
|
|
65
64
|
"engines": {
|
|
@@ -69,4 +68,4 @@
|
|
|
69
68
|
"access": "public",
|
|
70
69
|
"registry": "https://registry.npmjs.org/"
|
|
71
70
|
}
|
|
72
|
-
}
|
|
71
|
+
}
|