rollup 0.63.3 → 0.63.4
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/CHANGELOG.md +4 -0
- package/bin/rollup +99 -1900
- package/dist/rollup.browser.js +3 -3
- package/dist/rollup.es.js +3 -3
- package/dist/rollup.js +3 -3
- package/package.json +2 -2
package/dist/rollup.browser.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Rollup.js v0.63.
|
|
3
|
-
Fri, 20 Jul 2018
|
|
2
|
+
Rollup.js v0.63.4
|
|
3
|
+
Fri, 20 Jul 2018 15:24:16 GMT - commit 738f2fc3661fad2bb3ed75c09a7d649846133d38
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
@@ -22391,7 +22391,7 @@
|
|
|
22391
22391
|
return outputOptions;
|
|
22392
22392
|
}
|
|
22393
22393
|
|
|
22394
|
-
var version$1 = "0.63.
|
|
22394
|
+
var version$1 = "0.63.4";
|
|
22395
22395
|
|
|
22396
22396
|
exports.rollup = rollup;
|
|
22397
22397
|
exports.VERSION = version$1;
|
package/dist/rollup.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Rollup.js v0.63.
|
|
3
|
-
Fri, 20 Jul 2018
|
|
2
|
+
Rollup.js v0.63.4
|
|
3
|
+
Fri, 20 Jul 2018 15:24:16 GMT - commit 738f2fc3661fad2bb3ed75c09a7d649846133d38
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
@@ -26217,7 +26217,7 @@ function watch$1(configs) {
|
|
|
26217
26217
|
return new Watcher(configs);
|
|
26218
26218
|
}
|
|
26219
26219
|
|
|
26220
|
-
var version$1 = "0.63.
|
|
26220
|
+
var version$1 = "0.63.4";
|
|
26221
26221
|
|
|
26222
26222
|
export { rollup, watch$1 as watch, version$1 as VERSION };
|
|
26223
26223
|
//# sourceMappingURL=rollup.es.js.map
|
package/dist/rollup.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Rollup.js v0.63.
|
|
3
|
-
Fri, 20 Jul 2018
|
|
2
|
+
Rollup.js v0.63.4
|
|
3
|
+
Fri, 20 Jul 2018 15:24:16 GMT - commit 738f2fc3661fad2bb3ed75c09a7d649846133d38
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
@@ -26224,7 +26224,7 @@ function watch(configs) {
|
|
|
26224
26224
|
return new Watcher(configs);
|
|
26225
26225
|
}
|
|
26226
26226
|
|
|
26227
|
-
var version$1 = "0.63.
|
|
26227
|
+
var version$1 = "0.63.4";
|
|
26228
26228
|
|
|
26229
26229
|
exports.rollup = rollup;
|
|
26230
26230
|
exports.watch = watch;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.4",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/rollup.es.js",
|
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
"acorn-import-meta": "^0.2.1",
|
|
67
67
|
"ansi-escapes": "^3.1.0",
|
|
68
68
|
"buble": "^0.19.3",
|
|
69
|
-
"chalk": "^2.4.1",
|
|
70
69
|
"chokidar": "^2.0.4",
|
|
71
70
|
"console-group": "^0.3.1",
|
|
72
71
|
"date-time": "^2.1.0",
|
|
@@ -104,6 +103,7 @@
|
|
|
104
103
|
"source-map-support": "^0.5.6",
|
|
105
104
|
"sourcemap-codec": "^1.4.1",
|
|
106
105
|
"tslint": "^5.10.0",
|
|
106
|
+
"turbocolor": "2.4.0",
|
|
107
107
|
"typescript": "^2.9.2",
|
|
108
108
|
"uglify-js": "^3.4.1",
|
|
109
109
|
"url-parse": "^1.4.0"
|