@openeventkit/event-site 2.1.27 → 2.1.28
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openeventkit/event-site",
|
|
3
3
|
"description": "Event Site",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.28",
|
|
5
5
|
"author": "Tipit LLC",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@emotion/server": "^11.11.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"markdown-it": "^12.0.0",
|
|
88
88
|
"moment": "^2.27.0",
|
|
89
89
|
"moment-timezone": "^0.5.31",
|
|
90
|
-
"my-orders-tickets-widget": "1.0.0-beta.
|
|
90
|
+
"my-orders-tickets-widget": "1.0.0-beta.61",
|
|
91
91
|
"object.assign": "^4.1.5",
|
|
92
92
|
"openstack-uicore-foundation": "4.2.8",
|
|
93
93
|
"path-browserify": "^1.0.1",
|
|
@@ -42,7 +42,7 @@ class SummitAPIRequest extends BaseAPIRequest {
|
|
|
42
42
|
];
|
|
43
43
|
|
|
44
44
|
const ticket_types_relations = ["ticket_types.none"];
|
|
45
|
-
const tracks_relations = ["tracks", "tracks.subtracks.none"];
|
|
45
|
+
const tracks_relations = ["tracks", "tracks.subtracks", "tracks.subtracks.none"];
|
|
46
46
|
const track_groups_relations = ["track_groups.none"];
|
|
47
47
|
const location_relations = ["locations.none", "locations.venue.none"];
|
|
48
48
|
const event_types_relations = ["event_types.none"];
|