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.
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/deliverCapability.yml +4 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/deliverCapabilityComment.yml +4 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/describeCapabilityPartner.yml +4 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/describeCapabilityPartnerComment.yml +4 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/provideCapability.yml +4 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/additional-lot-questions/provideCapabilityComment.yml +4 -1
- package/package.json +1 -1
- package/requirements-dev.txt +3 -3
- package/requirements.txt +1 -1
- package/schemas/questions.json +1 -0
|
@@ -11,5 +11,8 @@ validations:
|
|
|
11
11
|
name: answer_required
|
|
12
12
|
message: 'You need to answer this question'
|
|
13
13
|
-
|
|
14
|
-
name:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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.
|
|
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"
|
package/requirements-dev.txt
CHANGED
|
@@ -80,7 +80,7 @@ exceptiongroup==1.1.3
|
|
|
80
80
|
# via
|
|
81
81
|
# hypothesis
|
|
82
82
|
# pytest
|
|
83
|
-
flake8==7.1.
|
|
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.
|
|
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.
|
|
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.
|
|
106
|
+
pyyaml==6.0.2
|
|
107
107
|
# via ccs-digitalmarketplace-content-loader
|
|
108
108
|
redis==5.0.7
|
|
109
109
|
# via ccs-digitalmarketplace-utils
|