@uniformdev/context 19.79.1-alpha.32 → 19.79.1-alpha.33
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/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
@@ -2467,7 +2467,7 @@ var createInsightsClient = ({ endpoint }) => {
|
|
2467
2467
|
url.searchParams.set("name", "analytics_events");
|
2468
2468
|
const endpointUrl = url.toString();
|
2469
2469
|
const sendMessage = async (message) => {
|
2470
|
-
if (typeof window.
|
2470
|
+
if (typeof window.__UNIFORM_CONTEXTUAL_EDITING__ !== "undefined") {
|
2471
2471
|
return;
|
2472
2472
|
}
|
2473
2473
|
const converted = {
|
package/dist/index.js
CHANGED
@@ -2538,7 +2538,7 @@ var createInsightsClient = ({ endpoint }) => {
|
|
2538
2538
|
url.searchParams.set("name", "analytics_events");
|
2539
2539
|
const endpointUrl = url.toString();
|
2540
2540
|
const sendMessage = async (message) => {
|
2541
|
-
if (typeof window.
|
2541
|
+
if (typeof window.__UNIFORM_CONTEXTUAL_EDITING__ !== "undefined") {
|
2542
2542
|
return;
|
2543
2543
|
}
|
2544
2544
|
const converted = {
|
package/dist/index.mjs
CHANGED
@@ -2467,7 +2467,7 @@ var createInsightsClient = ({ endpoint }) => {
|
|
2467
2467
|
url.searchParams.set("name", "analytics_events");
|
2468
2468
|
const endpointUrl = url.toString();
|
2469
2469
|
const sendMessage = async (message) => {
|
2470
|
-
if (typeof window.
|
2470
|
+
if (typeof window.__UNIFORM_CONTEXTUAL_EDITING__ !== "undefined") {
|
2471
2471
|
return;
|
2472
2472
|
}
|
2473
2473
|
const converted = {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniformdev/context",
|
3
|
-
"version": "19.79.1-alpha.
|
3
|
+
"version": "19.79.1-alpha.33+5aad5188cd",
|
4
4
|
"description": "Uniform Context core package",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
6
6
|
"main": "./dist/index.js",
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"publishConfig": {
|
69
69
|
"access": "public"
|
70
70
|
},
|
71
|
-
"gitHead": "
|
71
|
+
"gitHead": "5aad5188cd8e8af08d99f9e8fd8d073946b9c385"
|
72
72
|
}
|