@metamask/snaps-webpack-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +183 -0
  2. package/package.json +8 -9
package/CHANGELOG.md ADDED
@@ -0,0 +1,183 @@
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
+ ### Fixed
34
+ - Fix a few smaller issues when using the Webpack plugin with in-memory files ([#1225](https://github.com/MetaMask/snaps-monorepo/pull/1225))
35
+
36
+ ## [0.30.0]
37
+ ### Changed
38
+ - No changes this release.
39
+
40
+ ## [0.29.0]
41
+ ### Changed
42
+ - No changes this release.
43
+
44
+ ## [0.28.0]
45
+ ### Changed
46
+ - No changes this release.
47
+
48
+ ## [0.27.1]
49
+ ### Changed
50
+ - No changes this release.
51
+
52
+ ## [0.27.0]
53
+ ### Changed
54
+ - No changes this release.
55
+
56
+ ## [0.26.2]
57
+ ### Changed
58
+ - No changes this release.
59
+
60
+ ## [0.26.1]
61
+ ### Changed
62
+ - No changes this release.
63
+
64
+ ## [0.26.0]
65
+ ### Changed
66
+ - No changes this release.
67
+
68
+ ## [0.25.0]
69
+ ### Changed
70
+ - No changes this release.
71
+
72
+ ## [0.24.1]
73
+ ### Changed
74
+ - No changes this release.
75
+
76
+ ## [0.24.0]
77
+ ### Added
78
+ - Add compile-time warning when using `Math.random` ([#950](https://github.com/MetaMask/snaps-monorepo/pull/950))
79
+
80
+ ## [0.23.0]
81
+ ### Fixed
82
+ - Fix Webpack plugin issue with existing files ([#858](https://github.com/MetaMask/snaps-monorepo/pull/858))
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
+ ### Fixed
134
+ - Fix some typing issues ([#462](https://github.com/MetaMask/snaps-monorepo/pull/462))
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
+ ### Changed
143
+ - No changes this release.
144
+
145
+ ## [0.12.0]
146
+ ### Added
147
+ - Initial release ([#420](https://github.com/MetaMask/snaps-monorepo/pull/420))
148
+
149
+ [Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.33.1-flask.1...HEAD
150
+ [0.33.1-flask.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.33.0-flask.1...v0.33.1-flask.1
151
+ [0.33.0-flask.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.2...v0.33.0-flask.1
152
+ [0.32.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.1...v0.32.2
153
+ [0.32.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.0...v0.32.1
154
+ [0.32.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.31.0...v0.32.0
155
+ [0.31.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.30.0...v0.31.0
156
+ [0.30.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.29.0...v0.30.0
157
+ [0.29.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.28.0...v0.29.0
158
+ [0.28.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...v0.28.0
159
+ [0.27.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.0...v0.27.1
160
+ [0.27.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.2...v0.27.0
161
+ [0.26.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...v0.26.2
162
+ [0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1
163
+ [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0
164
+ [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0
165
+ [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1
166
+ [0.24.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...v0.24.0
167
+ [0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0
168
+ [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3
169
+ [0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2
170
+ [0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1
171
+ [0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0
172
+ [0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0
173
+ [0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0
174
+ [0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1
175
+ [0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0
176
+ [0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1
177
+ [0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0
178
+ [0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0
179
+ [0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0
180
+ [0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0
181
+ [0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0
182
+ [0.13.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.12.0...v0.13.0
183
+ [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.32.2",
3
+ "version": "0.33.1-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.32.2",
33
+ "@metamask/snaps-utils": "^0.33.1-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.0.3",
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.1",
58
+ "memfs": "^3.4.13",
60
59
  "prettier": "^2.7.1",
61
60
  "prettier-plugin-packagejson": "^2.2.11",
62
- "rimraf": "^3.0.2",
63
- "ts-jest": "^29.0.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
+ }