rollup 2.46.0 → 2.47.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,16 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.47.0
4
+ *2021-05-04*
5
+
6
+ ### Features
7
+ * Warn about ambiguous imports from combined external namespace reexports (#4064)
8
+ * In case of combined namespace reexports, always prefer local exports over external namespaces (#4064)
9
+ * Treat conflicting names in local namespace reexports as undefined (#4064)
10
+
11
+ ### Pull Requests
12
+ * [#4064](https://github.com/rollup/rollup/pull/4064): Prefer locally defined exports and reexports over external namespaces (@lukastaegert)
13
+
3
14
  ## 2.46.0
4
15
  *2021-04-29*
5
16
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.46.0
6
- Thu, 29 Apr 2021 05:09:38 GMT - commit 7927f3d0ca51b8346a0bedf09eb8746821fd651e
5
+ Rollup.js v2.47.0
6
+ Tue, 04 May 2021 05:02:40 GMT - commit 6cc9d6b5137dd80fef9618e97471f89f8fbc54ad
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup