rollup 2.36.1 → 2.38.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.
@@ -1,21 +1,21 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.36.1
4
- Wed, 06 Jan 2021 14:06:54 GMT - commit d6600638c61b5eb7f389681d5fa4af9a1b95823e
3
+ Rollup.js v2.38.0
4
+ Fri, 22 Jan 2021 16:26:00 GMT - commit 889fa5267ad93cc706fdbff2024e9c4d4f273749
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
8
8
 
9
9
  Released under the MIT License.
10
10
  */
11
- import { createCommonjsModule, defaultOnWarn, ensureArray as ensureArray$1, warnUnknownOptions, getAugmentedNamespace, fseventsImporter, rollupInternal } from './rollup.js';
12
11
  import sysPath, { sep, resolve } from 'path';
13
- import 'crypto';
14
- import fs from 'fs';
15
- import require$$0$2 from 'events';
16
12
  import util from 'util';
13
+ import { createCommonjsModule, defaultOnWarn, ensureArray as ensureArray$1, warnUnknownOptions, getAugmentedNamespace, fseventsImporter, rollupInternal } from './rollup.js';
14
+ import require$$0$2 from 'events';
15
+ import fs from 'fs';
17
16
  import require$$0$1 from 'stream';
18
17
  import require$$1$1, { platform } from 'os';
18
+ import 'crypto';
19
19
 
20
20
  var utils = createCommonjsModule(function (module, exports) {
21
21
 
@@ -4761,10 +4761,14 @@ var require$$0 = [
4761
4761
  "numbers",
4762
4762
  "nupkg",
4763
4763
  "o",
4764
+ "odp",
4765
+ "ods",
4766
+ "odt",
4764
4767
  "oga",
4765
4768
  "ogg",
4766
4769
  "ogv",
4767
4770
  "otf",
4771
+ "ott",
4768
4772
  "pages",
4769
4773
  "pbm",
4770
4774
  "pcx",
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.36.1
4
- Wed, 06 Jan 2021 14:06:54 GMT - commit d6600638c61b5eb7f389681d5fa4af9a1b95823e
3
+ Rollup.js v2.38.0
4
+ Fri, 22 Jan 2021 16:26:00 GMT - commit 889fa5267ad93cc706fdbff2024e9c4d4f273749
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -10,14 +10,14 @@
10
10
  */
11
11
  'use strict';
12
12
 
13
- require('./shared/rollup.js');
13
+ var loadConfigFile_js = require('./shared/loadConfigFile.js');
14
14
  require('fs');
15
15
  require('path');
16
+ require('url');
17
+ require('./shared/rollup.js');
16
18
  require('./shared/mergeOptions.js');
17
- var loadConfigFile_js = require('./shared/loadConfigFile.js');
18
19
  require('crypto');
19
20
  require('events');
20
- require('url');
21
21
 
22
22
 
23
23