@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 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.0...HEAD
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
@@ -68,4 +68,4 @@ ${warnings.join(
68
68
  export {
69
69
  snaps
70
70
  };
71
- //# sourceMappingURL=chunk-GQVPCX7R.mjs.map
71
+ //# sourceMappingURL=chunk-2G6JCXEG.mjs.map
@@ -68,4 +68,4 @@ ${warnings.join(
68
68
 
69
69
 
70
70
  exports.snaps = snaps;
71
- //# sourceMappingURL=chunk-SLRY33B7.js.map
71
+ //# sourceMappingURL=chunk-EF3WG6EL.js.map
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkSLRY33B7js = require('./chunk-SLRY33B7.js');
3
+ var _chunkEF3WG6ELjs = require('./chunk-EF3WG6EL.js');
4
4
 
5
5
 
6
- exports.default = _chunkSLRY33B7js.snaps;
6
+ exports.default = _chunkEF3WG6ELjs.snaps;
7
7
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  snaps
3
- } from "./chunk-GQVPCX7R.mjs";
3
+ } from "./chunk-2G6JCXEG.mjs";
4
4
  export {
5
5
  snaps as default
6
6
  };
package/dist/plugin.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkSLRY33B7js = require('./chunk-SLRY33B7.js');
3
+ var _chunkEF3WG6ELjs = require('./chunk-EF3WG6EL.js');
4
4
 
5
5
 
6
- exports.default = _chunkSLRY33B7js.snaps;
6
+ exports.default = _chunkEF3WG6ELjs.snaps;
7
7
  //# sourceMappingURL=plugin.js.map
package/dist/plugin.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  snaps
3
- } from "./chunk-GQVPCX7R.mjs";
3
+ } from "./chunk-2G6JCXEG.mjs";
4
4
  export {
5
5
  snaps as default
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-rollup-plugin",
3
- "version": "4.0.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.0"
45
+ "@metamask/snaps-utils": "^7.0.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@lavamoat/allow-scripts": "^3.0.2",