@choiceform/os-client-core 3.6.73 → 3.6.75
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 +13 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +21 -6
- package/package.json +7 -4
package/changelog.md
CHANGED
@@ -22,6 +22,19 @@
|
|
22
22
|
|
23
23
|
### Removed
|
24
24
|
|
25
|
+
## 3.6.75 - 2024-8-30
|
26
|
+
|
27
|
+
### Added
|
28
|
+
|
29
|
+
- 添加 vitest 编写单元测试
|
30
|
+
- 提交答案前检查 loop_ctxs,如果有不合理的数据,进行修复并上报至 sentry
|
31
|
+
|
32
|
+
## 3.6.74 - 2024-8-15
|
33
|
+
|
34
|
+
### Added
|
35
|
+
|
36
|
+
- 上传题支持录音
|
37
|
+
|
25
38
|
## 3.6.73 - 2024-8-13
|
26
39
|
|
27
40
|
### Fixed
|