@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2492,7 +2492,7 @@ var EMULATOR_VERSION_BANNER_TEST_ID = "emulator-version-banner";
|
|
|
2492
2492
|
|
|
2493
2493
|
// src/utils/emulator-version.ts
|
|
2494
2494
|
var import_semver = __toESM(require_semver2(), 1);
|
|
2495
|
-
var MINIMUM_EMULATOR_VERSION = "2026.
|
|
2495
|
+
var MINIMUM_EMULATOR_VERSION = "2026.4.0";
|
|
2496
2496
|
function checkEmulatorVersion(version, now = /* @__PURE__ */ new Date()) {
|
|
2497
2497
|
if (!version) return "error";
|
|
2498
2498
|
const coerced = import_semver.default.coerce(version);
|