rollup 4.13.1-1 → 4.13.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
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
3
  @license
4
- Rollup.js v4.13.1-1
5
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
4
+ Rollup.js v4.13.1
5
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
6
6
 
7
7
  https://github.com/rollup/rollup
8
8
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -16,7 +16,7 @@ import { performance } from 'node:perf_hooks';
16
16
  import { lstat, realpath, readdir, readFile, mkdir, writeFile } from 'node:fs/promises';
17
17
  import * as tty from 'tty';
18
18
 
19
- var version = "4.13.1-1";
19
+ var version = "4.13.1";
20
20
 
21
21
  const comma = ','.charCodeAt(0);
22
22
  const semicolon = ';'.charCodeAt(0);
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/native.js CHANGED
@@ -17,6 +17,7 @@ const bindingsByPlatformAndArch = {
17
17
  arm: { base: 'linux-arm-gnueabihf', musl: null },
18
18
  arm64: { base: 'linux-arm64-gnu', musl: 'linux-arm64-musl' },
19
19
  riscv64: { base: 'linux-riscv64-gnu', musl: null },
20
+ s390x: { base: 'linux-s390x-gnu', musl: null },
20
21
  x64: { base: 'linux-x64-gnu', musl: 'linux-x64-musl' }
21
22
  },
22
23
  win32: {
package/dist/parseAst.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
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 = "4.13.1-1";
34
+ var version = "4.13.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 v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.13.1-1
4
- Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
3
+ Rollup.js v4.13.1
4
+ Wed, 27 Mar 2024 10:27:07 GMT - commit fffaedeaa1cf9c8f6efc93d53bb8a81738e0ce87
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": "4.13.1-1",
3
+ "version": "4.13.1",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -25,9 +25,9 @@
25
25
  "armv7-unknown-linux-gnueabihf",
26
26
  "i686-pc-windows-msvc",
27
27
  "riscv64gc-unknown-linux-gnu",
28
+ "s390x-unknown-linux-gnu",
28
29
  "x86_64-apple-darwin",
29
30
  "x86_64-pc-windows-msvc",
30
- "x86_64-pc-windows-gnu",
31
31
  "x86_64-unknown-linux-gnu",
32
32
  "x86_64-unknown-linux-musl"
33
33
  ]
@@ -102,20 +102,20 @@
102
102
  "homepage": "https://rollupjs.org/",
103
103
  "optionalDependencies": {
104
104
  "fsevents": "~2.3.2",
105
- "@rollup/rollup-darwin-arm64": "4.13.1-1",
106
- "@rollup/rollup-android-arm64": "4.13.1-1",
107
- "@rollup/rollup-win32-arm64-msvc": "4.13.1-1",
108
- "@rollup/rollup-linux-arm64-gnu": "4.13.1-1",
109
- "@rollup/rollup-linux-arm64-musl": "4.13.1-1",
110
- "@rollup/rollup-android-arm-eabi": "4.13.1-1",
111
- "@rollup/rollup-linux-arm-gnueabihf": "4.13.1-1",
112
- "@rollup/rollup-win32-ia32-msvc": "4.13.1-1",
113
- "@rollup/rollup-linux-riscv64-gnu": "4.13.1-1",
114
- "@rollup/rollup-darwin-x64": "4.13.1-1",
115
- "@rollup/rollup-win32-x64-msvc": "4.13.1-1",
116
- "@rollup/rollup-win32-x64-gnu": "4.13.1-1",
117
- "@rollup/rollup-linux-x64-gnu": "4.13.1-1",
118
- "@rollup/rollup-linux-x64-musl": "4.13.1-1"
105
+ "@rollup/rollup-darwin-arm64": "4.13.1",
106
+ "@rollup/rollup-android-arm64": "4.13.1",
107
+ "@rollup/rollup-win32-arm64-msvc": "4.13.1",
108
+ "@rollup/rollup-linux-arm64-gnu": "4.13.1",
109
+ "@rollup/rollup-linux-arm64-musl": "4.13.1",
110
+ "@rollup/rollup-android-arm-eabi": "4.13.1",
111
+ "@rollup/rollup-linux-arm-gnueabihf": "4.13.1",
112
+ "@rollup/rollup-win32-ia32-msvc": "4.13.1",
113
+ "@rollup/rollup-linux-riscv64-gnu": "4.13.1",
114
+ "@rollup/rollup-linux-s390x-gnu": "4.13.1",
115
+ "@rollup/rollup-darwin-x64": "4.13.1",
116
+ "@rollup/rollup-win32-x64-msvc": "4.13.1",
117
+ "@rollup/rollup-linux-x64-gnu": "4.13.1",
118
+ "@rollup/rollup-linux-x64-musl": "4.13.1"
119
119
  },
120
120
  "dependencies": {
121
121
  "@types/estree": "1.0.5"