eslint-plugin-tsdoc
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.2.6", | ||
"tag": "eslint-plugin-tsdoc_v0.2.6", | ||
"date": "Sun, 19 Jul 2020 01:22:35 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@microsoft/tsdoc-config\" from `0.13.4` to `0.13.5`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.2.5", | ||
@@ -7,0 +19,0 @@ "tag": "eslint-plugin-tsdoc_v0.2.5", |
# Change Log - eslint-plugin-tsdoc | ||
This log was last generated on Wed, 20 May 2020 22:33:27 GMT and should not be manually modified. | ||
This log was last generated on Sun, 19 Jul 2020 01:22:35 GMT and should not be manually modified. | ||
## 0.2.6 | ||
Sun, 19 Jul 2020 01:22:35 GMT | ||
*Version update only* | ||
## 0.2.5 | ||
@@ -6,0 +11,0 @@ Wed, 20 May 2020 22:33:27 GMT |
@@ -0,0 +0,0 @@ import { TSDocConfigFile } from '@microsoft/tsdoc-config'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare class Debug { | ||
static log(message: string): void; | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import * as eslint from "eslint"; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "eslint-plugin-tsdoc", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "An ESLint plugin that validates TypeScript doc comments", | ||
@@ -30,10 +30,10 @@ "keywords": [ | ||
"@microsoft/tsdoc": "0.12.20", | ||
"@microsoft/tsdoc-config": "0.13.4" | ||
"@microsoft/tsdoc-config": "0.13.5" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/eslint-config": "0.4.0", | ||
"@rushstack/eslint-config": "1.0.1", | ||
"@types/eslint": "6.1.3", | ||
"@types/estree": "0.0.39", | ||
"@types/node": "10.17.5", | ||
"eslint": "^6.0.0", | ||
"eslint": "~7.2.0", | ||
"rimraf": "~2.6.3", | ||
@@ -40,0 +40,0 @@ "typescript": "~3.5.3" |
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
21001
426
+ Added@microsoft/tsdoc-config@0.13.5(transitive)
+ Addedajv@6.12.6(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
- Removed@microsoft/tsdoc-config@0.13.4(transitive)
- Removedajv@6.10.2(transitive)
- Removedfast-deep-equal@2.0.1(transitive)