svamp-cli 0.2.47 → 0.2.48

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/cli.mjs CHANGED
@@ -312,7 +312,7 @@ async function main() {
312
312
  } else if (!subcommand || subcommand === "start") {
313
313
  await handleInteractiveCommand();
314
314
  } else if (subcommand === "--version" || subcommand === "-v") {
315
- const pkg = await import('./package-CNFS7wvh.mjs').catch(() => ({ default: { version: "unknown" } }));
315
+ const pkg = await import('./package-DVfaovNL.mjs').catch(() => ({ default: { version: "unknown" } }));
316
316
  console.log(`svamp version: ${pkg.default.version}`);
317
317
  } else {
318
318
  console.error(`Unknown command: ${subcommand}`);
@@ -1,5 +1,5 @@
1
1
  var name = "svamp-cli";
2
- var version = "0.2.47";
2
+ var version = "0.2.48";
3
3
  var description = "Svamp CLI — AI workspace daemon on Hypha Cloud";
4
4
  var author = "Amun AI AB";
5
5
  var license = "SEE LICENSE IN LICENSE";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svamp-cli",
3
- "version": "0.2.47",
3
+ "version": "0.2.48",
4
4
  "description": "Svamp CLI — AI workspace daemon on Hypha Cloud",
5
5
  "author": "Amun AI AB",
6
6
  "license": "SEE LICENSE IN LICENSE",