@tonguetoquill/collection 0.2.9 → 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.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nibsbin/tonguetoquill-collection.git"
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"postversion": "git push --follow-tags",
|
|
29
29
|
"release:patch": "npm version patch",
|
|
30
30
|
"release:minor": "npm version minor",
|
|
31
|
-
"release:major": "npm version major"
|
|
31
|
+
"release:major": "npm version major",
|
|
32
|
+
"prerelease": "npm version prerelease --preid beta && npm publish --tag beta"
|
|
32
33
|
},
|
|
33
34
|
"publishConfig": {
|
|
34
35
|
"access": "public"
|
|
@@ -18,7 +18,7 @@ fields:
|
|
|
18
18
|
|
|
19
19
|
departure_date:
|
|
20
20
|
title: Departure Date
|
|
21
|
-
type:
|
|
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:
|
|
50
|
+
type: date
|
|
51
51
|
required: true
|
|
52
52
|
ui:
|
|
53
53
|
compact: true
|
|
@@ -104,28 +104,33 @@ cards:
|
|
|
104
104
|
type: date
|
|
105
105
|
ui:
|
|
106
106
|
group: Itinerary Entry
|
|
107
|
+
compact: true
|
|
107
108
|
description: "Date for the itinerary row."
|
|
108
109
|
departure_point:
|
|
109
110
|
title: Departure Point
|
|
110
111
|
type: string
|
|
111
112
|
ui:
|
|
112
113
|
group: Itinerary Entry
|
|
114
|
+
compact: true
|
|
113
115
|
description: "Point of departure."
|
|
114
116
|
arrival_point:
|
|
115
117
|
title: Arrival Point
|
|
116
118
|
type: string
|
|
117
119
|
ui:
|
|
118
120
|
group: Itinerary Entry
|
|
121
|
+
compact: true
|
|
119
122
|
description: "Point of arrival."
|
|
120
123
|
rest_length:
|
|
121
124
|
title: Length of Rest Period
|
|
122
125
|
type: string
|
|
123
126
|
ui:
|
|
124
127
|
group: Itinerary Entry
|
|
128
|
+
compact: true
|
|
125
129
|
description: "Duration of rest period."
|
|
126
130
|
mileage:
|
|
127
131
|
title: Approximate Mileage
|
|
128
132
|
type: string
|
|
129
133
|
ui:
|
|
130
134
|
group: Itinerary Entry
|
|
135
|
+
compact: true
|
|
131
136
|
description: "Approximate mileage for this leg."
|