svamp-cli 0.1.99 → 0.1.100

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
@@ -249,7 +249,7 @@ async function main() {
249
249
  } else if (!subcommand || subcommand === "start") {
250
250
  await handleInteractiveCommand();
251
251
  } else if (subcommand === "--version" || subcommand === "-v") {
252
- const pkg = await import('./package-CJHhGTmc.mjs').catch(() => ({ default: { version: "unknown" } }));
252
+ const pkg = await import('./package-CpuRDqf1.mjs').catch(() => ({ default: { version: "unknown" } }));
253
253
  console.log(`svamp version: ${pkg.default.version}`);
254
254
  } else {
255
255
  console.error(`Unknown command: ${subcommand}`);
@@ -1,5 +1,5 @@
1
1
  var name = "svamp-cli";
2
- var version = "0.1.99";
2
+ var version = "0.1.100";
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.1.99",
3
+ "version": "0.1.100",
4
4
  "description": "Svamp CLI — AI workspace daemon on Hypha Cloud",
5
5
  "author": "Amun AI AB",
6
6
  "license": "SEE LICENSE IN LICENSE",