@choiceform/os-client-core 3.6.55 → 3.6.57
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 +16 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
@@ -22,6 +22,22 @@
|
|
22
22
|
|
23
23
|
### Removed
|
24
24
|
|
25
|
+
## 3.6.57 - 2024-2-6
|
26
|
+
|
27
|
+
### Added
|
28
|
+
|
29
|
+
- 接口请求错误,附加 response id 信息
|
30
|
+
|
31
|
+
### Fixed
|
32
|
+
|
33
|
+
- 接口请求,抛出的错误能正确的被捕获到
|
34
|
+
|
35
|
+
## 3.6.56 - 2024-1-16
|
36
|
+
|
37
|
+
### Changed
|
38
|
+
|
39
|
+
- 上传文件方式为 aws cloud 时,设置正确的 Content-Type
|
40
|
+
|
25
41
|
## 3.6.55 - 2024-1-12
|
26
42
|
|
27
43
|
### Changed
|