Comparing version 1.7.2 to 1.7.3
{ | ||
"name": "zmp-ga4", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Nguyễn Hồng Phát", |
@@ -70,2 +70,3 @@ "use strict"; | ||
method: "POST", | ||
mode: "cors", | ||
body: JSON.stringify({ | ||
@@ -72,0 +73,0 @@ client_id: (_a = _this.options.clientId) !== null && _a !== void 0 ? _a : _this.propertyId, |
@@ -133,2 +133,3 @@ export class AdaptiveAnalytics { | ||
method: "POST", | ||
mode: "cors", | ||
body: JSON.stringify({ | ||
@@ -135,0 +136,0 @@ client_id: this.options.clientId ?? this.propertyId, |
18006
380