@uniformdev/context 19.198.3-alpha.5 → 19.200.1-alpha.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/index.esm.js CHANGED
@@ -2243,7 +2243,6 @@ var createInsights = ({
2243
2243
  },
2244
2244
  testResult: (result) => {
2245
2245
  if (!storageData) {
2246
- console.error("Insights not initialized");
2247
2246
  return;
2248
2247
  }
2249
2248
  client.testResult({
package/dist/index.js CHANGED
@@ -2327,7 +2327,6 @@ var createInsights = ({
2327
2327
  },
2328
2328
  testResult: (result) => {
2329
2329
  if (!storageData) {
2330
- console.error("Insights not initialized");
2331
2330
  return;
2332
2331
  }
2333
2332
  client.testResult({
package/dist/index.mjs CHANGED
@@ -2243,7 +2243,6 @@ var createInsights = ({
2243
2243
  },
2244
2244
  testResult: (result) => {
2245
2245
  if (!storageData) {
2246
- console.error("Insights not initialized");
2247
2246
  return;
2248
2247
  }
2249
2248
  client.testResult({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context",
3
- "version": "19.198.3-alpha.5+c37bbd4ef2",
3
+ "version": "19.200.1-alpha.3+7a2e55fa9d",
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": "c37bbd4ef2353582b4125b9dd21599634ecd5165"
71
+ "gitHead": "7a2e55fa9d1a10a1bf4ee474173283d2844107ea"
72
72
  }