ccs-digitalmarketplace-frameworks 4.12.1 → 4.12.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.
@@ -0,0 +1,18 @@
1
+ id: metricsFocus
2
+
3
+ name: FOCUS resource tagging
4
+
5
+ question: Does your solution support FOCUS resource tagging?
6
+
7
+ hidden: true
8
+
9
+ depends:
10
+ - 'on': lot
11
+ being:
12
+ - iaas-and-paas
13
+
14
+ type: boolean
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: Select yes if you support FOCUS resource tagging.
@@ -7,7 +7,6 @@ question: Do you provide infrastructure or application metrics?
7
7
  depends:
8
8
  - 'on': lot
9
9
  being:
10
- - iaas-and-paas
11
10
  - iaas-and-paas-above-official
12
11
 
13
12
  followup:
@@ -0,0 +1,24 @@
1
+ id: metrics
2
+
3
+ name: Infrastructure or application metrics
4
+
5
+ question: Do you provide infrastructure or application metrics?
6
+
7
+ depends:
8
+ - 'on': lot
9
+ being:
10
+ - iaas-and-paas
11
+
12
+ followup:
13
+ metricsWhat:
14
+ - true
15
+ metricsHow:
16
+ - true
17
+ metricsFocus:
18
+ - true
19
+
20
+ type: boolean
21
+
22
+ validations:
23
+ - name: answer_required
24
+ message: Select yes if you provide infrastructure or application metrics.
@@ -13,7 +13,9 @@ depends:
13
13
  type: multiquestion
14
14
 
15
15
  questions:
16
+ - metricsHostingFocus
16
17
  - metricsHosting
17
18
  - metricsHostingWhat
18
19
  - metricsHostingWhatOther
19
20
  - metricsHostingHow
21
+ - metricsFocus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.12.1",
3
+ "version": "4.12.2",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",