rollup 2.28.0 → 2.28.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/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.28.0
4
- Mon, 21 Sep 2020 05:21:18 GMT - commit b2172df5723bb16dc6730ccefc4563547d3cf30b
3
+ Rollup.js v2.28.1
4
+ Mon, 21 Sep 2020 06:38:23 GMT - commit 1040292e0b1ad6496d8cf0a3eee63b17d9a39a4f
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.28.0
4
- Mon, 21 Sep 2020 05:21:18 GMT - commit b2172df5723bb16dc6730ccefc4563547d3cf30b
3
+ Rollup.js v2.28.1
4
+ Mon, 21 Sep 2020 06:38:23 GMT - commit 1040292e0b1ad6496d8cf0a3eee63b17d9a39a4f
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.28.0
4
- Mon, 21 Sep 2020 05:21:18 GMT - commit b2172df5723bb16dc6730ccefc4563547d3cf30b
3
+ Rollup.js v2.28.1
4
+ Mon, 21 Sep 2020 06:38:23 GMT - commit 1040292e0b1ad6496d8cf0a3eee63b17d9a39a4f
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.28.0
4
- Mon, 21 Sep 2020 05:21:18 GMT - commit b2172df5723bb16dc6730ccefc4563547d3cf30b
3
+ Rollup.js v2.28.1
4
+ Mon, 21 Sep 2020 06:38:23 GMT - commit 1040292e0b1ad6496d8cf0a3eee63b17d9a39a4f
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.28.0
4
- Mon, 21 Sep 2020 05:21:18 GMT - commit b2172df5723bb16dc6730ccefc4563547d3cf30b
3
+ Rollup.js v2.28.1
4
+ Mon, 21 Sep 2020 06:38:23 GMT - commit 1040292e0b1ad6496d8cf0a3eee63b17d9a39a4f
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -19,7 +19,7 @@ function _interopNamespaceDefaultOnly(e) {
19
19
  return {__proto__: null, 'default': e};
20
20
  }
21
21
 
22
- var version = "2.28.0";
22
+ var version = "2.28.1";
23
23
 
24
24
  function ensureArray(items) {
25
25
  if (Array.isArray(items)) {
@@ -11063,7 +11063,7 @@ class Chunk$1 {
11063
11063
  const currentPath = `${currentDir}/${fileName}`;
11064
11064
  const { preserveModulesRoot } = options;
11065
11065
  if (preserveModulesRoot && currentPath.startsWith(preserveModulesRoot)) {
11066
- path = currentPath.slice(preserveModulesRoot.length).replace(/^\//, '');
11066
+ path = currentPath.slice(preserveModulesRoot.length).replace(/^[\\/]/, '');
11067
11067
  }
11068
11068
  else {
11069
11069
  path = relative(preserveModulesRelativeDir, currentPath);
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.28.0
4
- Mon, 21 Sep 2020 05:21:18 GMT - commit b2172df5723bb16dc6730ccefc4563547d3cf30b
3
+ Rollup.js v2.28.1
4
+ Mon, 21 Sep 2020 06:38:23 GMT - commit 1040292e0b1ad6496d8cf0a3eee63b17d9a39a4f
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.28.0
4
- Mon, 21 Sep 2020 05:21:18 GMT - commit b2172df5723bb16dc6730ccefc4563547d3cf30b
3
+ Rollup.js v2.28.1
4
+ Mon, 21 Sep 2020 06:38:23 GMT - commit 1040292e0b1ad6496d8cf0a3eee63b17d9a39a4f
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "2.28.0",
3
+ "version": "2.28.1",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",