@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 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 = 5000;
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 = 5000;
152
+ const timeoutDuration = 25000;
153
153
  const allowlist = buildAllowedOrigins(allowedParentOrigins);
154
154
  let hasWarnedAboutUntrustedOrigin = false;
155
155
  function warnAboutUntrustedOrigin(origin) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcademy/sdk",
3
- "version": "0.7.2-beta.1",
3
+ "version": "0.7.2-beta.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {