@types/node-media-server 2.3.4 → 2.3.5

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.
node-media-server/LICENSE CHANGED
File without changes
@@ -8,12 +8,6 @@ This package contains type definitions for node-media-server (https://github.com
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-media-server.
9
9
  ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-media-server/index.d.ts)
10
10
  ````ts
11
- // Type definitions for node-media-server 2.3
12
- // Project: https://github.com/illuspas/Node-Media-Server
13
- // Definitions by: Thomas Seberechts <https://github.com/Tseberechts>
14
- // Chris Frewin <https://github.com/princefishthrower>
15
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
16
-
17
11
  interface Config {
18
12
  logType?: number;
19
13
  rtmp?: RtmpConfig;
@@ -117,9 +111,8 @@ export = NodeMediaServer;
117
111
  ````
118
112
 
119
113
  ### Additional Details
120
- * Last updated: Tue, 28 Mar 2023 13:33:17 GMT
114
+ * Last updated: Wed, 18 Oct 2023 05:47:08 GMT
121
115
  * Dependencies: none
122
- * Global values: none
123
116
 
124
117
  # Credits
125
118
  These definitions were written by [Thomas Seberechts](https://github.com/Tseberechts), and [Chris Frewin](https://github.com/princefishthrower).
@@ -1,9 +1,3 @@
1
- // Type definitions for node-media-server 2.3
2
- // Project: https://github.com/illuspas/Node-Media-Server
3
- // Definitions by: Thomas Seberechts <https://github.com/Tseberechts>
4
- // Chris Frewin <https://github.com/princefishthrower>
5
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
-
7
1
  interface Config {
8
2
  logType?: number;
9
3
  rtmp?: RtmpConfig;
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@types/node-media-server",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "TypeScript definitions for node-media-server",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-media-server",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "Thomas Seberechts",
10
- "url": "https://github.com/Tseberechts",
11
- "githubUsername": "Tseberechts"
10
+ "githubUsername": "Tseberechts",
11
+ "url": "https://github.com/Tseberechts"
12
12
  },
13
13
  {
14
14
  "name": "Chris Frewin",
15
- "url": "https://github.com/princefishthrower",
16
- "githubUsername": "princefishthrower"
15
+ "githubUsername": "princefishthrower",
16
+ "url": "https://github.com/princefishthrower"
17
17
  }
18
18
  ],
19
19
  "main": "",
@@ -25,6 +25,6 @@
25
25
  },
26
26
  "scripts": {},
27
27
  "dependencies": {},
28
- "typesPublisherContentHash": "50605bbe11e81c02ca89e05e8b1230c9bbe5aa0d93259a6b95a8727a9a4fb1e8",
29
- "typeScriptVersion": "4.3"
28
+ "typesPublisherContentHash": "48b76011ed62aa46efb052f17fb4b95bf062265ff3bfd1104342dafd8626049a",
29
+ "typeScriptVersion": "4.5"
30
30
  }