@graffy/client
Advanced tools
Comparing version 0.13.9 to 0.13.10
@@ -32,4 +32,2 @@ "use strict"; | ||
source.onerror = function (e) { | ||
// eslint-disable-next-line no-console | ||
if (console && console.error) console.error(e); | ||
end(e); | ||
@@ -36,0 +34,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.13.9", | ||
"version": "0.13.10", | ||
"main": "index.js", | ||
@@ -17,5 +17,5 @@ "source": "src/index.js", | ||
"@babel/runtime-corejs3": "^7.8.3", | ||
"@graffy/common": "0.13.9", | ||
"@graffy/stream": "0.13.9" | ||
"@graffy/common": "0.13.10", | ||
"@graffy/stream": "0.13.10" | ||
} | ||
} |
@@ -23,4 +23,2 @@ import { encodeUrl } from '@graffy/common'; | ||
source.onerror = e => { | ||
// eslint-disable-next-line no-console | ||
if (console && console.error) console.error(e); | ||
end(e); | ||
@@ -27,0 +25,0 @@ }; |
3014
61
+ Added@graffy/common@0.13.10(transitive)
+ Added@graffy/stream@0.13.10(transitive)
- Removed@graffy/common@0.13.9(transitive)
- Removed@graffy/stream@0.13.9(transitive)
Updated@graffy/common@0.13.10
Updated@graffy/stream@0.13.10