rollup 2.68.0 → 2.69.2

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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.68.0
4
- Tue, 22 Feb 2022 06:24:42 GMT - commit 51cab92373bcf8c844a8de2a6765869f7eb05a5d
3
+ Rollup.js v2.69.2
4
+ Sun, 06 Mar 2022 06:43:03 GMT - commit 68817534499a6a1392c465d7fe92a1ef6804ad45
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -4839,7 +4839,7 @@ class Watcher {
4839
4839
  clearTimeout(this.buildTimeout);
4840
4840
  this.buildTimeout = setTimeout(() => {
4841
4841
  this.buildTimeout = null;
4842
- for (const [id, event] of this.invalidatedIds.entries()) {
4842
+ for (const [id, event] of this.invalidatedIds) {
4843
4843
  this.emitter.emit('change', id, { event });
4844
4844
  }
4845
4845
  this.invalidatedIds.clear();
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.68.0
4
- Tue, 22 Feb 2022 06:24:42 GMT - commit 51cab92373bcf8c844a8de2a6765869f7eb05a5d
3
+ Rollup.js v2.69.2
4
+ Sun, 06 Mar 2022 06:43:03 GMT - commit 68817534499a6a1392c465d7fe92a1ef6804ad45
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup