@edenware/dlnacasts 1.0.0 → 1.0.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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import MediaRenderer from 'upnp-mediarenderer-client'
|
|
|
2
2
|
import { EventEmitter } from 'events'
|
|
3
3
|
import parallel from 'run-parallel'
|
|
4
4
|
import { parseString } from 'xml2js'
|
|
5
|
-
|
|
5
|
+
import SSDP from '@edenware/ssdp'
|
|
6
6
|
import { isIP } from 'node:net'
|
|
7
7
|
import * as http from 'node:http'
|
|
8
8
|
const os = require('os')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edenware/dlnacasts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Query your local network for DLNA enabled renderers and have them play media",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"test": "node scripts/test.cjs"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@edenware/ssdp": "^4.0.
|
|
39
|
+
"@edenware/ssdp": "^4.0.4",
|
|
40
40
|
"run-parallel": "^1.2.0",
|
|
41
41
|
"thunky": "^1.1.0",
|
|
42
42
|
"upnp-mediarenderer-client": "^1.4.0",
|