corp-chat-library-antd-react-socket 1.2.5 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +2786 -2770
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -103,7 +103,7 @@ export interface User {
103
103
 
104
104
  ## HttpParams
105
105
  CSRF_TOKEN - session token for backend;\
106
- PRODMODE - use fetches and socked, or use mocks;\
106
+ PRODMODE - use axios requests and socket, or use mocks;\
107
107
  HTTP_HOST - host;\
108
108
  BFF_PORT - socket port (HTTP_HOST:BFF_PORT);
109
109