@playcraft/adsdk 1.0.13-beta.1 → 1.0.14-beta.1

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/esm/index.js CHANGED
@@ -1255,7 +1255,7 @@ var _sdk = class _sdk {
1255
1255
  }
1256
1256
  };
1257
1257
  /** Current version of the SDK */
1258
- _sdk.version = "1.0.13-beta.1";
1258
+ _sdk.version = "1.0.14-beta.1";
1259
1259
  /** Current maximum width of the playable ad container in pixels */
1260
1260
  _sdk.maxWidth = Math.floor(window.innerWidth);
1261
1261
  /** Current maximum height of the playable ad container in pixels */
@@ -1493,7 +1493,7 @@
1493
1493
  }
1494
1494
  };
1495
1495
  /** Current version of the SDK */
1496
- _sdk.version = "1.0.13-beta.1";
1496
+ _sdk.version = "1.0.14-beta.1";
1497
1497
  /** Current maximum width of the playable ad container in pixels */
1498
1498
  _sdk.maxWidth = Math.floor(window.innerWidth);
1499
1499
  /** Current maximum height of the playable ad container in pixels */
package/dist/index.js CHANGED
@@ -1285,7 +1285,7 @@ var _sdk = class _sdk {
1285
1285
  }
1286
1286
  };
1287
1287
  /** Current version of the SDK */
1288
- _sdk.version = "1.0.13-beta.1";
1288
+ _sdk.version = "1.0.14-beta.1";
1289
1289
  /** Current maximum width of the playable ad container in pixels */
1290
1290
  _sdk.maxWidth = Math.floor(window.innerWidth);
1291
1291
  /** Current maximum height of the playable ad container in pixels */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcraft/adsdk",
3
- "version": "1.0.13-beta.1",
3
+ "version": "1.0.14-beta.1",
4
4
  "description": "统一的 Playable SDK,支持 MRAID、Google、Facebook、Vungle、BigoAds 等多广告渠道",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",