@definitelytyped/dtslint-runner 0.0.147-next.0 → 0.0.147-next.2

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,13 +1,11 @@
1
1
  absinthe__socket-apollo-link
2
2
  bookshelf
3
3
  dialogflow-fulfillment
4
- dynamodb-lock-client
5
4
  electron-clipboard-extended
6
5
  electron-notifications
7
6
  electron-notify
8
7
  fhir
9
8
  graphql-resolvers
10
- http-aws-es
11
9
  keystonejs__adapter-knex
12
10
  keystonejs__app-graphql
13
11
  keystonejs__auth-passport
@@ -16,10 +14,7 @@ keystonejs__fields
16
14
  keystonejs__file-adapters
17
15
  keystonejs__keystone
18
16
  keystonejs__oembed-adapters
19
- mapbox__aws-sdk-jest
20
17
  mobx-apollo
21
- mock-aws-s3
22
18
  ng-cordova
23
- nodecredstash
24
19
  redux-orm
25
20
  resourcejs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/dtslint-runner",
3
- "version": "0.0.147-next.0",
3
+ "version": "0.0.147-next.2",
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.147-next.0",
26
+ "@definitelytyped/definitions-parser": "^0.0.147-next.1",
27
27
  "@definitelytyped/dtslint": "^0.0.146",
28
28
  "@definitelytyped/utils": "^0.0.146",
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": "954bdbbaf72daee8fae3c9c4d9b1c4ccbac5c7e6"
42
+ "gitHead": "493ca7d21252559dda0c6d4fc883038af2550213"
43
43
  }