ccs-digitalmarketplace-frameworks 4.10.3 → 4.10.4

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.
@@ -118,9 +118,9 @@
118
118
  description: |
119
119
  You need to provide discount percentages for different call-off contract values. You must enter a value for each value between 0 and 100 for this lot to be completed. All discounts will be visible to potential buyers.
120
120
  questions:
121
- - discountPercentagesLessThan250000
122
- - discountPercentagesLessThan500000
123
- - discountPercentagesLessThan1000000
124
- - discountPercentagesLessThan2500000
125
- - discountPercentagesLessThan5000000
126
- - discountPercentagesOver5000000
121
+ - discountPercentagesLessThan250000
122
+ - discountPercentagesLessThan500000
123
+ - discountPercentagesLessThan1000000
124
+ - discountPercentagesLessThan2500000
125
+ - discountPercentagesLessThan5000000
126
+ - discountPercentagesOver5000000
@@ -17,7 +17,7 @@ max_length_in_words: 500
17
17
  validations:
18
18
  - name: answer_required
19
19
  message: You must enter an explanation for name difference with a maximum of 500 word
20
- - name: under_word_limit
20
+ - name: under_500_words
21
21
  message: You must enter an explanation for name difference with a maximum of 500 words
22
22
  - name: under_character_limit
23
23
  message: You must enter an explanation for name difference with a maximum of 5000 characters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.10.3",
3
+ "version": "4.10.4",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",