@singcl/ad-execute-manager 1.17.0-alpha.4 → 1.17.0

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.
@@ -174,6 +174,7 @@ declare class RewardAdNovel extends RewardAdFather {
174
174
  }): any;
175
175
  /**
176
176
  * 子类可以选择覆盖此方法,或使用默认实现
177
+ * 视频展示中时 android会销毁成功,iOS会销毁失败
177
178
  * @param {object} _args
178
179
  * @param {string} _args.scene 广告执行场景 必填
179
180
  * @param {string} _args.eId 广告执行唯一ID 必填
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singcl/ad-execute-manager",
3
- "version": "1.17.0-alpha.4",
3
+ "version": "1.17.0",
4
4
  "description": "A powerful and flexible ad execution management library for handling reward-based ads, interstitial ads, and other advertising formats in JavaScript applications.",
5
5
  "type": "module",
6
6
  "exports": {