@accelerated-agency/visual-editor 0.5.2 → 0.5.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.
- package/dist/vite.cjs +3 -1
- package/dist/vite.js +3 -1
- package/package.json +1 -1
package/dist/vite.cjs
CHANGED
|
@@ -126,7 +126,9 @@ var DEFAULT_TRACKING_MARKERS = [
|
|
|
126
126
|
"getclicky",
|
|
127
127
|
"clicky.com",
|
|
128
128
|
"backend.shrinetheme.com",
|
|
129
|
-
"backend.shrinetheme.com/api/analytics"
|
|
129
|
+
"backend.shrinetheme.com/api/analytics",
|
|
130
|
+
"backend.shrinetheme.com/api/analytics/v2/stop",
|
|
131
|
+
"https://backend.shrinetheme.com/api/analytics/v2/stop"
|
|
130
132
|
];
|
|
131
133
|
function normalizeTrackingMarkers(input) {
|
|
132
134
|
if (!Array.isArray(input)) return [];
|
package/dist/vite.js
CHANGED
|
@@ -118,7 +118,9 @@ var DEFAULT_TRACKING_MARKERS = [
|
|
|
118
118
|
"getclicky",
|
|
119
119
|
"clicky.com",
|
|
120
120
|
"backend.shrinetheme.com",
|
|
121
|
-
"backend.shrinetheme.com/api/analytics"
|
|
121
|
+
"backend.shrinetheme.com/api/analytics",
|
|
122
|
+
"backend.shrinetheme.com/api/analytics/v2/stop",
|
|
123
|
+
"https://backend.shrinetheme.com/api/analytics/v2/stop"
|
|
122
124
|
];
|
|
123
125
|
function normalizeTrackingMarkers(input) {
|
|
124
126
|
if (!Array.isArray(input)) return [];
|