rollup 2.62.0 → 2.66.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.62.0
4
- Fri, 24 Dec 2021 06:27:02 GMT - commit 81ce56f87de5fae51c00c4a0a977830ee93c5987
3
+ Rollup.js v2.66.0
4
+ Sat, 22 Jan 2022 06:33:58 GMT - commit 3ca594eb98846b6bca32a0280931b8356c522e0d
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';