ccs-digitalmarketplace-frameworks 4.11.4 → 4.11.6

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.
Files changed (29) hide show
  1. package/frameworks/g-cloud-15/manifests/edit_service.yml +5 -0
  2. package/frameworks/g-cloud-15/manifests/edit_service_as_admin.yml +23 -1
  3. package/frameworks/g-cloud-15/manifests/edit_submission.yml +26 -1
  4. package/frameworks/g-cloud-15/metadata/copy_services.yml +0 -1
  5. package/frameworks/g-cloud-15/questions/services/accreditationsOther.yml +17 -0
  6. package/frameworks/g-cloud-15/questions/services/accreditationsOtherList.yml +22 -0
  7. package/frameworks/g-cloud-15/questions/services/energyEfficientDatacentres.yml +19 -0
  8. package/frameworks/g-cloud-15/questions/services/energyEfficientDatacentresDescription.yml +20 -0
  9. package/frameworks/g-cloud-15/questions/services/independenceOfResources.yml +19 -0
  10. package/frameworks/g-cloud-15/questions/services/multiqAccreditationsOther.yml +13 -0
  11. package/frameworks/g-cloud-15/questions/services/multiqEnergyEfficiency.yml +13 -0
  12. package/frameworks/g-cloud-15/questions/services/multiqStandardsCSASTAR.yml +15 -0
  13. package/frameworks/g-cloud-15/questions/services/multiqStandardsCyber.yml +13 -0
  14. package/frameworks/g-cloud-15/questions/services/multiqStandardsPCI.yml +15 -0
  15. package/frameworks/g-cloud-15/questions/services/pricingDocumentURL.yml +37 -0
  16. package/frameworks/g-cloud-15/questions/services/serviceDefinitionDocumentURL.yml +39 -0
  17. package/frameworks/g-cloud-15/questions/services/sfiaRateDocumentURL.yml +36 -0
  18. package/frameworks/g-cloud-15/questions/services/standardsCSASTAR.yml +23 -0
  19. package/frameworks/g-cloud-15/questions/services/standardsCSASTARExclusions.yml +20 -0
  20. package/frameworks/g-cloud-15/questions/services/standardsCSASTARLevel.yml +26 -0
  21. package/frameworks/g-cloud-15/questions/services/standardsCSASTARWhen.yml +18 -0
  22. package/frameworks/g-cloud-15/questions/services/standardsCyberEssentials.yml +14 -0
  23. package/frameworks/g-cloud-15/questions/services/standardsCyberEssentialsPlus.yml +14 -0
  24. package/frameworks/g-cloud-15/questions/services/standardsPCI.yml +22 -0
  25. package/frameworks/g-cloud-15/questions/services/standardsPCIExclusions.yml +20 -0
  26. package/frameworks/g-cloud-15/questions/services/standardsPCIWhen.yml +18 -0
  27. package/frameworks/g-cloud-15/questions/services/standardsPCIWho.yml +20 -0
  28. package/frameworks/g-cloud-15/questions/services/termsAndConditionsDocumentURL.yml +37 -0
  29. package/package.json +1 -1
@@ -22,3 +22,8 @@
22
22
  editable: True
23
23
  questions:
24
24
  - multiqServiceFeaturesAndBenefitsHostingAndSoftware
25
+
26
+ - name: Documents
27
+ editable: True
28
+ questions:
29
+ - serviceDefinitionDocumentURL
@@ -59,6 +59,7 @@
59
59
  - name: Scaling
60
60
  editable: True
61
61
  questions:
62
+ - independenceOfResources
62
63
  - multiqUsageNotifications
63
64
 
64
65
  - name: Data-in-transit protection
@@ -90,4 +91,25 @@
90
91
  - name: Governance
91
92
  editable: True
92
93
  questions:
