@types/node-media-server 2.3.4 → 2.3.6
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
|
node-media-server/README.md
CHANGED
|
@@ -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,
|
|
114
|
+
* Last updated: Tue, 07 Nov 2023 09:09:39 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).
|
node-media-server/index.d.ts
CHANGED
|
@@ -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;
|
node-media-server/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node-media-server",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.6",
|
|
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
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "Tseberechts",
|
|
11
|
+
"url": "https://github.com/Tseberechts"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Chris Frewin",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
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": "
|
|
29
|
-
"typeScriptVersion": "4.
|
|
28
|
+
"typesPublisherContentHash": "3e1e8c908ddc9620cc0b173afa2e791b52f2b78fd644a754457cf527c280a392",
|
|
29
|
+
"typeScriptVersion": "4.5"
|
|
30
30
|
}
|