@singcl/ad-execute-manager 1.14.3-alpha.2 → 1.14.3-alpha.3
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.
|
@@ -102,31 +102,31 @@ declare class RewardAdNovel extends RewardAdFather {
|
|
|
102
102
|
*/
|
|
103
103
|
private bindAdCloseLister;
|
|
104
104
|
/**
|
|
105
|
-
* @private
|
|
105
|
+
* @private 内部方法请勿使用
|
|
106
106
|
*/
|
|
107
107
|
private bindAdErrorLister;
|
|
108
108
|
/**
|
|
109
|
-
* @private
|
|
109
|
+
* @private 内部方法请勿使用
|
|
110
110
|
*/
|
|
111
111
|
private bindAdLoadLister;
|
|
112
112
|
/**
|
|
113
|
-
* @private
|
|
113
|
+
* @private 内部方法请勿使用
|
|
114
114
|
*/
|
|
115
115
|
private bindApiAdErrorLister;
|
|
116
116
|
/**
|
|
117
|
-
* @private
|
|
117
|
+
* @private 内部方法请勿使用
|
|
118
118
|
*/
|
|
119
119
|
private _bindShiftCloseLister;
|
|
120
120
|
/**
|
|
121
|
-
* @private
|
|
121
|
+
* @private 内部方法请勿使用
|
|
122
122
|
*/
|
|
123
123
|
private _bindShiftErrorLister;
|
|
124
124
|
/**
|
|
125
|
-
* @private
|
|
125
|
+
* @private 内部方法请勿使用
|
|
126
126
|
*/
|
|
127
127
|
private bindAdTimeoutCloseLister;
|
|
128
128
|
/**
|
|
129
|
-
* @private
|
|
129
|
+
* @private 内部方法请勿使用
|
|
130
130
|
*/
|
|
131
131
|
private bindAdTimeoutErrorLister;
|
|
132
132
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@singcl/ad-execute-manager",
|
|
3
|
-
"version": "1.14.3-alpha.
|
|
3
|
+
"version": "1.14.3-alpha.3",
|
|
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": {
|