rollup 3.5.0 → 3.5.1

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/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v3.5.0
6
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
5
+ Rollup.js v3.5.1
6
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
7
7
 
8
8
  https://github.com/rollup/rollup
9
9
 
package/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -16,7 +16,7 @@ import { promises } from 'node:fs';
16
16
  import { EventEmitter } from 'node:events';
17
17
  import * as tty from 'tty';
18
18
 
19
- var version$1 = "3.5.0";
19
+ var version$1 = "3.5.1";
20
20
 
21
21
  var charToInteger = {};
22
22
  var chars$1 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/rollup.d.ts CHANGED
@@ -927,3 +927,8 @@ interface AcornNode {
927
927
 
928
928
  export function defineConfig(options: RollupOptions): RollupOptions;
929
929
  export function defineConfig(options: RollupOptions[]): RollupOptions[];
930
+ export function defineConfig(optionsFunction: RollupOptionsFunction): RollupOptionsFunction;
931
+
932
+ export type RollupOptionsFunction = (
933
+ commandLineArguments: Record<string, any>
934
+ ) => MaybePromise<RollupOptions | RollupOptions[]>;
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -31,7 +31,7 @@ function _interopNamespaceDefault(e) {
31
31
 
32
32
  const tty__namespace = /*#__PURE__*/_interopNamespaceDefault(tty);
33
33
 
34
- var version$1 = "3.5.0";
34
+ var version$1 = "3.5.1";
35
35
 
36
36
  function ensureArray$1(items) {
37
37
  if (Array.isArray(items)) {
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v3.5.0
4
- Sun, 27 Nov 2022 06:34:25 GMT - commit 290b07d3685e8d4b4f3f5d3d673d41995d504239
3
+ Rollup.js v3.5.1
4
+ Thu, 01 Dec 2022 05:29:17 GMT - commit f44c933af54dd7b619912d8427f7f31c1c2b81e6
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",