@definitelytyped/dtslint 0.0.111 → 0.0.112-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/dtslint",
3
- "version": "0.0.111",
3
+ "version": "0.0.112-next.4",
4
4
  "description": "Runs tests on TypeScript definition files",
5
5
  "main": "./dist/index.js",
6
6
  "bin": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/dtslint"
22
22
  },
23
23
  "dependencies": {
24
- "@definitelytyped/dts-critic": "^0.0.111",
24
+ "@definitelytyped/dts-critic": "^0.0.112-next.4",
25
25
  "@definitelytyped/header-parser": "^0.0.111",
26
26
  "@definitelytyped/typescript-versions": "^0.0.111",
27
27
  "@definitelytyped/utils": "^0.0.111",
@@ -44,5 +44,5 @@
44
44
  "node": ">=10.0.0"
45
45
  },
46
46
  "license": "MIT",
47
- "gitHead": "44dccdbaedbf7b1bac3ca217e39f8671c91a62b9"
47
+ "gitHead": "fe885eda2d86bbb618d26cb277d62a666330efb1"
48
48
  }
@@ -1,4 +1,4 @@
1
- // Type definitions for package parseltongue 1.0
1
+ // Type definitions for package wenceslas 1.0
2
2
  // Project: https://github.com/bobby-headers/dt-header
3
3
  // Definitions by: Jane Doe <https://github.com/janedoe>
4
4
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@@ -0,0 +1,6 @@
1
+ // Type definitions for package wenceslas 1.0
2
+ ~~~~~~~~~~~~~~~~~~~~~~~ [0]
3
+ // Project: https://github.com/bobby-headers/dt-header
4
+ // Definitions by: Jane Doe <https://github.com/janedoe>
5
+ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
+ [0]: Declaration file must have a matching npm package. To resolve this error, either: 1. Change the name to match an npm package. 2. Add a Definitely Typed header with the first line // Type definitions for non-npm package wenceslas-browser Add -browser to the end of your name to make sure it doesn't conflict with existing npm packages. If you won't fix this error now or you think this error is wrong, you can disable this check by adding the following options to your project's tslint.json file under "rules": "npm-naming": false See: https://github.com/Microsoft/dtslint/blob/master/docs/npm-naming.md
@@ -1,6 +0,0 @@
1
- // Type definitions for package parseltongue 1.0
2
- ~~~~~~~~~~~~~~~~~~~~~~~ [0]
3
- // Project: https://github.com/bobby-headers/dt-header
4
- // Definitions by: Jane Doe <https://github.com/janedoe>
5
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
- [0]: Declaration file must have a matching npm package. To resolve this error, either: 1. Change the name to match an npm package. 2. Add a Definitely Typed header with the first line // Type definitions for non-npm package parseltongue-browser Add -browser to the end of your name to make sure it doesn't conflict with existing npm packages. If you won't fix this error now or you think this error is wrong, you can disable this check by adding the following options to your project's tslint.json file under "rules": "npm-naming": false See: https://github.com/Microsoft/dtslint/blob/master/docs/npm-naming.md