@choiceform/os-client-core 3.6.77 → 3.6.79
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 +12 -0
- package/dist/core.js +1 -1
- package/dist/support/atcp.js +1 -1
- package/dist/web-core.js +2 -1
- package/index.d.ts +1 -1
- package/package.json +1 -2
package/index.d.ts
CHANGED
@@ -139,7 +139,7 @@ interface CCEnvSystem {
|
|
139
139
|
* 获取当前系统语言的方法,答题核心获取系统语言后会尽量优先尝试加载与当前系统的默认语言相匹配的问卷内容
|
140
140
|
* 如果不配置则会优先尝试加载中文问卷内容
|
141
141
|
*/
|
142
|
-
getLang?: () => string;
|
142
|
+
getLang?: () => string | undefined;
|
143
143
|
/**
|
144
144
|
* 这个运行平台的Js的Function构造函数
|
145
145
|
* 一般只有小程序中的答题端需要指定,因为小程序的禁止动态执行脚本,所以其中的Function构造函数被阉割掉了。
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@choiceform/os-client-core",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.79",
|
4
4
|
"description": "choiceform survey client core",
|
5
5
|
"main": "./dist/core.js",
|
6
6
|
"repository": "https://github.com/choice-form/os-client-core",
|
@@ -53,7 +53,6 @@
|
|
53
53
|
"babel-loader": "^8.1.0",
|
54
54
|
"cf-auto": "2.0.0",
|
55
55
|
"chokidar": "^3.0.2",
|
56
|
-
"chromedriver": "128.0.0",
|
57
56
|
"clean-webpack-plugin": "^3.0.0",
|
58
57
|
"copy-webpack-plugin": "^6.0.3",
|
59
58
|
"core-js": "^3.2.1",
|