@basmilius/apple-airplay 0.0.87 → 0.0.88
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 +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1862,7 +1862,8 @@ class AirPlayDataStream extends AirPlayStream {
|
|
|
1862
1862
|
}
|
|
1863
1863
|
}
|
|
1864
1864
|
} catch (err) {
|
|
1865
|
-
reporter.error("Error in onData", err);
|
|
1865
|
+
reporter.error("Error in data stream onData()", err);
|
|
1866
|
+
this.emit("error", err);
|
|
1866
1867
|
}
|
|
1867
1868
|
}
|
|
1868
1869
|
async#decrypt(data) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basmilius/apple-airplay",
|
|
3
3
|
"description": "Implementation of Apple's AirPlay2 in Node.js.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.88",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@basmilius/apple-common": "0.0.
|
|
45
|
-
"@basmilius/apple-encoding": "0.0.
|
|
44
|
+
"@basmilius/apple-common": "0.0.88",
|
|
45
|
+
"@basmilius/apple-encoding": "0.0.88",
|
|
46
46
|
"@bufbuild/protobuf": "^2.10.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|