@feathersjs/socketio-client
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.1](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio-client@1.2.0...@feathersjs/socketio-client@1.2.1) (2019-01-02) | ||
### Bug Fixes | ||
* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda)) | ||
<a name="1.2.0"></a> | ||
@@ -8,0 +19,0 @@ # [1.2.0](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio-client@1.1.5...@feathersjs/socketio-client@1.2.0) (2018-12-16) |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://feathersjs.com", | ||
@@ -38,8 +38,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.2.0" | ||
"@feathersjs/transport-commons": "^4.2.1" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.0.0", | ||
"@feathersjs/feathers": "^3.3.0", | ||
"@feathersjs/socketio": "^3.2.8", | ||
"@feathersjs/feathers": "^3.3.1", | ||
"@feathersjs/socketio": "^3.2.9", | ||
"chai": "^4.1.2", | ||
@@ -50,3 +50,3 @@ "feathers-memory": "^2.0.0", | ||
}, | ||
"gitHead": "3bbba49daf1e62f358b426002ec9684f4bcaac89" | ||
"gitHead": "8c3a740ada9c9a0a25204d72f8ce982ad2887331" | ||
} |
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
10132