@choiceform/os-client-core 3.4.46 → 3.4.49
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 +25 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +4190 -3623
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -22,6 +22,31 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.4.49 - 2022-3-16
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- 修复授权与奖励授权 code 冲突问题
|
|
30
|
+
|
|
31
|
+
## 3.4.48 - 2022-3-16
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- 移除日志
|
|
36
|
+
- 主进程不等待微信分享完成。
|
|
37
|
+
|
|
38
|
+
### Fixed
|
|
39
|
+
|
|
40
|
+
- 修正一些翻译内容
|
|
41
|
+
- 微信授权 code 冲突
|
|
42
|
+
- 回复链接跳转后的错误中断处理
|
|
43
|
+
|
|
44
|
+
## 3.4.47 - 2022-3-16
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- 使用 cfpd 类型系统替换 core 中的现有类型
|
|
49
|
+
|
|
25
50
|
## 3.4.46 - 2022-3-15
|
|
26
51
|
|
|
27
52
|
### Added
|