rollup 1.25.2 → 1.26.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.
- package/CHANGELOG.md +16 -0
- package/LICENSE.md +27 -0
- package/dist/bin/rollup +3 -2
- package/dist/rollup.browser.es.js +3 -3
- package/dist/rollup.browser.js +3 -3
- package/dist/rollup.es.js +1328 -1309
- package/dist/rollup.js +1323 -1304
- package/dist/shared/index.js +3 -3
- package/package.json +7 -6
package/dist/shared/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v1.
|
|
4
|
-
|
|
3
|
+
Rollup.js v1.26.0
|
|
4
|
+
Sun, 27 Oct 2019 19:40:08 GMT - commit 53fb6fe344376cad0af73d43a6d9790cb7a1e2b9
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
https://github.com/rollup/rollup
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
var path = require('path');
|
|
14
14
|
var module$1 = require('module');
|
|
15
15
|
|
|
16
|
-
var version = "1.
|
|
16
|
+
var version = "1.26.0";
|
|
17
17
|
|
|
18
18
|
function createCommonjsModule(fn, module) {
|
|
19
19
|
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/rollup.es.js",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
"@types/chokidar": "^2.1.3",
|
|
73
73
|
"@types/micromatch": "^3.1.0",
|
|
74
74
|
"@types/minimist": "^1.2.0",
|
|
75
|
+
"acorn-export-ns-from": "^0.1.0",
|
|
75
76
|
"acorn-import-meta": "^1.0.0",
|
|
76
77
|
"acorn-jsx": "^5.1.0",
|
|
77
78
|
"acorn-walk": "^7.0.0",
|
|
@@ -79,12 +80,12 @@
|
|
|
79
80
|
"chokidar": "^2.1.8",
|
|
80
81
|
"codecov": "^3.6.1",
|
|
81
82
|
"console-group": "^0.3.3",
|
|
82
|
-
"core-js": "^3.3.
|
|
83
|
+
"core-js": "^3.3.4",
|
|
83
84
|
"cross-os": "^1.3.0",
|
|
84
85
|
"date-time": "^3.1.0",
|
|
85
86
|
"es5-shim": "^4.5.13",
|
|
86
87
|
"es6-shim": "^0.35.5",
|
|
87
|
-
"eslint": "^6.
|
|
88
|
+
"eslint": "^6.6.0",
|
|
88
89
|
"eslint-plugin-import": "^2.18.2",
|
|
89
90
|
"execa": "^3.2.0",
|
|
90
91
|
"fixturify": "^1.2.0",
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
"lint-staged": "^9.4.2",
|
|
95
96
|
"locate-character": "^2.0.5",
|
|
96
97
|
"magic-string": "^0.25.4",
|
|
97
|
-
"markdownlint-cli": "^0.
|
|
98
|
+
"markdownlint-cli": "^0.19.0",
|
|
98
99
|
"micromatch": "^4.0.2",
|
|
99
100
|
"minimist": "^1.2.0",
|
|
100
101
|
"mocha": "^6.2.2",
|
|
@@ -104,8 +105,8 @@
|
|
|
104
105
|
"pretty-ms": "^5.0.0",
|
|
105
106
|
"require-relative": "^0.8.7",
|
|
106
107
|
"requirejs": "^2.3.6",
|
|
107
|
-
"rollup": "^1.25.
|
|
108
|
-
"rollup-plugin-alias": "^2.
|
|
108
|
+
"rollup": "^1.25.2",
|
|
109
|
+
"rollup-plugin-alias": "^2.2.0",
|
|
109
110
|
"rollup-plugin-buble": "^0.19.8",
|
|
110
111
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
111
112
|
"rollup-plugin-json": "^4.0.0",
|