93
- - boardLevelServiceSecurity
94
+ - boardLevelServiceSecurity
95
+
96
+ - name: Standards and certifications
97
+ editable: True
98
+ questions:
99
+ - multiqStandardsCSASTAR
100
+ - multiqStandardsPCI
101
+ - multiqStandardsCyber
102
+ - multiqAccreditationsOther
103
+
104
+ - name: Energy efficiency
105
+ editable: True
106
+ questions:
107
+ - multiqEnergyEfficiency
108
+
109
+ - name: Documents
110
+ editable: True
111
+ questions:
112
+ - serviceDefinitionDocumentURL
113
+ - termsAndConditionsDocumentURL
114
+ - pricingDocumentURL
115
+ - sfiaRateDocumentURL
@@ -74,6 +74,7 @@
74
74
  editable: False
75
75
  edit_questions: True
76
76
  questions:
77
+ - independenceOfResources
77
78
  - multiqUsageNotifications
78
79
 
79
80
  - name: Data-in-transit protection
@@ -110,4 +111,28 @@
110
111
  editable: False
111
112
  edit_questions: True
112
113
  questions:
113
- - boardLevelServiceSecurity
114
+ - boardLevelServiceSecurity
115
+
116
+ - name: Standards and certifications
117
+ editable: False
118
+ edit_questions: True
119
+ questions:
120
+ - multiqStandardsCSASTAR
121
+ - multiqStandardsPCI
122
+ - multiqStandardsCyber
123
+ - multiqAccreditationsOther
124
+
125
+ - name: Energy efficiency
126
+ editable: False
127
+ edit_questions: True
128
+ questions:
129
+ - multiqEnergyEfficiency
130
+
131
+ - name: Documents
132
+ editable: False
133
+ edit_questions: True
134
+ questions:
135
+ - serviceDefinitionDocumentURL
136
+ - termsAndConditionsDocumentURL
137
+ - pricingDocumentURL
138
+ - sfiaRateDocumentURL
@@ -44,7 +44,6 @@ questions_to_exclude:
44
44
  - howLongSystemLogsStored
45
45
  - incidentManagementApproach
46
46
  - incidentManagementType
47
- - independenceOfResources
48
47
  - informationSecurityPoliciesAndProcesses
49
48
  - installation
50
49
  - installationCompatibleOperatingSystems
