ccs-digitalmarketplace-frameworks 3.3.0 → 3.3.1

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.
@@ -1,3 +1,4 @@
1
+ name: Registered with the Information Commissioner's Office (ICO)
1
2
  question: Are you registered with the Information Commissioner's Office (ICO)?
2
3
 
3
4
  depends:
@@ -1,3 +1,4 @@
1
+ name: Registration reference
1
2
  question: Enter your registration reference
2
3
 
3
4
  depends:
@@ -12,5 +13,5 @@ hidden: true
12
13
  validations:
13
14
  - name: answer_required
14
15
  message: Enter your registration reference
15
- - name: under_word_limit
16
+ - name: under_10_words
16
17
  message: "Your answer must be no longer than 10 words"
@@ -1,5 +1,5 @@
1
1
  name: Registered with the Information Commissioner's Office (ICO)
2
- question: Registered with the Information Commissioner's Office (ICO)
2
+ question: ""
3
3
 
4
4
  depends:
5
5
  - "on": lot
@@ -1,5 +1,5 @@
1
1
  name: Member of any other trade or industry bodies
2
- question: Member of any other trade or industry bodies
2
+ question: ""
3
3
 
4
4
  depends:
5
5
  - "on": lot
@@ -1,4 +1,6 @@
1
+ name: Member of any other trade or industry bodies
1
2
  question: Are you a member of any other trade or industry bodies?
3
+ hint: Select all that apply
2
4
 
3
5
  depends:
4
6
  - "on": lot
@@ -1,4 +1,5 @@
1
- question: Specify any other trade or industry bodies you a member of
1
+ name: Other trade or industry bodies you are a member of
2
+ question: Specify any other trade or industry bodies you are a member of
2
3
 
3
4
  depends:
4
5
  - "on": lot
@@ -11,8 +12,8 @@ hidden: true
11
12
 
12
13
  validations:
13
14
  - name: answer_required
14
- message: Enter any other trade or industry bodies you a member of
15
- - name: under_word_limit
15
+ message: Enter any other trade or industry bodies you are a member of
16
+ - name: under_200_words
16
17
  message: "Your answer must be no more than 200 words"
17
18
  - name: under_character_limit
18
19
  message: "Your answer must be no more than 2000 characters"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
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"