@tonguetoquill/collection 0.2.10 → 0.2.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonguetoquill/collection",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nibsbin/tonguetoquill-collection.git"
@@ -18,7 +18,7 @@ fields:
18
18
 
19
19
  departure_date:
20
20
  title: Departure Date
21
- type: string
21
+ type: date
22
22
  required: true
23
23
  ui:
24
24
  compact: true
@@ -47,7 +47,7 @@ fields:
47
47
 
48
48
  briefed_date:
49
49
  title: Date Briefed
50
- type: string
50
+ type: date
51
51
  required: true
52
52
  ui:
53
53
  compact: true