@testsmith/api-spector 0.4.7 → 0.4.8

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/out/main/index.js CHANGED
@@ -5520,7 +5520,7 @@ function isNewer(a, b) {
5520
5520
  return a2 > b2;
5521
5521
  }
5522
5522
  async function checkForUpdate() {
5523
- const current = "0.4.7";
5523
+ const current = "0.4.8";
5524
5524
  try {
5525
5525
  const res = await fetch(REGISTRY_URL, { signal: AbortSignal.timeout(4e3) });
5526
5526
  if (!res.ok) return null;
@@ -397,7 +397,7 @@ async function main() {
397
397
  } else if (!envName && workspace.settings?.defaultEnvironment && !env) {
398
398
  console.warn(cliCommon.color(`Warning: default environment "${workspace.settings.defaultEnvironment}" not found. Running without environment.`, cliCommon.C.yellow));
399
399
  }
400
- const version = `v${"0.4.7"}`;
400
+ const version = `v${"0.4.8"}`;
401
401
  console.log("");
402
402
  console.log(cliCommon.color(" API Test Runner" + (version ? ` ${version}` : ""), cliCommon.C.bold, cliCommon.C.white));
403
403
  console.log(cliCommon.color(` Workspace: ${wsPath}`, cliCommon.C.gray));
@@ -67444,7 +67444,7 @@ function WelcomeScreen() {
67444
67444
  /* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-surface-400 text-sm max-w-sm", children: "Local-first API testing with Robot Framework & Playwright code generation. Secrets stay on your machine." }),
67445
67445
  /* @__PURE__ */ jsxRuntimeExports.jsxs("p", { className: "text-[11px] mt-3", style: { color: "var(--text-muted)" }, children: [
67446
67446
  "version ",
67447
- "0.4.7"
67447
+ "0.4.8"
67448
67448
  ] })
67449
67449
  ] }),
67450
67450
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col gap-3 w-64", children: [
@@ -74421,7 +74421,7 @@ function App() {
74421
74421
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { style: { color: "#6aa3c8" }, children: "Spector" }),
74422
74422
  /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "ml-2 text-[10px] font-normal opacity-50", children: [
74423
74423
  "v",
74424
- "0.4.7"
74424
+ "0.4.8"
74425
74425
  ] }),
74426
74426
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "mx-2 opacity-30", children: "·" }),
74427
74427
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -5,7 +5,7 @@
5
5
  <meta charset="UTF-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>API Spector</title>
8
- <script type="module" crossorigin src="./assets/index-B-OQJk1G.js"></script>
8
+ <script type="module" crossorigin src="./assets/index-CEKgq6t0.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="./assets/index-B_xyaTDo.css">
10
10
  </head>
11
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@testsmith/api-spector",
3
3
  "productName": "API Spector",
4
- "version": "0.4.7",
4
+ "version": "0.4.8",
5
5
  "description": "Local-first API testing tool to inspect, test and mock APIs",
6
6
  "repository": {
7
7
  "type": "git",