rollup 2.77.0 → 2.77.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
@@ -1,5 +1,20 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.77.1
4
+
5
+ _2022-07-26_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Ensure IIFE output generates a global variable when generating ES5 (#4588)
10
+
11
+ ### Pull Requests
12
+
13
+ - [#4577](https://github.com/rollup/rollup/pull/4577): broken link removed (@Jawad-H)
14
+ - [#4580](https://github.com/rollup/rollup/pull/4580): Update dependencies (@lukastaegert)
15
+ - [#4584](https://github.com/rollup/rollup/pull/4584): Documentation clarity and syntax improvements (@berniegp)
16
+ - [#4588](https://github.com/rollup/rollup/pull/4588): Use var for IIFE (@lukastaegert)
17
+
3
18
  ## 2.77.0
4
19
 
5
20
  _2022-07-15_
package/README.md CHANGED
@@ -21,9 +21,7 @@
21
21
  <a href="https://github.com/rollup/rollup/blob/master/LICENSE.md">
22
22
  <img src="https://img.shields.io/npm/l/rollup.svg" alt="license">
23
23
  </a>
24
- <a href="https://david-dm.org/rollup/rollup">
25
- <img src="https://david-dm.org/rollup/rollup/status.svg" alt="dependency status">
26
- </a>
24
+
27
25
  <a href='https://is.gd/rollup_chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge'>
28
26
  <img src='https://img.shields.io/discord/466787075518365708?color=778cd1&label=chat' alt='Join the chat at https://is.gd/rollup_chat'>
29
27
  </a>
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.77.0
6
- Fri, 15 Jul 2022 10:23:18 GMT - commit 87da8ef24f61d6601dc550026fc59f8066bbb95d
5
+ Rollup.js v2.77.1
6
+ Tue, 26 Jul 2022 08:02:21 GMT - commit 3be1609e95cf81046bb325b3e3c1cb23a7e972b7
7
7
 
8
8
  https://github.com/rollup/rollup
9
9