@feathersjs/socketio-client
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -6,2 +6,8 @@ # Change Log | ||
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12) | ||
### Bug Fixes | ||
- Make sure all Readme files are up to date ([#3154](https://github.com/feathersjs/feathers/issues/3154)) ([a5f0b38](https://github.com/feathersjs/feathers/commit/a5f0b38bbf2a11486415a39533bcc6c67fb51e3e)) | ||
## [5.0.3](https://github.com/feathersjs/feathers/compare/v5.0.2...v5.0.3) (2023-04-05) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,10 +57,10 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/feathers": "^5.0.3", | ||
"@feathersjs/transport-commons": "^5.0.3" | ||
"@feathersjs/feathers": "^5.0.4", | ||
"@feathersjs/transport-commons": "^5.0.4" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^5.0.3", | ||
"@feathersjs/memory": "^5.0.3", | ||
"@feathersjs/socketio": "^5.0.3", | ||
"@feathersjs/tests": "^5.0.3", | ||
"@feathersjs/commons": "^5.0.4", | ||
"@feathersjs/memory": "^5.0.4", | ||
"@feathersjs/socketio": "^5.0.4", | ||
"@feathersjs/tests": "^5.0.4", | ||
"@types/mocha": "^10.0.1", | ||
@@ -74,3 +74,3 @@ "@types/node": "^18.15.11", | ||
}, | ||
"gitHead": "a6ba4dfd08f537a7d4778bed4c45091cbe3802aa" | ||
"gitHead": "376e89040991db500f1f327aa699322543315039" | ||
} |
@@ -7,3 +7,3 @@ # @feathersjs/socketio-client | ||
> The client for Socket.io Feathers connections | ||
> Client for Socket.io Feathers connections | ||
@@ -18,3 +18,3 @@ ## Installation | ||
Refer to the [Feathers SocketIO API documentation](https://docs.feathersjs.com/api/client/socketio.html) for more details. | ||
Refer to the [Feathers SocketIO API documentation](https://feathersjs.com/api/client/socketio.html) for more details. | ||
@@ -21,0 +21,0 @@ ## License |
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
33506