rollup 1.23.1 → 1.25.2
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 +63 -0
- package/LICENSE.md +0 -29
- package/dist/bin/rollup +2 -2
- package/dist/rollup.browser.es.js +3 -3
- package/dist/rollup.browser.js +3 -3
- package/dist/rollup.d.ts +2 -1
- package/dist/rollup.es.js +986 -5569
- package/dist/rollup.js +985 -5568
- package/dist/shared/index.js +3 -3
- package/package.json +12 -13
package/dist/shared/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v1.
|
|
4
|
-
|
|
3
|
+
Rollup.js v1.25.2
|
|
4
|
+
Wed, 23 Oct 2019 05:48:50 GMT - commit b123169865e670d3b961d5afaef090aa4e019fef
|
|
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.25.2";
|
|
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.25.2",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/rollup.es.js",
|
|
@@ -73,40 +73,39 @@
|
|
|
73
73
|
"@types/micromatch": "^3.1.0",
|
|
74
74
|
"@types/minimist": "^1.2.0",
|
|
75
75
|
"acorn-import-meta": "^1.0.0",
|
|
76
|
-
"acorn-jsx": "^5.0
|
|
76
|
+
"acorn-jsx": "^5.1.0",
|
|
77
77
|
"acorn-walk": "^7.0.0",
|
|
78
78
|
"buble": "^0.19.8",
|
|
79
79
|
"chokidar": "^2.1.8",
|
|
80
80
|
"codecov": "^3.6.1",
|
|
81
81
|
"console-group": "^0.3.3",
|
|
82
|
-
"core-js": "^3.2
|
|
82
|
+
"core-js": "^3.3.2",
|
|
83
83
|
"cross-os": "^1.3.0",
|
|
84
84
|
"date-time": "^3.1.0",
|
|
85
85
|
"es5-shim": "^4.5.13",
|
|
86
86
|
"es6-shim": "^0.35.5",
|
|
87
87
|
"eslint": "^6.5.1",
|
|
88
88
|
"eslint-plugin-import": "^2.18.2",
|
|
89
|
-
"execa": "^2.0
|
|
89
|
+
"execa": "^3.2.0",
|
|
90
90
|
"fixturify": "^1.2.0",
|
|
91
91
|
"hash.js": "^1.1.7",
|
|
92
|
-
"husky": "^3.0.
|
|
93
|
-
"immutable": "^4.0.0-rc.12",
|
|
92
|
+
"husky": "^3.0.9",
|
|
94
93
|
"is-reference": "^1.1.4",
|
|
95
|
-
"lint-staged": "^9.4.
|
|
94
|
+
"lint-staged": "^9.4.2",
|
|
96
95
|
"locate-character": "^2.0.5",
|
|
97
96
|
"magic-string": "^0.25.4",
|
|
98
97
|
"markdownlint-cli": "^0.18.0",
|
|
99
98
|
"micromatch": "^4.0.2",
|
|
100
99
|
"minimist": "^1.2.0",
|
|
101
|
-
"mocha": "^6.2.
|
|
100
|
+
"mocha": "^6.2.2",
|
|
102
101
|
"nyc": "^14.1.1",
|
|
103
102
|
"prettier": "^1.18.2",
|
|
104
103
|
"pretty-bytes": "^5.3.0",
|
|
105
104
|
"pretty-ms": "^5.0.0",
|
|
106
105
|
"require-relative": "^0.8.7",
|
|
107
106
|
"requirejs": "^2.3.6",
|
|
108
|
-
"rollup": "^1.
|
|
109
|
-
"rollup-plugin-alias": "^2.0
|
|
107
|
+
"rollup": "^1.25.0",
|
|
108
|
+
"rollup-plugin-alias": "^2.1.0",
|
|
110
109
|
"rollup-plugin-buble": "^0.19.8",
|
|
111
110
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
112
111
|
"rollup-plugin-json": "^4.0.0",
|
|
@@ -123,12 +122,12 @@
|
|
|
123
122
|
"source-map": "^0.6.1",
|
|
124
123
|
"source-map-support": "^0.5.13",
|
|
125
124
|
"sourcemap-codec": "^1.4.6",
|
|
126
|
-
"systemjs": "^6.1.
|
|
127
|
-
"terser": "^4.3.
|
|
125
|
+
"systemjs": "^6.1.4",
|
|
126
|
+
"terser": "^4.3.9",
|
|
128
127
|
"tslib": "^1.10.0",
|
|
129
128
|
"tslint": "^5.20.0",
|
|
130
129
|
"turbocolor": "^2.6.1",
|
|
131
|
-
"typescript": "^3.6.
|
|
130
|
+
"typescript": "^3.6.4",
|
|
132
131
|
"url-parse": "^1.4.7"
|
|
133
132
|
},
|
|
134
133
|
"files": [
|