@metamask/snaps-rollup-plugin 0.27.1 → 0.29.0

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.
@@ -2,5 +2,6 @@
2
2
  // This file is only used for testing source map generation.
3
3
  // eslint-disable-next-line import/unambiguous
4
4
  const foo = 'bar';
5
+ // eslint-disable-next-line no-console
5
6
  console.log(foo);
6
7
  //# sourceMappingURL=source-map.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"source-map.js","sourceRoot":"","sources":["../../src/__fixtures__/source-map.ts"],"names":[],"mappings":";AAAA,4DAA4D;AAE5D,8CAA8C;AAC9C,MAAM,GAAG,GAAG,KAAK,CAAC;AAClB,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","sourcesContent":["// This file is only used for testing source map generation.\n\n// eslint-disable-next-line import/unambiguous\nconst foo = 'bar';\nconsole.log(foo);\n"]}
1
+ {"version":3,"file":"source-map.js","sourceRoot":"","sources":["../../src/__fixtures__/source-map.ts"],"names":[],"mappings":";AAAA,4DAA4D;AAE5D,8CAA8C;AAC9C,MAAM,GAAG,GAAG,KAAK,CAAC;AAClB,sCAAsC;AACtC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC","sourcesContent":["// This file is only used for testing source map generation.\n\n// eslint-disable-next-line import/unambiguous\nconst foo = 'bar';\n// eslint-disable-next-line no-console\nconsole.log(foo);\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-rollup-plugin",
3
- "version": "0.27.1",
3
+ "version": "0.29.0",
4
4
  "keywords": [
5
5
  "rollup",
6
6
  "rollup-plugin"
@@ -29,7 +29,7 @@
29
29
  "publish:package": "../../scripts/publish-package.sh"
30
30
  },
31
31
  "dependencies": {
32
- "@metamask/snaps-utils": "^0.27.1"
32
+ "@metamask/snaps-utils": "^0.29.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@lavamoat/allow-scripts": "^2.0.3",