linkdood-web-sdk 1.0.17 → 1.0.18

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
@@ -26,4 +26,8 @@
26
26
 
27
27
  ## 1.0.17(2024.03.22)
28
28
  ### 🐛 Bug Fixes
29
- * 修复process单独提权问题
29
+ * 修复process单独提权异常问题
30
+
31
+ ## 1.0.16(2024.05.08)
32
+ ### 🐛 Bug Fixes
33
+ * 修复拦截响应数组中long转string时转义问题