@streamlayer/react 1.18.6 → 1.18.7
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/lib/cjs/advertisement.js +1 -1
- package/lib/cjs/notification.js +1 -1
- package/lib/cjs/provider.js +20 -20
- package/lib/cjs/useStreamLayerApp2.js +1 -1
- package/lib/classic/cjs/advertisement.js +1 -1
- package/lib/classic/cjs/notification.js +1 -1
- package/lib/classic/cjs/provider.js +19 -19
- package/lib/classic/cjs/useStreamLayerApp2.js +1 -1
- package/lib/classic/es/advertisement.js +1 -1
- package/lib/classic/es/notification.js +174 -164
- package/lib/classic/es/provider.js +6032 -6140
- package/lib/classic/es/useStreamLayerApp2.js +1 -1
- package/lib/dist/cjs/masters.js +37 -37
- package/lib/dist/es/masters.js +5036 -5121
- package/lib/dist/style.css +1 -1
- package/lib/es/notification.js +168 -158
- package/lib/es/provider.js +4642 -4727
- package/lib/es/useStreamLayerApp2.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +14 -14
|
@@ -10860,7 +10860,7 @@ const sg = ({
|
|
|
10860
10860
|
y = !0;
|
|
10861
10861
|
};
|
|
10862
10862
|
const m = DR(e, n, l, {
|
|
10863
|
-
version: "1.18.
|
|
10863
|
+
version: "1.18.7",
|
|
10864
10864
|
onDeepLinkHandled: o,
|
|
10865
10865
|
videoPlayerController: i,
|
|
10866
10866
|
onContentActivate: a,
|