@accelerated-agency/visual-editor 0.5.1 → 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 CHANGED
@@ -124,7 +124,11 @@ var DEFAULT_TRACKING_MARKERS = [
124
124
  "yandex.ru/metrika",
125
125
  "hm.baidu.com",
126
126
  "getclicky",
127
- "clicky.com"
127
+ "clicky.com",
128
+ "backend.shrinetheme.com",
129
+ "backend.shrinetheme.com/api/analytics",
130
+ "backend.shrinetheme.com/api/analytics/v2/stop",
131
+ "https://backend.shrinetheme.com/api/analytics/v2/stop"
128
132
  ];
129
133
  function normalizeTrackingMarkers(input) {
130
134
  if (!Array.isArray(input)) return [];
package/dist/vite.js CHANGED
@@ -116,7 +116,11 @@ var DEFAULT_TRACKING_MARKERS = [
116
116
  "yandex.ru/metrika",
117
117
  "hm.baidu.com",
118
118
  "getclicky",
119
- "clicky.com"
119
+ "clicky.com",
120
+ "backend.shrinetheme.com",
121
+ "backend.shrinetheme.com/api/analytics",
122
+ "backend.shrinetheme.com/api/analytics/v2/stop",
123
+ "https://backend.shrinetheme.com/api/analytics/v2/stop"
120
124
  ];
121
125
  function normalizeTrackingMarkers(input) {
122
126
  if (!Array.isArray(input)) return [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelerated-agency/visual-editor",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "private": false,
5
5
  "description": "Conversion visual editor as a reusable React package",
6
6
  "type": "module",