ccs-digitalmarketplace-frameworks 4.0.13 → 4.0.14
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/declaration/groupOrConsortiumJointVentureStatement.yml +4 -4
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/mandatoryAwardQuestion.yml +1 -1
- package/package.json +1 -1
- package/requirements-dev.txt +2 -2
- package/requirements.in +1 -1
- package/requirements.txt +1 -1
|
@@ -6,18 +6,18 @@ type: radios
|
|
|
6
6
|
|
|
7
7
|
options:
|
|
8
8
|
- label: You have set up a joint venture company or special purpose vehicle (SPV) and are submitting a tender in the name of the joint venture via the SPV Digital Marketplace account
|
|
9
|
-
value: joint-
|
|
9
|
+
value: joint-venture
|
|
10
10
|
- label: You have not set up a joint venture company or special purpose vehicle (SPV) prior to submitting a tender, but if your tender is successful, you will form a specific legal entity, a joint venture company or special purpose vehicle (SPV) before signing the Framework Contract
|
|
11
11
|
value: joint-venture-if-successful
|
|
12
12
|
- label: You have not set up a joint venture company or special purpose vehicle (SPV) prior to submitting a tender, and will not if your tender is successful
|
|
13
|
-
value: no-joint-
|
|
13
|
+
value: no-joint-venture
|
|
14
14
|
|
|
15
15
|
followup:
|
|
16
16
|
multiqStatementDetail:
|
|
17
17
|
- joint-venture-if-successful
|
|
18
|
-
- no-joint-
|
|
18
|
+
- no-joint-venture
|
|
19
19
|
tenderInfoMultiqConnectedPersons:
|
|
20
|
-
- joint-
|
|
20
|
+
- joint-venture
|
|
21
21
|
|
|
22
22
|
validations:
|
|
23
23
|
-
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: Deliver all mandatory service requirements
|
|
2
2
|
question: If you are awarded a framework contract, will you deliver in full all mandatory service requirements in Framework Schedule 1 (Specification) for each Lot you have successfully tendered for?
|
|
3
3
|
question_advice: >
|
|
4
4
|
<p class="govuk-body">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.14",
|
|
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
|
@@ -30,7 +30,7 @@ ccs-digitalmarketplace-apiclient==28.0.0
|
|
|
30
30
|
# via
|
|
31
31
|
# -r requirements.txt
|
|
32
32
|
# ccs-digitalmarketplace-utils
|
|
33
|
-
ccs-digitalmarketplace-content-loader==13.
|
|
33
|
+
ccs-digitalmarketplace-content-loader==13.6.0
|
|
34
34
|
# via -r requirements.txt
|
|
35
35
|
ccs-digitalmarketplace-utils==69.0.0
|
|
36
36
|
# via
|
|
@@ -114,7 +114,7 @@ govuk-country-register==0.5.0
|
|
|
114
114
|
# via
|
|
115
115
|
# -r requirements.txt
|
|
116
116
|
# ccs-digitalmarketplace-utils
|
|
117
|
-
hypothesis==6.130.
|
|
117
|
+
hypothesis==6.130.9
|
|
118
118
|
# via -r requirements-dev.in
|
|
119
119
|
identify==2.6.8
|
|
120
120
|
# via pre-commit
|
package/requirements.in
CHANGED
package/requirements.txt
CHANGED
|
@@ -16,7 +16,7 @@ cachelib==0.13.0
|
|
|
16
16
|
# via flask-session
|
|
17
17
|
ccs-digitalmarketplace-apiclient==28.0.0
|
|
18
18
|
# via ccs-digitalmarketplace-utils
|
|
19
|
-
ccs-digitalmarketplace-content-loader==13.
|
|
19
|
+
ccs-digitalmarketplace-content-loader==13.6.0
|
|
20
20
|
# via -r requirements.in
|
|
21
21
|
ccs-digitalmarketplace-utils==69.0.0
|
|
22
22
|
# via
|