@types/node-media-server 2.3.0 → 2.3.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.
@@ -40,6 +40,7 @@ interface SslConfig {
40
40
  }
41
41
 
42
42
  interface HttpConfig {
43
+ mediaroot: string;
43
44
  port?: number;
44
45
  allow_origin?: string;
45
46
  }
@@ -114,7 +115,7 @@ export = NodeMediaServer;
114
115
  ````
115
116
 
116
117
  ### Additional Details
117
- * Last updated: Tue, 07 Dec 2021 18:31:01 GMT
118
+ * Last updated: Fri, 31 Dec 2021 22:01:35 GMT
118
119
  * Dependencies: none
119
120
  * Global values: none
120
121
 
@@ -30,6 +30,7 @@ interface SslConfig {
30
30
  }
31
31
 
32
32
  interface HttpConfig {
33
+ mediaroot: string;
33
34
  port?: number;
34
35
  allow_origin?: string;
35
36
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node-media-server",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
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",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "db91a71337d62cd00d11aef480e905521d9749d79475449faf1ba939f426f11a",
23
+ "typesPublisherContentHash": "2a12a8c4a3f3f375c2157385d8013a92a4f83c24078b00d7a837f976a9b01de3",
24
24
  "typeScriptVersion": "3.8"
25
25
  }