Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,6 @@ # Changelog | ||
## [2.0.3][] - 2021-09-23 | ||
- Remove `toString` in `receiveBody` to be compatible with ws | ||
## [2.0.2][] - 2021-09-11 | ||
@@ -154,3 +158,4 @@ | ||
[unreleased]: https://github.com/metarhia/metacom/compare/v2.0.2...HEAD | ||
[unreleased]: https://github.com/metarhia/metacom/compare/v2.0.3...HEAD | ||
[2.0.3]: https://github.com/metarhia/metacom/compare/v2.0.2...v2.0.3 | ||
[2.0.2]: https://github.com/metarhia/metacom/compare/v2.0.1...v2.0.2 | ||
@@ -157,0 +162,0 @@ [2.0.1]: https://github.com/metarhia/metacom/compare/v2.0.0...v2.0.1 |
@@ -20,3 +20,3 @@ 'use strict'; | ||
} | ||
return Buffer.concat(buffers).toString(); | ||
return Buffer.concat(buffers); | ||
}; | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "metacom", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -56,7 +56,7 @@ "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", | ||
"dependencies": { | ||
"metautil": "^3.5.11", | ||
"metautil": "^3.5.15", | ||
"ws": "^8.2.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.9.1", | ||
"@types/node": "^16.9.6", | ||
"@types/ws": "^7.4.7", | ||
@@ -69,5 +69,5 @@ "eslint": "^7.31.0", | ||
"metatests": "^0.7.2", | ||
"prettier": "^2.4.0", | ||
"prettier": "^2.4.1", | ||
"typescript": "^4.4.3" | ||
} | ||
} |
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
38215
Updatedmetautil@^3.5.15