ccs-digitalmarketplace-frameworks 2.0.1 → 2.0.2

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.
@@ -11,5 +11,8 @@ validations:
11
11
  name: answer_required
12
12
  message: 'You need to answer this question'
13
13
  -
14
- name: under_word_limit
14
+ name: under_500_words
15
15
  message: Your answer must be no more than 500 words
16
+
17
+ - name: under_character_limit
18
+ message: Your answer must be no longer than 5000 characters.
@@ -11,5 +11,8 @@ validations:
11
11
  name: answer_required
12
12
  message: 'You need to answer this question'
13
13
  -
14
- name: under_word_limit
14
+ name: under_500_words
15
15
  message: Your answer must be no more than 500 words
16
+
17
+ - name: under_character_limit
18
+ message: Your answer must be no longer than 5000 characters.
@@ -11,5 +11,8 @@ validations:
11
11
  name: answer_required
12
12
  message: 'You need to answer this question'
13
13
  -
14
- name: under_word_limit
14
+ name: under_500_words
15
15
  message: Your answer must be no more than 500 words
16
+
17
+ - name: under_character_limit
18
+ message: Your answer must be no longer than 5000 characters.
@@ -11,5 +11,8 @@ validations:
11
11
  name: answer_required
12
12
  message: 'You need to answer this question'
13
13
  -
14
- name: under_word_limit
14
+ name: under_500_words
15
15
  message: Your answer must be no more than 500 words
16
+
17
+ - name: under_character_limit
18
+ message: Your answer must be no longer than 5000 characters.
@@ -11,5 +11,8 @@ validations:
11
11
  name: answer_required
12
12
  message: 'You need to answer this question'
13
13
  -
14
- name: under_word_limit
14
+ name: under_500_words
15
15
  message: Your answer must be no more than 500 words
16
+
17
+ - name: under_character_limit
18
+ message: Your answer must be no longer than 5000 characters.
@@ -11,5 +11,8 @@ validations:
11
11
  name: answer_required
12
12
  message: 'You need to answer this question'
13
13
  -
14
- name: under_word_limit
14
+ name: under_500_words
15
15
  message: Your answer must be no more than 500 words
16
+
17
+ - name: under_character_limit
18
+ message: Your answer must be no longer than 5000 characters.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"
@@ -80,7 +80,7 @@ exceptiongroup==1.1.3
80
80
  # via
81
81
  # hypothesis
82
82
  # pytest
83
- flake8==7.1.0
83
+ flake8==7.1.1
84
84
  # via -r requirements-dev.in
85
85
  flask==3.0.3
86
86
  # via
@@ -115,7 +115,7 @@ govuk-country-register==0.5.0
115
115
  # via
116
116
  # -r requirements.txt
117
117
  # ccs-digitalmarketplace-utils
118
- hypothesis==6.108.5
118
+ hypothesis==6.111.0
119
119
  # via -r requirements-dev.in
120
120
  idna==3.7
121
121
  # via
@@ -203,7 +203,7 @@ pytz==2024.1
203
203
  # via
204
204
  # -r requirements.txt
205
205
  # ccs-digitalmarketplace-utils
206
- pyyaml==6.0.1
206
+ pyyaml==6.0.2
207
207
  # via
208
208
  # -r requirements-dev.in
209
209
  # -r requirements.txt
package/requirements.txt CHANGED
@@ -103,7 +103,7 @@ python-json-logger==2.0.7
103
103
  # ccs-digitalmarketplace-utils
104
104
  pytz==2024.1
105
105
  # via ccs-digitalmarketplace-utils
106
- pyyaml==6.0.1
106
+ pyyaml==6.0.2
107
107
  # via ccs-digitalmarketplace-content-loader
108
108
  redis==5.0.7
109
109
  # via ccs-digitalmarketplace-utils
@@ -168,6 +168,7 @@
168
168
  "under_100_words",
169
169
  "under_200_words",
170
170
  "under_300_words",
171
+ "under_500_words",
171
172
  "under_word_limit",
172
173
  "under_character_limit",
173
174
  "total_should_be_100"