@@ -0,0 +1,17 @@
1
+ name: Other security certifications
2
+ question: Do you have any other security certifications that cover this service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+ followup:
10
+ accreditationsOtherList:
11
+ - true
12
+
13
+ type: boolean
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Select yes if you have any other security certifications.
@@ -0,0 +1,22 @@
1
+ name: Any other security certifications
2
+ question: What other security certifications do you have?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ list_item_name: security certification
12
+ type: list
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter a security certification.
17
+ - name: under_10_words
18
+ message: Each security certification must be 10 words or fewer.
19
+ - name: max_items_limit
20
+ message: You must have 10 or fewer security certifications.
21
+ - name: under_character_limit
22
+ message: Each security certification must be 100 characters or fewer.
@@ -0,0 +1,19 @@
1
+ name: Energy-efficient datacentres
2
+ question: Do your datacentres adhere to the EU code of conduct for energy-efficient datacentres?
3
+ question_advice: >
4
+ Read about the <a href="https://joint-research-centre.ec.europa.eu/energy-efficiency/energy-efficiency-products/code-conduct-ict/code-conduct-energy-efficiency-data-centres_en" target="_blank" rel="noopener noreferrer">EU code of conduct for energy-efficient datacentres (link opens in a new tab)</a>.
5
+
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+ followup:
12
+ energyEfficientDatacentresDescription:
13
+ - true
14
+
15
+ type: boolean
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: Select yes if your datacentres adhere to the EU code of conduct.
@@ -0,0 +1,20 @@
1
+ name: Description of energy efficient datacentres
2
+ question: Describe how your datacentres adhere to the EU Code of Conduct for Energy Efficient datacentres
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: textbox_large
12
+ max_length_in_words: 200
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter description.
17
+ - name: under_200_words
18
+ message: Description must be 200 words or fewer.
19
+ - name: under_character_limit
20
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,19 @@
1
+ name: Independence of resources
2
+ question: How do you guarantee users aren’t affected by the demand other users are placing on your service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: textbox_large
11
+ max_length_in_words: 100
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: Enter description.
16
+ - name: under_100_words
17
+ message: Description must be 100 words or fewer.
18
+ - name: under_character_limit
19
+ message: Description must be 1000 characters or fewer.
@@ -0,0 +1,13 @@
1
+ name: Other security certifications
2
+ question: Other security certifications
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: multiquestion
11
+ questions:
12
+ - accreditationsOther
13
+ - accreditationsOtherList
@@ -0,0 +1,13 @@
1
+ name: Energy efficiency
2
+ question: Energy efficiency
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: multiquestion
11
+ questions:
12
+ - energyEfficientDatacentres
13
+ - energyEfficientDatacentresDescription
@@ -0,0 +1,15 @@
1
+ name: CSA STAR certification
2
+ question: CSA STAR certification
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: multiquestion
11
+ questions:
12
+ - standardsCSASTAR
13
+ - standardsCSASTARWhen
14
+ - standardsCSASTARLevel
15
+ - standardsCSASTARExclusions
@@ -0,0 +1,13 @@
1
+ name: Cyber essentials
2
+ question: Cyber essentials
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: multiquestion
11
+ questions:
12
+ - standardsCyberEssentials
13
+ - standardsCyberEssentialsPlus
@@ -0,0 +1,15 @@
1
+ name: PCI certification
2
+ question: PCI certification
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: multiquestion
11
+ questions:
12
+ - standardsPCI
13
+ - standardsPCIWho
14
+ - standardsPCIWhen
15
+ - standardsPCIExclusions
@@ -0,0 +1,37 @@
1
+ name: Pricing document
2
+ question: Add your pricing document
3
+ hint: >
4
+ <p class="govuk-body">This document will not be indexed by search on the Digital Marketplace.</p>
5
+ <p class="govuk-body">Your document should:</p>
6
+ <ul class="govuk-list govuk-list--bullet">
7
+ <li>be an Open Document Format (ODF) or PDF/A</li>
8
+ <li>have a maximum file size of 5MB</li>
9
+ <li>meet accessibility standards</li>
10
+ </ul>
11
+ <p class="govuk-body">
12
+ <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
13
+ </p>
14
+
15
+ depends:
16
+ - "on": lot
17
+ being:
18
+ - iaas-and-paas
19
+ - iaas-and-paas-above-official
20
+
21
+ type: upload
22
+
23
+ file_settings:
24
+ name: pricing-document
25
+ max_size: 5
26
+ file_types:
27
+ - open_document
28
+
29
+ validations:
30
+ - name: answer_required
31
+ message: Select a file.
32
+ - name: file_is_valid_format
33
+ message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
34
+ - name: file_is_less_than_5mb
35
+ message: The file must be smaller than 5MB.
36
+ - name: file_can_be_saved
37
+ message: The selected file could not be uploaded - try again.
@@ -0,0 +1,39 @@
1
+ name: Service definition document
2
+ question: Add your service definition document
3
+ question_advice: >
4
+ Read the <a href="https://www.gov.uk/guidance/g-cloud-suppliers-guide" target="_blank" rel="noopener noreferrer">suppliers’ guide (opens in new tab)</a> for guidance on what to include.
5
+ hint: >
6
+ <p class="govuk-body">This document will not be indexed by search on the Digital Marketplace.</p>
7
+ <p class="govuk-body">Your document should:</p>
8
+ <ul class="govuk-list govuk-list--bullet">
9
+ <li>be an Open Document Format (ODF) or PDF/A</li>
10
+ <li>have a maximum file size of 5MB</li>
11
+ <li>meet accessibility standards</li>
12
+ </ul>
13
+ <p class="govuk-body">
14
+ <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
15
+ </p>
16
+
17
+ depends:
18
+ - "on": lot
19
+ being:
20
+ - iaas-and-paas
21
+ - iaas-and-paas-above-official
22
+
23
+ type: upload
24
+
25
+ file_settings:
26
+ name: service-definition-document
27
+ max_size: 5
28
+ file_types:
29
+ - open_document
30
+
31
+ validations:
32
+ - name: answer_required
33
+ message: Select a file.
34
+ - name: file_is_valid_format
35
+ message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
36
+ - name: file_is_less_than_5mb
37
+ message: The file must be smaller than 5MB.
38
+ - name: file_can_be_saved
39
+ message: The selected file could not be uploaded - try again.
@@ -0,0 +1,36 @@
1
+ name: Skills Framework for the Information Age rate card
2
+ question: Add your Skills Framework for the Information Age (SFIA) rate card
3
+ hint: >
4
+ <p class="govuk-body">This document will not be indexed by search on the Digital Marketplace.</p>
5
+ <p class="govuk-body">Your document should:</p>
6
+ <ul class="govuk-list govuk-list--bullet">
7
+ <li>be an Open Document Format (ODF) or PDF/A</li>
8
+ <li>have a maximum file size of 5MB</li>
9
+ <li>meet accessibility standards</li>
10
+ </ul>
11
+ <p class="govuk-body">
12
+ <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
13
+ </p>
14
+
15
+ optional: true
16
+ depends:
17
+ - "on": lot
18
+ being:
19
+ - iaas-and-paas
20
+ - iaas-and-paas-above-official
21
+
22
+ type: upload
23
+
24
+ file_settings:
25
+ name: sfia-rate-card
26
+ max_size: 5
27
+ file_types:
28
+ - open_document
29
+
30
+ validations:
31
+ - name: file_is_valid_format
32
+ message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
33
+ - name: file_is_less_than_5mb
34
+ message: The file must be smaller than 5MB.
35
+ - name: file_can_be_saved
36
+ message: The selected file could not be uploaded - try again.
@@ -0,0 +1,23 @@
1
+ name: CSA STAR certification
2
+ question: >
3
+ Do you have a current CSA Security, Trust & Assurance Registry (STAR) certification that covers the security of
4
+ your service?
5
+ filter_label: CSA STAR (service security)
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+ followup:
12
+ standardsCSASTARWhen:
13
+ - true
14
+ standardsCSASTARLevel:
15
+ - true
16
+ standardsCSASTARExclusions:
17
+ - true
18
+
19
+ type: boolean
20
+
21
+ validations:
22
+ - name: answer_required
23
+ message: Select yes if you have a current CSA STAR certification.
@@ -0,0 +1,20 @@
1
+ name: What the CSA STAR doesn’t cover
2
+ question: What parts of your service are not covered by your CSA STAR certification?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: textbox_large
12
+ max_length_in_words: 200
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter the parts of your service not covered by CSA STAR certification.
17
+ - name: under_200_words
18
+ message: Description must be 200 words or fewer.
19
+ - name: under_character_limit
20
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,26 @@
1
+ name: CSA STAR certification level
2
+ question: What level is the certification?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: radios
12
+ options:
13
+ - label: "Level 1: CSA STAR Self-Assessment"
14
+ value: level_1_csa_star_self_assessment
15
+ - label: "Level 2: CSA STAR Attestation"
16
+ value: level_2_csa_star_attestation
17
+ - label: "Level 3: CSA STAR Certification"
18
+ value: level_3_csa_star_certification
19
+ - label: "Level 4: CSA C-STAR Assessment"
20
+ value: level_4_csa_cstar_assessment
21
+ - label: "Level 5: CSA STAR Continuous Monitoring"
22
+ value: level_5_csa_star_continuous_monitoring
23
+
24
+ validations:
25
+ - name: answer_required
26
+ message: Select the level of CSA STAR certification.
@@ -0,0 +1,18 @@
1
+ name: CSA STAR accreditation date
2
+ question: When was the certification accredited?
3
+ hint: eg 31/12/2016
4
+
5
+ hidden: true
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+
12
+ type: text
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter the accreditation date.
17
+ - name: under_character_limit
18
+ message: Your accreditation date must be 50 characters or fewer.
@@ -0,0 +1,14 @@
1
+ name: Cyber essentials
2
+ question: Do you have a current Cyber Essentials certification?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: boolean
11
+
12
+ validations:
13
+ - name: answer_required
14
+ message: Select yes if you have any other security certifications.
@@ -0,0 +1,14 @@
1
+ name: Cyber essentials plus
2
+ question: Do you have a current Cyber Essentials Plus certification?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: boolean
11
+
12
+ validations:
13
+ - name: answer_required
14
+ message: Select yes if you have any other security certifications.
@@ -0,0 +1,22 @@
1
+ name: PCI certification
2
+ question: Do you have a current Payment Card Industry Data Security Standard (PCI DSS) certification?
3
+ filter_label: PCI DSS (payment card security)
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ followup:
11
+ standardsPCIWho:
12
+ - true
13
+ standardsPCIWhen:
14
+ - true
15
+ standardsPCIExclusions:
16
+ - true
17
+
18
+ type: boolean
19
+
20
+ validations:
21
+ - name: answer_required
22
+ message: Select yes if you have a current PCI DSS certification.
@@ -0,0 +1,20 @@
1
+ name: What the PCI DSS doesn’t cover
2
+ question: What is not covered by your PCI DSS certification?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: textbox_large
12
+ max_length_in_words: 200
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter the parts of your service not covered by PCI DSS certification.
17
+ - name: under_200_words
18
+ message: Description must be 200 words or fewer.
19
+ - name: under_character_limit
20
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,18 @@
1
+ name: PCI DSS accreditation date
2
+ question: When was the certification accredited?
3
+ hint: eg 31/12/2016
4
+
5
+ hidden: true
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+
12
+ type: text
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter the accreditation date.
17
+ - name: under_character_limit
18
+ message: Your accreditation date must be 50 characters or fewer.
@@ -0,0 +1,20 @@
1
+ name: Who accredited the PCI DSS certification
2
+ question: Who accredited you?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+
11
+ type: text
12
+ max_length_in_words: 10
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter the accreditor name.
17
+ - name: under_10_words
18
+ message: Accreditor name must be 10 words or fewer.
19
+ - name: under_character_limit
20
+ message: Accreditor name must be 100 characters or fewer.
@@ -0,0 +1,37 @@
1
+ name: Terms and conditions document
2
+ question: Add your terms and conditions document
3
+ hint: >
4
+ <p class="govuk-body">This document will not be indexed by search on the Digital Marketplace.</p>
5
+ <p class="govuk-body">Your document should:</p>
6
+ <ul class="govuk-list govuk-list--bullet">
7
+ <li>be an Open Document Format (ODF) or PDF/A</li>
8
+ <li>have a maximum file size of 5MB</li>
9
+ <li>meet accessibility standards</li>
10
+ </ul>
11
+ <p class="govuk-body">
12
+ <a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
13
+ </p>
14
+
15
+ depends:
16
+ - "on": lot
17
+ being:
18
+ - iaas-and-paas
19
+ - iaas-and-paas-above-official
20
+
21
+ type: upload
22
+
23
+ file_settings:
24
+ name: terms-and-conditions
25
+ max_size: 5
26
+ file_types:
27
+ - open_document
28
+
29
+ validations:
30
+ - name: answer_required
31
+ message: Select a file.
32
+ - name: file_is_valid_format
33
+ message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
34
+ - name: file_is_less_than_5mb
35
+ message: The file must be smaller than 5MB.
36
+ - name: file_can_be_saved
37
+ message: The selected file could not be uploaded - try again.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.11.4",
3
+ "version": "4.11.6",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",