@definitelytyped/definitions-parser 0.0.146 → 0.0.147-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.
@@ -510,6 +510,7 @@
510
510
  @types/react-select
511
511
  @types/redis
512
512
  @types/responselike
513
+ @types/rimraf
513
514
  @types/rsmq
514
515
  @types/socket.io
515
516
  @types/socket.io-client
@@ -748,6 +749,7 @@ rc-tree
748
749
  rdf-js
749
750
  re-resizable
750
751
  react-autosize-textarea
752
+ react-clock
751
753
  react-dnd
752
754
  react-dnd-touch-backend
753
755
  react-draggable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.146",
3
+ "version": "0.0.147-next.1",
4
4
  "description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",
5
5
  "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/definitions-parser#readme",
6
6
  "license": "MIT",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "5fd47b049576467e6cec4e8de449575b06b8b592"
40
+ "gitHead": "65af23c25d79b47ed956a72d424636aaa214d671"
41
41
  }