@singcl/ad-execute-manager 1.16.1 → 1.16.2

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.
@@ -123,7 +123,7 @@ export type IAdOptionsOther = {
123
123
  */
124
124
  retry: number;
125
125
  /**
126
- * 是否在超时情况下保留广告实例 - 自用参数,非tt API要求的参数
126
+ * 是否在超时情况下保留广告实例 needEndOnTimeout为true时有效 - 自用参数,非tt API要求的参数
127
127
  */
128
128
  preservedOnTimeout: boolean;
129
129
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singcl/ad-execute-manager",
3
- "version": "1.16.1",
3
+ "version": "1.16.2",
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": {