@streamlayer/react 1.14.7 → 1.14.8
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/index2.js +3 -3
- package/lib/cjs/notification.js +1 -1
- package/lib/cjs/provider.js +17 -17
- package/lib/cjs/useStreamLayerApp2.js +2 -2
- package/lib/classic/cjs/advertisement.js +1 -1
- package/lib/classic/cjs/index2.js +3 -3
- package/lib/classic/cjs/notification.js +1 -1
- package/lib/classic/cjs/provider.js +16 -16
- package/lib/classic/cjs/useStreamLayerApp2.js +2 -2
- package/lib/classic/es/advertisement.js +1 -1
- package/lib/classic/es/index.js +1 -1
- package/lib/classic/es/index2.js +209 -209
- package/lib/classic/es/masters2.js +17 -17
- package/lib/classic/es/notification.js +19 -19
- package/lib/classic/es/provider.js +2173 -2163
- package/lib/classic/es/useStreamLayerApp2.js +2 -2
- package/lib/classic/style.css +1 -1
- package/lib/dist/cjs/masters.js +27 -27
- package/lib/dist/es/masters.js +3180 -3171
- package/lib/dist/style.css +1 -1
- package/lib/es/advertisement.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/index2.js +209 -209
- package/lib/es/masters2.js +17 -17
- package/lib/es/notification.js +19 -19
- package/lib/es/provider.js +2170 -2160
- package/lib/es/useStreamLayerApp2.js +2 -2
- package/lib/style.css +1 -1
- package/package.json +14 -14
|
@@ -14011,7 +14011,7 @@ class lh extends Qt {
|
|
|
14011
14011
|
});
|
|
14012
14012
|
p(this, "isBetPackQuestionReceived", ({ userId: n, eventId: a, organizationId: s }, o) => !!this.read(Le.BET_PACK_ITEM_RECEIVED, s, n, a, o));
|
|
14013
14013
|
p(this, "saveQuestionOpened", ({ userId: n, eventId: a, organizationId: s }, o) => {
|
|
14014
|
-
this.write(Le.QUESTION_OPENED, s, n, a, o);
|
|
14014
|
+
this.write(Le.QUESTION_OPENED, s, n, a, o, "1");
|
|
14015
14015
|
});
|
|
14016
14016
|
p(this, "isQuestionOpened", ({ userId: n, eventId: a, organizationId: s }, o) => !!this.read(Le.QUESTION_OPENED, s, n, a, o));
|
|
14017
14017
|
p(this, "saveOnboardingStatus", ({ userId: n, eventId: a, organizationId: s }, o) => {
|
|
@@ -18435,7 +18435,7 @@ const OE = ({
|
|
|
18435
18435
|
f = !0;
|
|
18436
18436
|
};
|
|
18437
18437
|
const _ = bE(e, n, a, {
|
|
18438
|
-
version: "1.14.
|
|
18438
|
+
version: "1.14.8",
|
|
18439
18439
|
onDeepLinkHandled: s,
|
|
18440
18440
|
videoPlayerController: o,
|
|
18441
18441
|
onContentActivate: r,
|