@ionic/utils-process
Advanced tools
Comparing version 1.0.9 to 2.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [2.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-process@1.0.9...@ionic/utils-process@2.0.0) (2020-01-25) | ||
### chore | ||
* require Node 10 ([5a47874](https://github.com/ionic-team/ionic-cli/commit/5a478746c074207b6dc96aa8771f04a606deb1ef)) | ||
### BREAKING CHANGES | ||
* A minimum of Node.js 10.3.0 is required. | ||
## [1.0.9](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-process@1.0.8...@ionic/utils-process@1.0.9) (2020-01-13) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@ionic/utils-process", | ||
"version": "1.0.9", | ||
"version": "2.0.0", | ||
"description": "Process utils for NodeJS", | ||
@@ -10,2 +10,5 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=10.3.0" | ||
}, | ||
"files": [ | ||
@@ -32,4 +35,4 @@ "dist/", | ||
"dependencies": { | ||
"@ionic/utils-object": "1.0.6", | ||
"@ionic/utils-terminal": "1.1.2", | ||
"@ionic/utils-object": "2.0.0", | ||
"@ionic/utils-terminal": "2.0.0", | ||
"debug": "^4.0.0", | ||
@@ -44,12 +47,12 @@ "lodash": "^4.17.5", | ||
"@types/lodash": "^4.14.104", | ||
"@types/node": "~8.10.54", | ||
"jest": "^24.9.0", | ||
"@types/node": "~10.17.13", | ||
"jest": "^25.1.0", | ||
"jest-cli": "^24.1.0", | ||
"lint-staged": "^9.2.0", | ||
"lint-staged": "^10.0.2", | ||
"rimraf": "^3.0.0", | ||
"ts-jest": "^23.10.1", | ||
"ts-jest": "^25.0.0", | ||
"tslint": "^5.9.1", | ||
"typescript": "~3.7.3" | ||
}, | ||
"gitHead": "d2e3d4be3d4541f77a9316af29d0d35b56caadde" | ||
"gitHead": "4aba37d59d98f108663348fe7eead12c6d19d6ec" | ||
} |
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
12839
+ Added@ionic/utils-object@2.0.0(transitive)
+ Added@ionic/utils-terminal@2.0.0(transitive)
- Removed@ionic/utils-object@1.0.6(transitive)
- Removed@ionic/utils-terminal@1.1.2(transitive)
Updated@ionic/utils-object@2.0.0
Updated@ionic/utils-terminal@2.0.0