chore(release): 4.7.3

Diff: https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.3
This commit is contained in:
Damien Arrachequesne
2024-01-03 21:25:21 +01:00
parent f9c16f2265
commit ca5d50ebac
7 changed files with 30 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
# History
## 2024
- [4.7.3](#473-2024-01-03) (Jan 2024)
## 2023
- [4.7.2](#472-2023-08-02) (Aug 2023)
@@ -62,6 +66,23 @@
# Release notes
## [4.7.3](https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.3) (2024-01-03)
### Bug Fixes
* improve compatibility with node16 module resolution ([#1595](https://github.com/socketio/socket.io-client/issues/1595)) ([605de78](https://github.com/socketio/socket.io-client/commit/605de78d2cd7303bf25d9e2146e2b707dbf63d4f))
* **typings:** accept string | undefined as init argument ([5a3eafe](https://github.com/socketio/socket.io-client/commit/5a3eafed1c4118ac3a06ec81a24491eec7d0655f))
* **typings:** fix the type of the socket#id attribute ([f9c16f2](https://github.com/socketio/socket.io-client/commit/f9c16f226512fc8a8df461e3a07e392720462165))
### Dependencies
- [`engine.io-client@~6.5.2`](https://github.com/socketio/engine.io-client/releases/tag/6.5.2) (no change)
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)
## [4.7.2](https://github.com/socketio/socket.io-client/compare/4.7.1...4.7.2) (2023-08-02)
Some bug fixes are included from the `engine.io-client` package:

File diff suppressed because one or more lines are too long

4
dist/socket.io.js vendored
View File

@@ -1,6 +1,6 @@
/*!
* Socket.IO v4.7.2
* (c) 2014-2023 Guillermo Rauch
* Socket.IO v4.7.3
* (c) 2014-2024 Guillermo Rauch
* Released under the MIT License.
*/
(function (global, factory) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io-client",
"version": "4.7.2",
"version": "4.7.3",
"description": "Realtime application framework client",
"keywords": [
"realtime",

View File

@@ -1,5 +1,4 @@
{
"name": "socket.io-client",
"version": "4.4.0",
"type": "module"
}