Comparing version 0.6.17 to 0.6.18
# changelog | ||
## 0.6.18 | ||
* Upgrade to acorn v1.x ([#125](https://github.com/esperantojs/esperanto/issues/125)) | ||
* Sourcemap comments from prior transformations are removed ([#120](https://github.com/esperantojs/esperanto/issues/120)) | ||
* Named function expressions are not erroneously renamed ([#122](https://github.com/esperantojs/esperanto/issues/122)) | ||
## 0.6.17 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "esperanto", | ||
"description": "An easier way to convert ES6 modules to AMD and CommonJS", | ||
"version": "0.6.17", | ||
"version": "0.6.18", | ||
"author": "Rich Harris", | ||
@@ -9,5 +9,5 @@ "repository": "https://github.com/esperantojs/esperanto", | ||
"dependencies": { | ||
"acorn": "^0.11.0", | ||
"acorn": "^1.0.1", | ||
"chalk": "^1.0.0", | ||
"estraverse": "^1.9.0", | ||
"estraverse": "^3.1.0", | ||
"magic-string": "^0.4.5", | ||
@@ -14,0 +14,0 @@ "minimist": "^1.1.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
161930
4498
+ Addedacorn@1.2.2(transitive)
+ Addedestraverse@3.1.0(transitive)
- Removedacorn@0.11.0(transitive)
- Removedestraverse@1.9.3(transitive)
Updatedacorn@^1.0.1
Updatedestraverse@^3.1.0