@definitelytyped/dtslint-runner 0.0.144 → 0.0.145-next.1

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.
@@ -1,6 +1,5 @@
1
1
  absinthe__socket-apollo-link
2
2
  amazon-dax-client
3
- avocat
4
3
  aws-param-store
5
4
  bookshelf
6
5
  dialogflow-fulfillment
@@ -11,24 +10,6 @@ electron-notifications
11
10
  electron-notify
12
11
  fhir
13
12
  graphql-resolvers
14
- hapi-auth-bearer-token
15
- hapi-server-session
16
- hapi__avocat
17
- hapi__basic
18
- hapi__bell
19
- hapi__catbox-memcached
20
- hapi__cookie
21
- hapi__crumb
22
- hapi__glue
23
- hapi__h202
24
- hapi__hawk
25
- hapi__inert
26
- hapi__jwt
27
- hapi__nes
28
- hapi__vision
29
- hapi__yar
30
- hapipal__schmervice
31
- hapipal__toys
32
13
  http-aws-es
33
14
  keystonejs__adapter-knex
34
15
  keystonejs__app-graphql
@@ -55,4 +36,3 @@ resourcejs
55
36
  s3-download-stream
56
37
  s3-streams
57
38
  s3-upload-stream
58
- schwifty
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/dtslint-runner",
3
- "version": "0.0.144",
3
+ "version": "0.0.145-next.1",
4
4
  "description": "Run dtslint on DefinitelyTyped packages",
5
5
  "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint-runner#readme",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@definitelytyped/definitions-parser": "^0.0.144",
26
+ "@definitelytyped/definitions-parser": "^0.0.145-next.0",
27
27
  "@definitelytyped/dtslint": "^0.0.144",
28
28
  "@definitelytyped/utils": "^0.0.144",
29
29
  "fs-extra": "^9.0.0",
@@ -39,5 +39,5 @@
39
39
  "@types/stats-lite": "^2.2.0",
40
40
  "source-map-support": "^0.5.21"
41
41
  },
42
- "gitHead": "16edb688ea3d48bafe9318f113ace145723afcf7"
42
+ "gitHead": "cf205684a5db70fb4bfee6d6611ad75fa3215a23"
43
43
  }