@openeventkit/event-site 2.1.33 → 2.1.35
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.35",
|
|
5
5
|
"author": "Tipit LLC",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@emotion/server": "^11.11.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"moment-timezone": "^0.5.31",
|
|
90
90
|
"my-orders-tickets-widget": "1.0.0-beta.61",
|
|
91
91
|
"object.assign": "^4.1.5",
|
|
92
|
-
"openstack-uicore-foundation": "4.2.
|
|
92
|
+
"openstack-uicore-foundation": "4.2.14",
|
|
93
93
|
"path-browserify": "^1.0.1",
|
|
94
94
|
"prop-types": "^15.6.0",
|
|
95
95
|
"react": "^18.2.0",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"stream-browserify": "^3.0.0",
|
|
136
136
|
"stream-chat": "^2.7.2",
|
|
137
137
|
"stream-chat-react": "3.1.7",
|
|
138
|
-
"summit-registration-lite": "6.0.5
|
|
138
|
+
"summit-registration-lite": "6.0.5",
|
|
139
139
|
"superagent": "8.0.9",
|
|
140
140
|
"sweetalert2": "^11.11.1",
|
|
141
141
|
"upcoming-events-widget": "3.0.7",
|
|
@@ -155,11 +155,6 @@ class ActivitySynchStrategy extends AbstractSynchStrategy{
|
|
|
155
155
|
case 'INSERT':
|
|
156
156
|
case 'UPDATE':{
|
|
157
157
|
let entity = await fetchEventById(this.summit.id, entity_id, this.accessToken);
|
|
158
|
-
if(this.accessToken) {
|
|
159
|
-
const streaming_info = await fetchStreamingInfoByEventId(this.summit.id, entity_id, this.accessToken);
|
|
160
|
-
if(streaming_info) entity = {...entity, ...streaming_info};
|
|
161
|
-
}
|
|
162
|
-
|
|
163
158
|
if(!entity){
|
|
164
159
|
// was deleted ( un - published)
|
|
165
160
|
return this._handleDeleteOrUnpublish(entity_id, payload, eventsData);
|