@cshah18/sdk 4.7.0 → 4.8.0

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.
@@ -272,6 +272,10 @@ export declare class LobbyModal {
272
272
  * Update offline redemption visibility when group is fulfilled
273
273
  */
274
274
  private updateOfflineRedemptionVisibility;
275
+ /**
276
+ * Update activity section visibility based on group status
277
+ */
278
+ private updateActivitySectionVisibility;
275
279
  /**
276
280
  * Subscribe to socket events
277
281
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cshah18/sdk",
3
- "version": "4.7.0",
3
+ "version": "4.8.0",
4
4
  "description": "CoBuy Embedded SDK for browser JavaScript integration",
5
5
  "type": "module",
6
6
  "main": "dist/cobuy-sdk.umd.js",