@ait-co/devtools 0.1.142 → 0.1.143

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.
@@ -27567,7 +27567,7 @@ const TossAds = createMockProxy("TossAds", {
27567
27567
  _slotRegistry.clear();
27568
27568
  }))
27569
27569
  });
27570
- const loadFullScreenAd = withIsSupported(observe("loadFullScreenAd", "faithful", (args) => {
27570
+ const loadFullScreenAd = observe("loadFullScreenAd", "faithful", (args) => {
27571
27571
  setTimeout(() => {
27572
27572
  const failureCode = aitState.state.failureModes.loadFullScreenAd;
27573
27573
  if (failureCode) {
@@ -27582,7 +27582,7 @@ const loadFullScreenAd = withIsSupported(observe("loadFullScreenAd", "faithful",
27582
27582
  args.onEvent({ type: "loaded" });
27583
27583
  }, 200);
27584
27584
  return () => {};
27585
- }));
27585
+ });
27586
27586
  const showFullScreenAd = withIsSupported(observe("showFullScreenAd", "faithful", (args) => {
27587
27587
  if (!aitState.state.ads.isLoaded) {
27588
27588
  args.onError(/* @__PURE__ */ new Error("Ad not loaded"));
@@ -30295,7 +30295,7 @@ function Panel() {
30295
30295
  color: "#666",
30296
30296
  fontWeight: 400
30297
30297
  },
30298
- children: ["v", "0.1.142"]
30298
+ children: ["v", "0.1.143"]
30299
30299
  }),
30300
30300
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30301
30301
  type: "button",