@choiceform/os-client-core 3.5.1-ssr-beta4 → 3.6.1

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
@@ -267,7 +267,7 @@ interface CFApiReqResult {
267
267
  /**
268
268
  * 数据
269
269
  */
270
- response: string | object;
270
+ response: string;
271
271
  }
272
272
 
273
273
  interface CFUploadBaseConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.5.1-ssr-beta4",
3
+ "version": "3.6.1",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",