@metamask/snaps-rollup-plugin 4.0.0 → 4.0.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 +6 -1
- package/dist/{chunk-GQVPCX7R.mjs → chunk-2G6JCXEG.mjs} +1 -1
- package/dist/{chunk-SLRY33B7.js → chunk-EF3WG6EL.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/plugin.js +2 -2
- package/dist/plugin.mjs +1 -1
- package/package.json +2 -2
- /package/dist/{chunk-GQVPCX7R.mjs.map → chunk-2G6JCXEG.mjs.map} +0 -0
- /package/dist/{chunk-SLRY33B7.js.map → chunk-EF3WG6EL.js.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.0.1]
|
|
10
|
+
### Fixed
|
|
11
|
+
- Fix minor build configuration problems ([#2220](https://github.com/MetaMask/snaps/pull/2220))
|
|
12
|
+
|
|
9
13
|
## [4.0.0]
|
|
10
14
|
### Changed
|
|
11
15
|
- **BREAKING:** Update ESM build to be fully compliant with the ESM standard ([#2210](https://github.com/MetaMask/snaps/pull/2210))
|
|
@@ -36,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
36
40
|
- The version of the package no longer needs to match the version of all other
|
|
37
41
|
MetaMask Snaps packages.
|
|
38
42
|
|
|
39
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.
|
|
43
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.1...HEAD
|
|
44
|
+
[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@4.0.0...@metamask/snaps-rollup-plugin@4.0.1
|
|
40
45
|
[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.2...@metamask/snaps-rollup-plugin@4.0.0
|
|
41
46
|
[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.1...@metamask/snaps-rollup-plugin@3.0.2
|
|
42
47
|
[3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-rollup-plugin@3.0.0...@metamask/snaps-rollup-plugin@3.0.1
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkEF3WG6ELjs = require('./chunk-EF3WG6EL.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
exports.default =
|
|
6
|
+
exports.default = _chunkEF3WG6ELjs.snaps;
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
package/dist/plugin.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkEF3WG6ELjs = require('./chunk-EF3WG6EL.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
exports.default =
|
|
6
|
+
exports.default = _chunkEF3WG6ELjs.snaps;
|
|
7
7
|
//# sourceMappingURL=plugin.js.map
|
package/dist/plugin.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-rollup-plugin",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"rollup",
|
|
6
6
|
"rollup-plugin"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"build:ci": "tsup --clean"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@metamask/snaps-utils": "^7.0.
|
|
45
|
+
"@metamask/snaps-utils": "^7.0.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@lavamoat/allow-scripts": "^3.0.2",
|
|
File without changes
|
|
File without changes
|