@choiceform/os-client-core 3.6.32 → 3.6.34

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
@@ -9254,6 +9254,10 @@ interface CFPDEndNode
9254
9254
  * 最小答题时间限制
9255
9255
  */
9256
9256
  minTime: number;
9257
+ /**
9258
+ * 是否需要跳过该节点
9259
+ */
9260
+ skipEnd?: boolean;
9257
9261
  }
9258
9262
 
9259
9263
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.6.32",
3
+ "version": "3.6.34",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",
@@ -70,11 +70,11 @@
70
70
  "ua-parser-js": "^0.7.20"
71
71
  },
72
72
  "dependencies": {
73
- "@choiceform/os-cfpd": "^3.2.7",
74
- "ts-loader": "^9.2.5",
75
- "typescript": "^4.4.2",
76
- "webpack": "^5.52.0",
77
- "webpack-cli": "^4.8.0",
78
- "webpack-dev-server": "^4.1.1"
73
+ "@choiceform/os-cfpd": "^3.2.9",
74
+ "ts-loader": "^9.4.2",
75
+ "typescript": "^5.0.2",
76
+ "webpack": "^5.76.3",
77
+ "webpack-cli": "^5.0.1",
78
+ "webpack-dev-server": "^4.13.1"
79
79
  }
80
80
  }