svamp-cli 0.2.243 → 0.2.244

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
@@ -1212,7 +1212,7 @@ async function handleSkillsCommand() {
1212
1212
  await printSkillsHelp();
1213
1213
  return;
1214
1214
  }
1215
- const { skillsFind, skillsInstall, skillsList, skillsRemove, skillsPublish } = await import('./commands-DWJ9lMSx.mjs');
1215
+ const { skillsFind, skillsInstall, skillsList, skillsRemove, skillsPublish } = await import('./commands-DfTq3rS3.mjs');
1216
1216
  if (skillsSubcommand === "find" || skillsSubcommand === "search") {
1217
1217
  const query = skillsArgs.slice(1).filter((a) => !a.startsWith("--")).join(" ");
1218
1218
  if (!query) {
@@ -280,8 +280,7 @@ async function skillsPublish(skillPath, opts) {
280
280
  try {
281
281
  server = await connectToServer({
282
282
  server_url: serverUrl,
283
- token,
284
- workspace: getSkillsWorkspaceName()
283
+ token
285
284
  });
286
285
  lastErr = void 0;
287
286
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svamp-cli",
3
- "version": "0.2.243",
3
+ "version": "0.2.244",
4
4
  "description": "Svamp CLI — AI workspace daemon on Hypha Cloud",
5
5
  "author": "Amun AI AB",
6
6
  "license": "SEE LICENSE IN LICENSE",