what-core 0.10.0 → 0.11.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.js CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  spread,
14
14
  svgTemplate,
15
15
  template
16
- } from "./chunk-M7UEET5O.js";
16
+ } from "./chunk-H3GA34JK.js";
17
17
  import {
18
18
  ErrorBoundary,
19
19
  For,
@@ -50,7 +50,7 @@ import {
50
50
  useClickOutside,
51
51
  useLocalStorage,
52
52
  useMediaQuery
53
- } from "./chunk-AW3BAPIK.js";
53
+ } from "./chunk-GZRA4IAJ.js";
54
54
  import {
55
55
  Fragment,
56
56
  h,
@@ -3074,7 +3074,6 @@ function classifyError(err, context = {}) {
3074
3074
  // packages/core/src/guardrails.js
3075
3075
  var guardrails = {
3076
3076
  signalReadDetection: true,
3077
- effectCycleDetection: true,
3078
3077
  componentNaming: true,
3079
3078
  importValidation: true
3080
3079
  };
@@ -3086,7 +3085,6 @@ function getGuardrailConfig() {
3086
3085
  }
3087
3086
  function installSignalReadGuardrail(signalFn, debugName) {
3088
3087
  if (!__DEV__ || !guardrails.signalReadDetection) return signalFn;
3089
- const originalToString = signalFn.toString;
3090
3088
  signalFn.toString = function() {
3091
3089
  const err = createWhatError("MISSING_SIGNAL_READ", {
3092
3090
  signalName: debugName || "(unnamed)"
@@ -3322,7 +3320,7 @@ function levenshtein(a, b) {
3322
3320
  }
3323
3321
 
3324
3322
  // packages/core/src/agent-context.js
3325
- var VERSION = "0.6.0";
3323
+ var VERSION = "0.11.0";
3326
3324
  var mountedComponents = [];
3327
3325
  function registerComponent(component) {
3328
3326
  if (!__DEV__) return;