ccs-digitalmarketplace-frameworks 4.4.30 → 4.4.31

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.
@@ -2,8 +2,12 @@ name: Lead bidder
2
2
  question: Please confirm you are the lead bidder in the consortium?
3
3
 
4
4
  type: boolean
5
+ required_value: true
5
6
 
6
7
  validations:
8
+ -
9
+ name: required_value
10
+ message: You must be the lead bidder in the consortium to continue your application
7
11
  -
8
12
  name: answer_required
9
- message: You must confirm you are the lead bidder in the consortium
13
+ message: You must be the lead bidder in the consortium to continue your application
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.30",
3
+ "version": "4.4.31",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",