@metamask/snaps-rollup-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +173 -0
  2. package/package.json +9 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,173 @@
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
+ ## [0.30.0]
30
+ ### Changed
31
+ - No changes this release.
32
+
33
+ ## [0.29.0]
34
+ ### Changed
35
+ - No changes this release.
36
+
37
+ ## [0.28.0]
38
+ ### Changed
39
+ - No changes this release.
40
+
41
+ ## [0.27.1]
42
+ ### Changed
43
+ - No changes this release.
44
+
45
+ ## [0.27.0]
46
+ ### Changed
47
+ - No changes this release.
48
+
49
+ ## [0.26.2]
50
+ ### Changed
51
+ - No changes this release.
52
+
53
+ ## [0.26.1]
54
+ ### Changed
55
+ - No changes this release.
56
+
57
+ ## [0.26.0]
58
+ ### Changed
59
+ - No changes this release.
60
+
61
+ ## [0.25.0]
62
+ ### Changed
63
+ - No changes this release.
64
+
65
+ ## [0.24.1]
66
+ ### Changed
67
+ - No changes this release.
68
+
69
+ ## [0.24.0]
70
+ ### Added
71
+ - Add compile-time warning when using `Math.random` ([#950](https://github.com/MetaMask/snaps-monorepo/pull/950))
72
+
73
+ ### Changed
74
+ - **BREAKING:** Rename package to start with `snaps-` ([#937](https://github.com/MetaMask/snaps-monorepo/pull/937))
75
+
76
+ ## [0.23.0]
77
+ ### Changed
78
+ - No changes this release.
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
+ ### Changed
130
+ - No changes this release.
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
+ ### Added
139
+ - Initial release ([#431](https://github.com/MetaMask/snaps-monorepo/pull/431))
140
+
141
+ [Unreleased]: https://github.com/MetaMask/snaps-monorepo/compare/v0.33.0-flask.1...HEAD
142
+ [0.33.0-flask.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.2...v0.33.0-flask.1
143
+ [0.32.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.1...v0.32.2
144
+ [0.32.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.32.0...v0.32.1
145
+ [0.32.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.31.0...v0.32.0
146
+ [0.31.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.30.0...v0.31.0
147
+ [0.30.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.29.0...v0.30.0
148
+ [0.29.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.28.0...v0.29.0
149
+ [0.28.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.1...v0.28.0
150
+ [0.27.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.27.0...v0.27.1
151
+ [0.27.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.2...v0.27.0
152
+ [0.26.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.1...v0.26.2
153
+ [0.26.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.26.0...v0.26.1
154
+ [0.26.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.25.0...v0.26.0
155
+ [0.25.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.1...v0.25.0
156
+ [0.24.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.24.0...v0.24.1
157
+ [0.24.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.23.0...v0.24.0
158
+ [0.23.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.3...v0.23.0
159
+ [0.22.3]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.2...v0.22.3
160
+ [0.22.2]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.1...v0.22.2
161
+ [0.22.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.22.0...v0.22.1
162
+ [0.22.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.21.0...v0.22.0
163
+ [0.21.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.20.0...v0.21.0
164
+ [0.20.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.1...v0.20.0
165
+ [0.19.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.19.0...v0.19.1
166
+ [0.19.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.1...v0.19.0
167
+ [0.18.1]: https://github.com/MetaMask/snaps-monorepo/compare/v0.18.0...v0.18.1
168
+ [0.18.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.17.0...v0.18.0
169
+ [0.17.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.16.0...v0.17.0
170
+ [0.16.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.15.0...v0.16.0
171
+ [0.15.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.14.0...v0.15.0
172
+ [0.14.0]: https://github.com/MetaMask/snaps-monorepo/compare/v0.13.0...v0.14.0
173
+ [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.32.1",
3
+ "version": "0.33.0-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.32.1"
33
+ "@metamask/snaps-utils": "^0.33.0-flask.1"
35
34
  },
36
35
  "devDependencies": {
37
- "@lavamoat/allow-scripts": "^2.0.3",
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.7",
56
+ "memfs": "^3.4.13",
58
57
  "prettier": "^2.7.1",
59
58
  "prettier-plugin-packagejson": "^2.2.11",
60
- "rimraf": "^3.0.2",
61
- "rollup": "^2.72.1",
62
- "ts-jest": "^29.0.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
+ }