ccs-digitalmarketplace-frameworks 4.6.0 → 4.6.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.
@@ -12,7 +12,7 @@ question: >
12
12
  hidden: true
13
13
  type: text
14
14
 
15
- pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
15
+ pattern: "^(0|[1-9]\\d{0,6})(\\.\\d{1,2})?$"
16
16
 
17
17
  validations:
18
18
  -
@@ -20,4 +20,4 @@ validations:
20
20
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
21
21
  -
22
22
  name: invalid_format
23
- message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
23
+ message: You must enter an emissions value between 0.00 and 9999999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -4,7 +4,7 @@ question: Baseline Year Scope 2 Emissions (tCO2e)
4
4
  hidden: true
5
5
  type: text
6
6
 
7
- pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+ pattern: "^(0|[1-9]\\d{0,6})(\\.\\d{1,2})?$"
8
8
 
9
9
  validations:
10
10
  -
@@ -12,4 +12,4 @@ validations:
12
12
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
13
13
  -
14
14
  name: invalid_format
15
- message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
15
+ message: You must enter an emissions value between 0.00 and 9999999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -4,7 +4,7 @@ question: Baseline Year Scope 3 Emissions (tCO2e)
4
4
  hidden: true
5
5
  type: text
6
6
 
7
- pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+ pattern: "^(0|[1-9]\\d{0,6})(\\.\\d{1,2})?$"
8
8
 
9
9
  validations:
10
10
  -
@@ -12,4 +12,4 @@ validations:
12
12
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
13
13
  -
14
14
  name: invalid_format
15
- message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
15
+ message: You must enter an emissions value between 0.00 and 9999999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -4,7 +4,7 @@ question: 'Current / Most Recent Reporting Year Scope 1 Emissions (tCO2e)'
4
4
  hidden: true
5
5
  type: text
6
6
 
7
- pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+ pattern: "^(0|[1-9]\\d{0,6})(\\.\\d{1,2})?$"
8
8
 
9
9
  validations:
10
10
  -
@@ -12,4 +12,4 @@ validations:
12
12
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
13
13
  -
14
14
  name: invalid_format
15
- message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
15
+ message: You must enter an emissions value between 0.00 and 9999999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -4,7 +4,7 @@ question: 'Current / Most Recent Reporting Year Scope 2 Emissions (tCO2e)'
4
4
  hidden: true
5
5
  type: text
6
6
 
7
- pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+ pattern: "^(0|[1-9]\\d{0,6})(\\.\\d{1,2})?$"
8
8
 
9
9
  validations:
10
10
  -
@@ -12,4 +12,4 @@ validations:
12
12
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
13
13
  -
14
14
  name: invalid_format
15
- message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
15
+ message: You must enter an emissions value between 0.00 and 9999999.99, with a maximum of 2 decimal places, e.g. 15.23
@@ -4,7 +4,7 @@ question: 'Current / Most Recent Reporting Year Scope 3 Emissions (tCO2e)'
4
4
  hidden: true
5
5
  type: text
6
6
 
7
- pattern: "^(0|[1-9]\\d{0,4})(\\.\\d{1,2})?$"
7
+ pattern: "^(0|[1-9]\\d{0,6})(\\.\\d{1,2})?$"
8
8
 
9
9
  validations:
10
10
  -
@@ -12,4 +12,4 @@ validations:
12
12
  message: You must enter an emissions value with a maximum of 2 decimal places, e.g. 15.23
13
13
  -
14
14
  name: invalid_format
15
- message: You must enter an emissions value between 0.00 and 99999.99, with a maximum of 2 decimal places, e.g. 15.23
15
+ message: You must enter an emissions value between 0.00 and 9999999.99, with a maximum of 2 decimal places, e.g. 15.23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.6.0",
3
+ "version": "4.6.2",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",