@uniformdev/context 19.195.1-alpha.2 → 19.196.0

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
@@ -1685,9 +1685,6 @@ var Context = class {
1685
1685
  });
1686
1686
  });
1687
1687
  __privateSet(this, _serverTransitionState, void 0);
1688
- if (Object.keys(this.storage.data.quirks).length) {
1689
- __privateGet(this, _mitt3).emit("quirksUpdated", this.storage.data.quirks);
1690
- }
1691
1688
  __privateGet(this, _mitt3).emit("log", ["debug", 131]);
1692
1689
  }
1693
1690
  if (__privateGet(this, _plugins)) {
package/dist/index.js CHANGED
@@ -1769,9 +1769,6 @@ var Context = class {
1769
1769
  });
1770
1770
  });
1771
1771
  __privateSet(this, _serverTransitionState, void 0);
1772
- if (Object.keys(this.storage.data.quirks).length) {
1773
- __privateGet(this, _mitt3).emit("quirksUpdated", this.storage.data.quirks);
1774
- }
1775
1772
  __privateGet(this, _mitt3).emit("log", ["debug", 131]);
1776
1773
  }
1777
1774
  if (__privateGet(this, _plugins)) {
package/dist/index.mjs CHANGED
@@ -1685,9 +1685,6 @@ var Context = class {
1685
1685
  });
1686
1686
  });
1687
1687
  __privateSet(this, _serverTransitionState, void 0);
1688
- if (Object.keys(this.storage.data.quirks).length) {
1689
- __privateGet(this, _mitt3).emit("quirksUpdated", this.storage.data.quirks);
1690
- }
1691
1688
  __privateGet(this, _mitt3).emit("log", ["debug", 131]);
1692
1689
  }
1693
1690
  if (__privateGet(this, _plugins)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context",
3
- "version": "19.195.1-alpha.2+f70c499178",
3
+ "version": "19.196.0",
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": "f70c49917880b1aba91884760926f6ea66700a97"
71
+ "gitHead": "4d56631b812451d2e6d10f5a1daa95151d848785"
72
72
  }