rollup 2.66.0 → 2.66.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.66.1
4
+
5
+ _2022-01-25_
6
+
7
+ ### Bug Fixes
8
+
9
+ - Only warn for conflicting names in namespace reexports if it actually causes problems (#4363)
10
+ - Only allow explicit exports or reexports as synthetic namespaces and hide them from namespace reexports (#4364)
11
+
12
+ ### Pull Requests
13
+
14
+ - [#4362](https://github.com/rollup/rollup/pull/4362): refactor: convert exportsByName object to map (@lukastaegert)
15
+ - [#4363](https://github.com/rollup/rollup/pull/4363): Do not warn unnecessarily for namespace conflicts (@lukastaegert)
16
+ - [#4364](https://github.com/rollup/rollup/pull/4364): Do not expose synthetic namespace export in entries and namespaces (@lukastaegert)
17
+
3
18
  ## 2.66.0
4
19
 
5
20
  _2022-01-22_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.66.0
6
- Sat, 22 Jan 2022 06:33:58 GMT - commit 3ca594eb98846b6bca32a0280931b8356c522e0d
5
+ Rollup.js v2.66.1
6
+ Tue, 25 Jan 2022 07:58:28 GMT - commit f523f0098d3e98f87abef54f48f39d06a7cc7eec
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup