rollup 2.61.1 → 2.65.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/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.61.1
4
- Sat, 11 Dec 2021 06:17:07 GMT - commit 2e91c85fc95bc722e5a7141d7fa0acde4aab61aa
3
+ Rollup.js v2.65.0
4
+ Fri, 21 Jan 2022 07:42:35 GMT - commit bebc50ddb613d240a03988d51787fd71b1a3914f
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -10,6 +10,8 @@
10
10
  */
11
11
  export { version as VERSION, defineConfig, rollup, watch } from './shared/rollup.js';
12
12
  import 'path';
13
+ import 'process';
14
+ import 'perf_hooks';
13
15
  import 'crypto';
14
16
  import 'fs';
15
17
  import 'events';