@talkjs/core 1.6.1 → 1.6.2
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.
- package/README.md +5 -0
- package/dist/talkSession.cjs +1 -1
- package/dist/talkSession.d.ts +3 -3
- package/dist/talkSession.js +523 -466
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,6 +69,11 @@ If you encounter any problems with `@talkjs/core`, please open a [chat with supp
|
|
|
69
69
|
|
|
70
70
|
## Changelog
|
|
71
71
|
|
|
72
|
+
### 1.6.2
|
|
73
|
+
|
|
74
|
+
- Made `locale` in `SetUserParams` nullable. Setting locale to `null` means the user will fall-back to the default locale set on the dashboard.
|
|
75
|
+
- Improved performance when repeatedly calling `ConversationRef.get()`.
|
|
76
|
+
|
|
72
77
|
### 1.6.1
|
|
73
78
|
|
|
74
79
|
- Fixed a bug where two authentication methods could be active at the same time, causing race conditions.
|