app-tutor-ai-consumer 1.51.0 → 1.52.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.52.1](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.52.0...v1.52.1) (2026-01-20)
|
|
2
|
+
|
|
3
|
+
# [1.52.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.51.0...v1.52.0) (2026-01-19)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- send sessionId on tutor send message ([aac00a7](https://github.com/Hotmart-Org/app-tutor-ai-consumer/commit/aac00a7eda569b90b90ea3947e3b7a7bbeab37c7))
|
|
8
|
+
|
|
1
9
|
# [1.51.0](https://github.com/Hotmart-Org/app-tutor-ai-consumer/compare/v1.50.0...v1.51.0) (2026-01-13)
|
|
2
10
|
|
|
3
11
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "app-tutor-ai-consumer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.52.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "rspack serve --env=development --config config/rspack/rspack.config.js",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"typescript": "~5.8.3",
|
|
102
102
|
"typescript-eslint": "~8.34.0",
|
|
103
103
|
"ua-parser-js": "~2.0.4",
|
|
104
|
-
"undici": "~7.
|
|
104
|
+
"undici": "~7.18.2",
|
|
105
105
|
"vite-tsconfig-paths": "~5.1.4",
|
|
106
106
|
"vitest": "~3.2.3"
|
|
107
107
|
},
|
|
@@ -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.sessionId,
|
|
127
127
|
userId: String(getProfileMock.data.userId)
|
|
128
128
|
}
|
|
129
129
|
}
|