ccs-digitalmarketplace-frameworks 5.1.47 → 5.1.49

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