@singcl/ad-execute-manager 1.16.0-alpha.0 → 1.16.0-alpha.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.
@@ -323,6 +323,7 @@ declare class RewardAdNovel extends RewardAdFather {
323
323
  _recovered: import("./typings/ad.js").RecoveredInfo;
324
324
  _preservedOnTimeout: boolean;
325
325
  /**
326
+ * ATTENTION: 广告循环执行内部函数,如果需要循环执行,请使用adCircleInner()函数, 不要直接调用此函数
326
327
  * @param {object} [ctx] 广告执行上下文
327
328
  * @param {object} [ctx.options] 广告执行选项
328
329
  * @param {number} [ctx.options.scene] 广告执行场景 必填
@@ -351,6 +352,7 @@ declare class RewardAdNovel extends RewardAdFather {
351
352
  _before: (v?: unknown) => void;
352
353
  _success: (v?: unknown) => void;
353
354
  /**
355
+ * 广告循环执行
354
356
  * @param {object} [ctx] 广告执行上下文
355
357
  * @param {object} [ctx.options] 广告执行选项
356
358
  * @param {number} [ctx.options.scene] 广告执行场景 必填
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singcl/ad-execute-manager",
3
- "version": "1.16.0-alpha.0",
3
+ "version": "1.16.0-alpha.1",
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": {