@pkgr/rollup
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.6.1](https://github.com/rx-ts/pkgr/compare/@pkgr/rollup@0.6.0...@pkgr/rollup@0.6.1) (2019-10-28) | ||
**Note:** Version bump only for package @pkgr/rollup | ||
# [0.6.0](https://github.com/rx-ts/pkgr/compare/@pkgr/rollup@0.4.0...@pkgr/rollup@0.6.0) (2019-10-28) | ||
@@ -8,0 +16,0 @@ |
@@ -219,3 +219,3 @@ "use strict"; | ||
isTsAvailable && isTsInput | ||
? rollup_plugin_typescript_1.default(__assign(__assign({ jsx: 'react', module: 'esnext' }, typescriptOptions), { target: isEsVersion ? format : 'es5' })) | ||
? rollup_plugin_typescript_1.default(__assign({ jsx: 'react', module: 'esnext' }, typescriptOptions, { target: isEsVersion ? format : 'es5' })) | ||
: rollup_plugin_babel_1.default({ | ||
@@ -222,0 +222,0 @@ exclude: ['*.min.js', '*.production.js'], |
{ | ||
"name": "@pkgr/rollup", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Seamless Rollup bundler wrapper for libraries", | ||
@@ -20,3 +20,3 @@ "repository": "git@github.com:rx-ts/pkgr.git", | ||
"@babel/preset-env": "^7.6.3", | ||
"@pkgr/es-modules": "^0.1.0", | ||
"@pkgr/es-modules": "^0.2.0", | ||
"@pkgr/named-exports": "^0.3.0", | ||
@@ -47,3 +47,3 @@ "@pkgr/umd-globals": "^0.3.0", | ||
"sideEffects": false, | ||
"gitHead": "2a21972a33c7b03afcabd16252afdaae5aec959c" | ||
"gitHead": "9f1717470fc5cc555f8a5585a72e7b66569643ec" | ||
} |
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
33953
+ Added@pkgr/es-modules@0.2.4(transitive)
- Removed@pkgr/es-modules@0.1.0(transitive)
Updated@pkgr/es-modules@^0.2.0