@choiceform/os-client-core 3.6.1 → 3.6.2

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
@@ -341,7 +341,7 @@ interface CFEnvNetWork {
341
341
  * 如果不配置则什么都不做
342
342
  * @param state 答题总状态
343
343
  */
344
- initUploader?(state: CFSurveyState): Promise<void>;
344
+ initUploader?(): void;
345
345
  /**
346
346
  * 发起网络请求的方法,不同的平台请求网络资源的方式不同,需要通过该方法配置。
347
347
  * @param url 地址
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",