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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v1.25.2
4
- Wed, 23 Oct 2019 05:48:50 GMT - commit b123169865e670d3b961d5afaef090aa4e019fef
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.25.2";
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.25.2",
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.2",
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.5.1",
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.18.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.0",
108
- "rollup-plugin-alias": "^2.1.0",
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",