@napi-rs/cli
Advanced tools
Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1
@@ -6,2 +6,14 @@ # Change Log | ||
# [2.0.0-alpha.1](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@1.3.3...@napi-rs/cli@2.0.0-alpha.1) (2021-10-01) | ||
### Bug Fixes | ||
- **cli:** missing main and types field in created package.json ([860a02a](https://github.com/napi-rs/napi-rs/commit/860a02a7cb575d8a33c2007ad38eda762e12ba79)) | ||
### Features | ||
- **cli:** dts flag for build command ([0e8de17](https://github.com/napi-rs/napi-rs/commit/0e8de173a4519c70ab9fcf9a4e0ec01aaca64d97)) | ||
# 2.0.0-alpha.0 (2021-09-22) | ||
## [1.3.3](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@1.3.2...@napi-rs/cli@1.3.3) (2021-09-19) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@napi-rs/cli", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0-alpha.1", | ||
"description": "Cli tools for napi-rs", | ||
"keywords": ["cli", "rust", "napi", "n-api", "neon"], | ||
"keywords": [ | ||
"cli", | ||
"rust", | ||
"napi", | ||
"n-api", | ||
"neon" | ||
], | ||
"author": "LongYinan <lynweklm@gmail.com>", | ||
@@ -12,3 +18,5 @@ "homepage": "https://github.com/napi-rs/napi-rs", | ||
}, | ||
"files": ["scripts"], | ||
"files": [ | ||
"scripts" | ||
], | ||
"engines": { | ||
@@ -39,7 +47,7 @@ "node": ">= 10" | ||
"devDependencies": { | ||
"@octokit/rest": "^18.10.0", | ||
"@types/inquirer": "^8.1.1", | ||
"@octokit/rest": "^18.11.2", | ||
"@types/inquirer": "^8.1.2", | ||
"@types/js-yaml": "^4.0.3", | ||
"chalk": "^4.1.2", | ||
"clipanion": "^3.0.1", | ||
"clipanion": "^3.1.0", | ||
"debug": "^4.3.2", | ||
@@ -56,3 +64,4 @@ "fdir": "^5.1.0", | ||
"url": "https://github.com/sponsors/Brooooooklyn" | ||
} | ||
}, | ||
"gitHead": "16aacd8eec3110114ed45fa2311618160d9d5cfb" | ||
} |
Sorry, the diff of this file is too big to display
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
970064
29293