rollup 2.65.0 → 2.66.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.66.0
4
+
5
+ _2022-01-22_
6
+
7
+ ### Features
8
+
9
+ - Note if a module has a default export in ModuleInfo to allow writing better proxy modules (#4356)
10
+ - Add option to wait until all imported ids have been resolved when awaiting `this.load` (#4358)
11
+
12
+ ### Pull Requests
13
+
14
+ - [#4356](https://github.com/rollup/rollup/pull/4356): Add hasDefaultExport to ModuleInfo (@lukastaegert)
15
+ - [#4358](https://github.com/rollup/rollup/pull/4358): Add "resolveDependencies" option to "this.load" (@lukastaegert)
16
+
3
17
  ## 2.65.0
4
18
 
5
19
  _2022-01-21_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.65.0
6
- Fri, 21 Jan 2022 07:42:35 GMT - commit bebc50ddb613d240a03988d51787fd71b1a3914f
5
+ Rollup.js v2.66.0
6
+ Sat, 22 Jan 2022 06:33:58 GMT - commit 3ca594eb98846b6bca32a0280931b8356c522e0d
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup