@studyportals/student-interfaces
Advanced tools
Comparing version 5.1.0 to 5.1.1
{ | ||
"name": "@studyportals/student-interfaces", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "The interfaces exposed by StudentJS", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -12,2 +12,2 @@ "use strict"; | ||
exports.WishlistSyncedEvent = WishlistSyncedEvent; | ||
WishlistSyncedEvent.EventType = event_type_1.WishlistServiceEventType.WISHLIST_SERVICE_READY; | ||
WishlistSyncedEvent.EventType = event_type_1.WishlistServiceEventType.WISHLIST_SYNCED; |
15277