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