rollup 2.58.1 → 2.59.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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.58.1
4
- Mon, 25 Oct 2021 04:22:14 GMT - commit 6a3d6d1f12cf2c5754599ed30c140f7d36eecc2b
3
+ Rollup.js v2.59.0
4
+ Mon, 01 Nov 2021 06:11:12 GMT - commit 66b3139b4be1d52342088dc00ef89fb9412f639a
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.58.1
4
- Mon, 25 Oct 2021 04:22:14 GMT - commit 6a3d6d1f12cf2c5754599ed30c140f7d36eecc2b
3
+ Rollup.js v2.59.0
4
+ Mon, 01 Nov 2021 06:11:12 GMT - commit 66b3139b4be1d52342088dc00ef89fb9412f639a
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "2.58.1",
3
+ "version": "2.59.0",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -124,6 +124,7 @@
124
124
  "dist/**/*.js",
125
125
  "dist/*.d.ts",
126
126
  "dist/bin/rollup",
127
+ "dist/es/package.json",
127
128
  "dist/rollup.browser.js.map"
128
129
  ],
129
130
  "engines": {