@playcademy/sdk 0.7.2-beta.1 → 0.7.2-beta.2
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/dist/index.js +1 -1
- package/dist/internal.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -149,7 +149,7 @@ function isOriginAllowed(origin, allowlist) {
|
|
|
149
149
|
async function waitForPlaycademyInit(allowedParentOrigins) {
|
|
150
150
|
return new Promise((resolve, reject) => {
|
|
151
151
|
let contextReceived = false;
|
|
152
|
-
const timeoutDuration =
|
|
152
|
+
const timeoutDuration = 25000;
|
|
153
153
|
const allowlist = buildAllowedOrigins(allowedParentOrigins);
|
|
154
154
|
let hasWarnedAboutUntrustedOrigin = false;
|
|
155
155
|
function warnAboutUntrustedOrigin(origin) {
|
package/dist/internal.js
CHANGED
|
@@ -149,7 +149,7 @@ function isOriginAllowed(origin, allowlist) {
|
|
|
149
149
|
async function waitForPlaycademyInit(allowedParentOrigins) {
|
|
150
150
|
return new Promise((resolve, reject) => {
|
|
151
151
|
let contextReceived = false;
|
|
152
|
-
const timeoutDuration =
|
|
152
|
+
const timeoutDuration = 25000;
|
|
153
153
|
const allowlist = buildAllowedOrigins(allowedParentOrigins);
|
|
154
154
|
let hasWarnedAboutUntrustedOrigin = false;
|
|
155
155
|
function warnAboutUntrustedOrigin(origin) {
|