@wessberg/rollup-plugin-ts
Advanced tools
Comparing version 0.0.30 to 0.0.32
@@ -0,1 +1,17 @@ | ||
## <small>0.0.32 (2018-07-18)</small> | ||
* 0.0.32 ([feb94f3](https://github.com/wessberg/rollup-plugin-ts/commit/feb94f3)) | ||
* Bumped version ([e0aa7ca](https://github.com/wessberg/rollup-plugin-ts/commit/e0aa7ca)) | ||
* Updated helpers to reflect new Rollup version ([4229112](https://github.com/wessberg/rollup-plugin-ts/commit/4229112)) | ||
## <small>0.0.31 (2018-07-18)</small> | ||
* 0.0.31 ([e946aab](https://github.com/wessberg/rollup-plugin-ts/commit/e946aab)) | ||
* Bumped deps ([18ee6f3](https://github.com/wessberg/rollup-plugin-ts/commit/18ee6f3)) | ||
* Bumped version ([9ebcb47](https://github.com/wessberg/rollup-plugin-ts/commit/9ebcb47)) | ||
## <small>0.0.30 (2018-06-30)</small> | ||
@@ -2,0 +18,0 @@ |
@@ -42,2 +42,3 @@ "use strict"; | ||
case "es6": | ||
case "esm": | ||
return typescript_1.ModuleKind.ESNext; | ||
@@ -44,0 +45,0 @@ case "umd": |
@@ -39,2 +39,3 @@ import chalk from "chalk"; | ||
case "es6": | ||
case "esm": | ||
return ModuleKind.ESNext; | ||
@@ -41,0 +42,0 @@ case "umd": |
{ | ||
"name": "@wessberg/rollup-plugin-ts", | ||
"version": "0.0.30", | ||
"version": "0.0.32", | ||
"description": "A Rollup plugin for Typescript", | ||
@@ -43,13 +43,13 @@ "scripts": { | ||
"husky": "latest", | ||
"tslint": "^5.10.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "^2.9.2" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.0.0-beta.51", | ||
"@babel/plugin-proposal-decorators": "^7.0.0-beta.51", | ||
"@babel/preset-env": "^7.0.0-beta.51", | ||
"@babel/preset-stage-3": "^7.0.0-beta.51", | ||
"@types/node": "^10.5.0", | ||
"@babel/core": "^7.0.0-beta.54", | ||
"@babel/plugin-proposal-decorators": "^7.0.0-beta.54", | ||
"@babel/preset-env": "^7.0.0-beta.54", | ||
"@babel/preset-stage-3": "^7.0.0-beta.54", | ||
"@types/node": "^10.5.2", | ||
"chalk": "^2.4.1", | ||
"rollup": "^0.62.0", | ||
"rollup": "^0.63.2", | ||
"rollup-pluginutils": "^2.3.0", | ||
@@ -56,0 +56,0 @@ "tslib": "^1.9.3" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170214
2692
+ Addedrollup@0.63.5(transitive)
- Removedrollup@0.62.0(transitive)
Updated@babel/core@^7.0.0-beta.54
Updated@types/node@^10.5.2
Updatedrollup@^0.63.2