@localstack/appinspector-ui 1.0.105 → 1.0.106

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
@@ -2488,7 +2488,7 @@ var EMULATOR_VERSION_BANNER_TEST_ID = "emulator-version-banner";
2488
2488
 
2489
2489
  // src/utils/emulator-version.ts
2490
2490
  var import_semver = __toESM(require_semver2(), 1);
2491
- var MINIMUM_EMULATOR_VERSION = "2026.3.1";
2491
+ var MINIMUM_EMULATOR_VERSION = "2026.4.0";
2492
2492
  function checkEmulatorVersion(version, now = /* @__PURE__ */ new Date()) {
2493
2493
  if (!version) return "error";
2494
2494
  const coerced = import_semver.default.coerce(version);