app-tutor-ai-consumer 1.39.1 → 1.40.1
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.40.1](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.40.0...v1.40.1) (2025-11-18)
|
|
2
|
+
|
|
3
|
+
# [1.40.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.39.1...v1.40.0) (2025-11-17)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- add conversationId on send text message ([6b27c2d](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/6b27c2d78177009a2867df15d5a895232d31a461))
|
|
8
|
+
|
|
1
9
|
## [1.39.1](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.39.0...v1.39.1) (2025-11-17)
|
|
2
10
|
|
|
3
11
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "app-tutor-ai-consumer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.40.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "rspack serve --env=development --config config/rspack/rspack.config.js",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"immer": "~10.1.1",
|
|
120
120
|
"jotai": "~2.12.5",
|
|
121
121
|
"linkify-it": "~5.0.0",
|
|
122
|
-
"postcss-prefix-selector": "
|
|
122
|
+
"postcss-prefix-selector": "~2.1.1",
|
|
123
123
|
"prism-react-renderer": "~2.4.1",
|
|
124
124
|
"react": "~19.1.0",
|
|
125
125
|
"react-dom": "~19.1.0",
|
|
@@ -123,7 +123,7 @@ describe('useSendTextMessage', () => {
|
|
|
123
123
|
},
|
|
124
124
|
externalId: expect.any(String),
|
|
125
125
|
namespace: defaultSettings.namespace,
|
|
126
|
-
sessionId: defaultSettings.
|
|
126
|
+
sessionId: defaultSettings.conversationId,
|
|
127
127
|
userId: String(getProfileMock.data.userId)
|
|
128
128
|
}
|
|
129
129
|
}
|