@types/node-media-server 2.3.6 → 2.3.7
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/README.md
CHANGED
|
@@ -44,6 +44,9 @@ interface AuthConfig {
|
|
|
44
44
|
play?: boolean;
|
|
45
45
|
publish?: boolean;
|
|
46
46
|
secret?: string;
|
|
47
|
+
api?: boolean;
|
|
48
|
+
api_user?: string;
|
|
49
|
+
api_pass?: string;
|
|
47
50
|
}
|
|
48
51
|
|
|
49
52
|
interface TransConfig {
|
|
@@ -111,7 +114,7 @@ export = NodeMediaServer;
|
|
|
111
114
|
````
|
|
112
115
|
|
|
113
116
|
### Additional Details
|
|
114
|
-
* Last updated:
|
|
117
|
+
* Last updated: Sat, 24 Aug 2024 01:33:54 GMT
|
|
115
118
|
* Dependencies: none
|
|
116
119
|
|
|
117
120
|
# Credits
|
node-media-server/index.d.ts
CHANGED
node-media-server/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node-media-server",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.7",
|
|
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",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {},
|
|
27
27
|
"dependencies": {},
|
|
28
|
-
"typesPublisherContentHash": "
|
|
29
|
-
"typeScriptVersion": "4.
|
|
28
|
+
"typesPublisherContentHash": "9bf7685ec6ee420eb4440a90e92d9836b6cc2d6f22ffb62668c45bea39ea2436",
|
|
29
|
+
"typeScriptVersion": "4.8"
|
|
30
30
|
}
|