@playcraft/adsdk 1.0.11 → 1.0.12
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 +1 -1
- package/dist/iife/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -1441,7 +1441,7 @@ var _sdk = class _sdk {
|
|
|
1441
1441
|
}
|
|
1442
1442
|
};
|
|
1443
1443
|
/** Current version of the SDK */
|
|
1444
|
-
_sdk.version = "1.0.
|
|
1444
|
+
_sdk.version = "1.0.12";
|
|
1445
1445
|
/** Current maximum width of the playable ad container in pixels */
|
|
1446
1446
|
_sdk.maxWidth = Math.floor(window.innerWidth);
|
|
1447
1447
|
/** Current maximum height of the playable ad container in pixels */
|
package/dist/iife/index.js
CHANGED
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
}
|
|
1444
1444
|
};
|
|
1445
1445
|
/** Current version of the SDK */
|
|
1446
|
-
_sdk.version = "1.0.
|
|
1446
|
+
_sdk.version = "1.0.12";
|
|
1447
1447
|
/** Current maximum width of the playable ad container in pixels */
|
|
1448
1448
|
_sdk.maxWidth = Math.floor(window.innerWidth);
|
|
1449
1449
|
/** Current maximum height of the playable ad container in pixels */
|
package/dist/index.js
CHANGED
|
@@ -1472,7 +1472,7 @@ var _sdk = class _sdk {
|
|
|
1472
1472
|
}
|
|
1473
1473
|
};
|
|
1474
1474
|
/** Current version of the SDK */
|
|
1475
|
-
_sdk.version = "1.0.
|
|
1475
|
+
_sdk.version = "1.0.12";
|
|
1476
1476
|
/** Current maximum width of the playable ad container in pixels */
|
|
1477
1477
|
_sdk.maxWidth = Math.floor(window.innerWidth);
|
|
1478
1478
|
/** 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.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "统一的 Playable SDK,支持 MRAID、Google、Facebook、Vungle、BigoAds 等多广告渠道",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "npx tsup",
|
|
18
18
|
"test": "jest",
|
|
19
|
-
"
|
|
19
|
+
"deploy": "npm run build && node scripts/publish.js"
|
|
20
20
|
},
|
|
21
21
|
"author": "Tencent ADS Team",
|
|
22
22
|
"license": "MIT",
|