@uniformdev/context 19.201.0 → 19.201.1

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
@@ -1684,7 +1684,11 @@ var Context = class {
1684
1684
  variantAssigned: true
1685
1685
  });
1686
1686
  });
1687
+ const haveQuirksChanged = __privateGet(this, _serverTransitionState) && !dequal5(__privateGet(this, _serverTransitionState).quirks, this.storage.data.quirks);
1687
1688
  __privateSet(this, _serverTransitionState, void 0);
1689
+ if (haveQuirksChanged) {
1690
+ __privateGet(this, _mitt3).emit("quirksUpdated", this.storage.data.quirks);
1691
+ }
1688
1692
  __privateGet(this, _mitt3).emit("log", ["debug", 131]);
1689
1693
  }
1690
1694
  if (__privateGet(this, _plugins)) {
package/dist/index.js CHANGED
@@ -1768,7 +1768,11 @@ var Context = class {
1768
1768
  variantAssigned: true
1769
1769
  });
1770
1770
  });
1771
+ const haveQuirksChanged = __privateGet(this, _serverTransitionState) && !(0, import_lite5.dequal)(__privateGet(this, _serverTransitionState).quirks, this.storage.data.quirks);
1771
1772
  __privateSet(this, _serverTransitionState, void 0);
1773
+ if (haveQuirksChanged) {
1774
+ __privateGet(this, _mitt3).emit("quirksUpdated", this.storage.data.quirks);
1775
+ }
1772
1776
  __privateGet(this, _mitt3).emit("log", ["debug", 131]);
1773
1777
  }
1774
1778
  if (__privateGet(this, _plugins)) {
package/dist/index.mjs CHANGED
@@ -1684,7 +1684,11 @@ var Context = class {
1684
1684
  variantAssigned: true
1685
1685
  });
1686
1686
  });
1687
+ const haveQuirksChanged = __privateGet(this, _serverTransitionState) && !dequal5(__privateGet(this, _serverTransitionState).quirks, this.storage.data.quirks);
1687
1688
  __privateSet(this, _serverTransitionState, void 0);
1689
+ if (haveQuirksChanged) {
1690
+ __privateGet(this, _mitt3).emit("quirksUpdated", this.storage.data.quirks);
1691
+ }
1688
1692
  __privateGet(this, _mitt3).emit("log", ["debug", 131]);
1689
1693
  }
1690
1694
  if (__privateGet(this, _plugins)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context",
3
- "version": "19.201.0",
3
+ "version": "19.201.1",
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": "b4f7afb1395fc90a6d9b3e356014850b961cca3f"
71
+ "gitHead": "2e20dee3fc5ce005f6d73eddf939cc89cbad83de"
72
72
  }