ccs-digitalmarketplace-frameworks 3.14.14 → 3.14.15

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.
@@ -13,6 +13,8 @@ validations:
13
13
  message: You must enter the associated person's share code
14
14
  - name: under_character_limit
15
15
  message: Share code must be 8 characters
16
+ - name: over_character_limit
17
+ message: Share code must be 8 characters
16
18
  - name: share_code_found
17
19
  message: The PPON and Share code for the associated person is not correct, please check and re-enter
18
20
  - name: ppon_found_in_cdp_data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.14.14",
3
+ "version": "3.14.15",
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"
@@ -190,6 +190,7 @@
190
190
  "under_500_words",
191
191
  "under_word_limit",
192
192
  "under_character_limit",
193
+ "over_character_limit",
193
194
  "total_should_be_100"
194
195
  ]
195
196
  },