obi-sdk 0.19.101-beta.0 → 0.19.101

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/README.md CHANGED
@@ -142,6 +142,7 @@ The SDK currently routes `update({ showMenu: true })` to Widget V3 (side panel)
142
142
  Temporary exception:
143
143
 
144
144
  - Hostname `app.canibuild.com` remains on Widget V2 for `showMenu` calls.
145
+ - Hostname `app.rechargly.com` remains on Widget V2 for `showMenu` calls.
145
146
 
146
147
  Override behavior:
147
148
 
@@ -149,7 +150,7 @@ Override behavior:
149
150
  - `update({ showMenu: true, showSidePanel: true })` forces V3.
150
151
  - `update({ showMenu: true, showSidePanel: false })` forces V2.
151
152
 
152
- This gate is temporary and should be removed once Canibuild is migrated to V3.
153
+ This gate is temporary and should be removed once these customers are migrated to V3.
153
154
 
154
155
  ## Event API
155
156