@live-change/dao-message
Advanced tools
Comparing version 0.5.14 to 0.5.15
@@ -17,3 +17,3 @@ const rd = require("@live-change/dao") | ||
debug("MSG IN:", event.data) | ||
this.handleMessage(event.data) | ||
this.handleMessage(JSON.parse(event.data)) | ||
}) | ||
@@ -35,3 +35,3 @@ this.target.addEventListener('error', (event) => { | ||
debug("MSG OUT:", message) | ||
this.target.postMessage(message) | ||
this.target.postMessage(JSON.stringify(message)) | ||
} | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "@live-change/dao-message", | ||
"version": "0.5.14", | ||
"version": "0.5.15", | ||
"author": { | ||
@@ -13,3 +13,3 @@ "email": "m8@em8.pl", | ||
"dependencies": { | ||
"@live-change/dao": "^0.5.14", | ||
"@live-change/dao": "^0.5.15", | ||
"debug": "^4.3.4", | ||
@@ -45,3 +45,3 @@ "supports-color": "^7.2.0" | ||
}, | ||
"gitHead": "bc4c227221ae887ebbe996c9b44cc32821229361" | ||
"gitHead": "e68c06bf9175ca4f7794856f671def7d260f8930" | ||
} |
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
4018
Updated@live-change/dao@^0.5.15