@singcl/ad-execute-manager 1.9.0-alpha.6 → 1.9.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.
@@ -43,7 +43,7 @@ export type IConstructArgs = {
43
43
  */
44
44
  log?: boolean;
45
45
  /**
46
- * 是否启用前后台监听,默认为true
46
+ * 是否启用前后台监听, 进入后台时候未执行的任务放入任务栈,等待进入前台恢复执行
47
47
  */
48
48
  enableVisibilityListener?: boolean;
49
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singcl/ad-execute-manager",
3
- "version": "1.9.0-alpha.6",
3
+ "version": "1.9.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {