@choiceform/os-client-core 3.4.4 → 3.4.5

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/index.d.ts CHANGED
@@ -603,10 +603,6 @@ interface CFEnvOptions {
603
603
  * 服务配置信息
604
604
  */
605
605
  interface CFHostConfig {
606
- /**
607
- * 错误统计服务key
608
- */
609
- readonly sentryKey: string;
610
606
  /**
611
607
  * 操作记录接口地址
612
608
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "description": "choice form survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",