rollup 2.61.0 → 2.61.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,18 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.61.1
4
+
5
+ _2021-12-11_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Only resolve this.load once the code of the module is available (#4296)
10
+
11
+ ### Pull Requests
12
+
13
+ - [#4296](https://github.com/rollup/rollup/pull/4296): Make sure this.load waits for modules that are already loading (@lukastaegert)
14
+ - [#4298](https://github.com/rollup/rollup/pull/4298): use set for reserved words (@dnalborczyk)
15
+
3
16
  ## 2.61.0
4
17
 
5
18
  _2021-12-09_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.61.0
6
- Thu, 09 Dec 2021 05:43:43 GMT - commit 49d41f78987a1dd13488df009fe2db1b5d1b6e7c
5
+ Rollup.js v2.61.1
6
+ Sat, 11 Dec 2021 06:17:07 GMT - commit 2e91c85fc95bc722e5a7141d7fa0acde4aab61aa
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup