@pkgr/utils
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.3.1](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.3.0...@pkgr/utils@0.3.1) (2019-11-03) | ||
### Bug Fixes | ||
* **rollup:** pass collected externals also for function externals ([a49bdf4](https://github.com/rx-ts/pkgr/commit/a49bdf426d613dd2be312757c8e57f7ed626703c)), closes [#39](https://github.com/rx-ts/pkgr/issues/39) [#38](https://github.com/rx-ts/pkgr/issues/38) [#issuecomment-549130017](https://github.com/rx-ts/pkgr/issues/issuecomment-549130017) | ||
# [0.3.0](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.2.2...@pkgr/utils@0.3.0) (2019-11-03) | ||
@@ -8,0 +19,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var child_process_1 = require("child_process"); | ||
var chalk_1 = tslib_1.__importDefault(require("chalk")); | ||
var child_process_1 = require("child_process"); | ||
var cross_spawn_1 = tslib_1.__importDefault(require("cross-spawn")); | ||
@@ -7,0 +7,0 @@ var open_1 = tslib_1.__importDefault(require("open")); |
{ | ||
"name": "@pkgr/utils", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Shared utils for `@pkgr` packages or any package else", | ||
@@ -27,3 +27,3 @@ "repository": "git+https://github.com/rx-ts/pkgr.git", | ||
"sideEffects": false, | ||
"gitHead": "360013e6c48c9078f1e2bcca521c45058242a453" | ||
"gitHead": "7e75de4d3975211ae657cd47f65193372ce5defa" | ||
} |
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
26832