@choiceform/os-client-core 3.4.42 → 3.4.43

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
@@ -616,6 +616,10 @@ interface CFHostConfig {
616
616
  * cdn资源主机地址
617
617
  */
618
618
  cdnHost: string;
619
+ /**
620
+ * 媒体资源地址
621
+ */
622
+ mediaHost: string;
619
623
  /**
620
624
  * 公共资源主机地址
621
625
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.4.42",
3
+ "version": "3.4.43",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",
@@ -47,7 +47,7 @@
47
47
  "@typescript-eslint/eslint-plugin": "^4.31.0",
48
48
  "@typescript-eslint/parser": "^4.31.0",
49
49
  "babel-loader": "^8.1.0",
50
- "cf-auto": "^1.96.0",
50
+ "cf-auto": "^1.98.0",
51
51
  "chokidar": "^3.0.2",
52
52
  "clean-webpack-plugin": "^3.0.0",
53
53
  "copy-webpack-plugin": "^6.0.3",