Comparing version 1.6.0 to 1.6.1
@@ -5,5 +5,10 @@ # Changelog | ||
## [1.6.1][] - 2021-04-13 | ||
- Fix and improve typings | ||
- Publish typings to npm package | ||
## [1.6.0][] - 2021-03-15 | ||
- Implmenetn port re-bind | ||
- Implement port re-bind | ||
- Disable Nagle's algorithm if configured | ||
@@ -81,3 +86,4 @@ - Read timeouts from config (remove hardcoded constants) | ||
[unreleased]: https://github.com/metarhia/metacom/compare/v1.6.0...HEAD | ||
[unreleased]: https://github.com/metarhia/metacom/compare/v1.6.1...HEAD | ||
[1.6.1]: https://github.com/metarhia/metacom/compare/v1.6.0...v1.6.1 | ||
[1.6.0]: https://github.com/metarhia/metacom/compare/v1.5.3...v1.6.0 | ||
@@ -84,0 +90,0 @@ [1.5.3]: https://github.com/metarhia/metacom/compare/v1.5.2...v1.5.3 |
{ | ||
"name": "metacom", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -42,3 +42,4 @@ "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", | ||
"dist/", | ||
"lib/" | ||
"lib/", | ||
"types/" | ||
], | ||
@@ -56,2 +57,3 @@ "readmeFilename": "README.md", | ||
"dependencies": { | ||
"@types/ws": "^7.4.1", | ||
"metautil": "^3.5.1", | ||
@@ -61,4 +63,4 @@ "ws": "^7.4.4" | ||
"devDependencies": { | ||
"@types/node": "^14.14.35", | ||
"eslint": "^7.22.0", | ||
"@types/node": "^14.14.37", | ||
"eslint": "^7.24.0", | ||
"eslint-config-metarhia": "^7.0.1", | ||
@@ -70,4 +72,4 @@ "eslint-config-prettier": "^8.1.0", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.2.3" | ||
"typescript": "^4.2.4" | ||
} | ||
} |
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
31441
13
784
3
+ Added@types/ws@^7.4.1
+ Added@types/node@22.9.0(transitive)
+ Added@types/ws@7.4.7(transitive)
+ Addedundici-types@6.19.8(transitive)