@pkgr/utils
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.4](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.4.3...@pkgr/utils@0.4.4) (2020-05-24) | ||
**Note:** Version bump only for package @pkgr/utils | ||
## [0.4.3](https://github.com/rx-ts/pkgr/compare/@pkgr/utils@0.4.2...@pkgr/utils@0.4.3) (2020-02-22) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.openBrowser = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var child_process_1 = require("child_process"); |
"use strict"; | ||
var _a; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EXTENSIONS = exports.CWD = exports.NODE_MODULES_REG = exports.__PROD__ = exports.__DEV__ = exports.NODE_ENV = exports.PROD = exports.DEV = void 0; | ||
exports.DEV = 'development'; | ||
@@ -5,0 +6,0 @@ exports.PROD = 'production'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.arrayify = exports.findUp = exports.identify = exports.tryGlob = exports.tryExtensions = exports.tryFile = exports.isVueAvailable = exports.isSvelteAvailable = exports.isReactAvailable = exports.isMdxAvailable = exports.isAngularAvailable = exports.isTsAvailable = exports.isPkgAvailable = exports.tryRequirePkg = exports.tryPkg = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var fs_1 = tslib_1.__importDefault(require("fs")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.monorepoPkgs = exports.isMonorepo = void 0; | ||
var path_1 = require("path"); | ||
@@ -4,0 +5,0 @@ var helpers_1 = require("./helpers"); |
{ | ||
"name": "@pkgr/utils", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Shared utils for `@pkgr` packages or any package else", | ||
@@ -16,8 +16,8 @@ "repository": "git+https://github.com/rx-ts/pkgr.git", | ||
"dependencies": { | ||
"chalk": "^3.0.0", | ||
"cross-spawn": "^7.0.1", | ||
"chalk": "^4.0.0", | ||
"cross-spawn": "^7.0.2", | ||
"is-glob": "^4.0.1", | ||
"open": "^7.0.2", | ||
"open": "^7.0.4", | ||
"tiny-glob": "^0.2.6", | ||
"tslib": "^1.11.0" | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -28,3 +28,3 @@ "publishConfig": { | ||
"sideEffects": false, | ||
"gitHead": "7ecc2814f3759a8f6d83970ae827d59829ddb52d" | ||
"gitHead": "0ee915ccd1bc01de9f5385dda2d665cbd18aa04f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
30979
282
+ Addedchalk@4.1.2(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedchalk@3.0.0(transitive)
- Removedtslib@1.14.1(transitive)
Updatedchalk@^4.0.0
Updatedcross-spawn@^7.0.2
Updatedopen@^7.0.4
Updatedtslib@^2.0.0