@thestatic-tv/dcl-sdk 2.2.7 → 2.2.9

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
@@ -1382,8 +1382,8 @@ var import_SignedFetch = require("~system/SignedFetch");
1382
1382
  var import_players = require("@dcl/sdk/players");
1383
1383
  var import_RestrictedActions2 = require("~system/RestrictedActions");
1384
1384
  var FIREBASE_API_KEY = "AIzaSyCX5jViDWUSagUmAX7S4OXgXyJZ9shaC5Y";
1385
- var POLL_INTERVAL_ACTIVE = 2500;
1386
- var POLL_INTERVAL_PASSIVE = 2e4;
1385
+ var POLL_INTERVAL_ACTIVE = 5e3;
1386
+ var POLL_INTERVAL_PASSIVE = 3e4;
1387
1387
  var ChatUIModule = class {
1388
1388
  constructor(client, config = {}) {
1389
1389
  // Visibility state
package/dist/index.mjs CHANGED
@@ -1342,8 +1342,8 @@ import { signedFetch } from "~system/SignedFetch";
1342
1342
  import { getPlayer } from "@dcl/sdk/players";
1343
1343
  import { openExternalUrl as openExternalUrl2 } from "~system/RestrictedActions";
1344
1344
  var FIREBASE_API_KEY = "AIzaSyCX5jViDWUSagUmAX7S4OXgXyJZ9shaC5Y";
1345
- var POLL_INTERVAL_ACTIVE = 2500;
1346
- var POLL_INTERVAL_PASSIVE = 2e4;
1345
+ var POLL_INTERVAL_ACTIVE = 5e3;
1346
+ var POLL_INTERVAL_PASSIVE = 3e4;
1347
1347
  var ChatUIModule = class {
1348
1348
  constructor(client, config = {}) {
1349
1349
  // Visibility state
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thestatic-tv/dcl-sdk",
3
- "version": "2.2.7",
3
+ "version": "2.2.9",
4
4
  "description": "Connect your Decentraland scene to thestatic.tv - full channel lineup, metrics tracking, and interactions",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",