rollup 2.60.2 → 2.61.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,22 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.61.0
4
+
5
+ _2021-12-09_
6
+
7
+ ### Features
8
+
9
+ - Support ergonomic brand checks for private fields (#4293)
10
+
11
+ ### Bug Fixes
12
+
13
+ - Improve handling of directory creation on systems with restrictive open files limit (#4288)
14
+
15
+ ### Pull Requests
16
+
17
+ - [#4288](https://github.com/rollup/rollup/pull/4288): modifymkdirpath (@mgrabowski84)
18
+ - [#4293](https://github.com/rollup/rollup/pull/4293): bump deps (@dnalborczyk)
19
+
3
20
  ## 2.60.2
4
21
 
5
22
  _2021-11-30_
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.60.2
6
- Tue, 30 Nov 2021 05:36:58 GMT - commit 7c9b89fade00a4eb8ea39c6b15ef7d0e6e5739be
5
+ Rollup.js v2.61.0
6
+ Thu, 09 Dec 2021 05:43:43 GMT - commit 49d41f78987a1dd13488df009fe2db1b5d1b6e7c
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup
@@ -24,6 +24,7 @@ const require$$1 = require('module');
24
24
  require('crypto');
25
25
  require('events');
26
26
  require('url');
27
+ require('process');
27
28
  require('tty');
28
29
 
29
30
  function _interopNamespaceDefault(e) {