@types/open-graph-scraper 4.8.2 → 4.8.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.
File without changes
@@ -8,9 +8,8 @@ This package contains type definitions for open-graph-scraper (https://github.co
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/open-graph-scraper.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 19 Oct 2022 13:33:07 GMT
11
+ * Last updated: Wed, 18 Oct 2023 05:47:08 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node)
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [Florian Imdahl](https://github.com/ffflorian).
@@ -1,11 +1,6 @@
1
- // Type definitions for open-graph-scraper 4.8
2
- // Project: https://github.com/jshemas/openGraphScraper#readme
3
- // Definitions by: Florian Imdahl <https://github.com/ffflorian>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  /// <reference types="node" />
7
2
 
8
- import { PassThrough } from 'stream';
3
+ import { PassThrough } from "stream";
9
4
 
10
5
  declare namespace run {
11
6
  interface OpenGraphImage {
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/open-graph-scraper",
3
- "version": "4.8.2",
3
+ "version": "4.8.4",
4
4
  "description": "TypeScript definitions for open-graph-scraper",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/open-graph-scraper",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Florian Imdahl",
10
- "url": "https://github.com/ffflorian",
11
- "githubUsername": "ffflorian"
10
+ "githubUsername": "ffflorian",
11
+ "url": "https://github.com/ffflorian"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -22,6 +22,6 @@
22
22
  "dependencies": {
23
23
  "@types/node": "*"
24
24
  },
25
- "typesPublisherContentHash": "765a7edb94fd229ab033a9d761fe3786b2728dee8e272930e272c685e45f24f9",
26
- "typeScriptVersion": "4.1"
25
+ "typesPublisherContentHash": "634a49a302996ba6e75b5d40b814163ded991a14cacfcc982c15fd300b4ae25a",
26
+ "typeScriptVersion": "4.5"
27
27
  }