@singcl/ad-execute-manager 1.17.6 → 1.17.7
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.
|
@@ -89,10 +89,10 @@ declare class AdAnalyticsJS {
|
|
|
89
89
|
/**
|
|
90
90
|
* 获取公共用户信息
|
|
91
91
|
* @public
|
|
92
|
-
* @param {string|number} v - key
|
|
92
|
+
* @param {string|number} [v] - key
|
|
93
93
|
* @returns {unknown}
|
|
94
94
|
*/
|
|
95
|
-
public getCommonInfo(v
|
|
95
|
+
public getCommonInfo(v?: string | number): unknown;
|
|
96
96
|
/**
|
|
97
97
|
* 获取埋点公共用户信息
|
|
98
98
|
* @protected
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@singcl/ad-execute-manager",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.7",
|
|
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": {
|