@kjots/create-typescript-package
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [0.12.0](https://github.com/kjots/package-tools/compare/v0.11.0...v0.12.0) (2020-02-12) | ||
### Features | ||
* **create-typescript-package:** update dependency versions in template ([724601a](https://github.com/kjots/package-tools/commit/724601a2dc3936ca772b1e88626a1bc1200a5cf1)) | ||
* **create-typescript-package:** update Node LTS version in template ([1a6312a](https://github.com/kjots/package-tools/commit/1a6312a6f8435012d5684c875100587b48168f42)) | ||
# [0.11.0](https://github.com/kjots/package-tools/compare/v0.10.1...v0.11.0) (2020-02-11) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@kjots/create-typescript-package", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Create TypeScript package", | ||
@@ -30,7 +30,7 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=12.15.0", | ||
"node": ">=12.16.0", | ||
"npm": ">=6.13.4" | ||
}, | ||
"dependencies": { | ||
"@kjots/package-creator": "^0.11.0", | ||
"@kjots/package-creator": "^0.12.0", | ||
"yargs": "^15.1.0" | ||
@@ -41,3 +41,3 @@ }, | ||
}, | ||
"gitHead": "204008c501bf0bf8cda43dc446b5208d712678e0" | ||
"gitHead": "c329bb1e5715716e5da9f7d00027e26dd23aa67b" | ||
} |
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
46594
+ Added@kjots/package-creator@0.12.0(transitive)
- Removed@kjots/package-creator@0.11.0(transitive)