@dnlup/doc
Advanced tools
Comparing version 1.0.4-0 to 1.1.0
@@ -5,2 +5,14 @@ # Changelog | ||
## [1.1.0](https://github.com/dnlup/doc/compare/v1.0.4-0...v1.1.0) (2020-06-30) | ||
### Features | ||
* add TypeScript typings file ([fae1f3b](https://github.com/dnlup/doc/commit/fae1f3bf5429881b416fd52ddeddf2a91dee52f6)) | ||
### Bug Fixes | ||
* include typings file when published ([fae1012](https://github.com/dnlup/doc/commit/fae1012cbc7629ca0310e0a551c2c9f86036d41e)) | ||
### [1.0.4-0](https://github.com/dnlup/doc/compare/v1.0.3...v1.0.4-0) (2020-06-12) | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "@dnlup/doc", | ||
"version": "1.0.4-0", | ||
"version": "1.1.0", | ||
"description": "Get usage and health data about your Node.js process", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"lint": "standard --fix", | ||
"test": "tap test.js", | ||
"doc": "doctoc README.md", | ||
"lint": "standard --fix && npm run lint:typescript", | ||
"lint:typescript": "standard --parser @typescript-eslint/parser --plugin @typescript-eslint/eslint-plugin *.ts", | ||
"test": "tap test.js && npm run test:typescript", | ||
"test:typescript": "tsd", | ||
"doc": "markdown-toc -i README.md", | ||
"release": "HUSKY_SKIP_HOOKS=1 standard-version", | ||
@@ -21,3 +24,4 @@ "postrelease": "npm run push && npm publish", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
@@ -48,11 +52,24 @@ "keywords": [ | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"index.d.ts" | ||
] | ||
}, | ||
"tsd": { | ||
"directory": "." | ||
}, | ||
"devDependencies": { | ||
"doctoc": "^1.4.0", | ||
"@types/node": "^14.0.14", | ||
"@typescript-eslint/eslint-plugin": "^3.5.0", | ||
"@typescript-eslint/parser": "^3.5.0", | ||
"husky": "^4.2.5", | ||
"is-ci": "^2.0.0", | ||
"lint-staged": "^10.2.10", | ||
"markdown-toc": "^1.2.0", | ||
"semver": "^7.3.2", | ||
"standard": "^14.3.4", | ||
"standard-version": "^8.0.0", | ||
"tap": "^14.10.7" | ||
"tap": "^14.10.7", | ||
"tsd": "^0.12.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10539
6
157
0
12