@conectar/conectar-ws
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -314,4 +314,3 @@ export default class Wire { | ||
}) | ||
.then(response => (response.json() ? response.json() : response)) | ||
.catch(err => console.error('Wire Request Error', err)); | ||
.then(response => response.json() || response); | ||
} | ||
@@ -318,0 +317,0 @@ |
{ | ||
"name": "@conectar/conectar-ws", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Conectar WS connections", | ||
@@ -5,0 +5,0 @@ "main": "dist/wire.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
274413
9
755