@wonderwhy-er/desktop-commander 0.1.32 → 0.1.33

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.
@@ -339,7 +339,7 @@ export default async function setup() {
339
339
  isWindows ?
340
340
  join(process.env.APPDATA || '', "npm", "npx.cmd").replace(/\\/g, '\\\\') :
341
341
  "$(which npx)",
342
- "@wonderwhy-er/desktop-commander"
342
+ "@wonderwhy-er/desktop-commander@latest"
343
343
  ],
344
344
  "env": debugEnv
345
345
  };
@@ -368,7 +368,7 @@ export default async function setup() {
368
368
  serverConfig = {
369
369
  "command": isWindows ? "npx.cmd" : "npx",
370
370
  "args": [
371
- "@wonderwhy-er/desktop-commander"
371
+ "@wonderwhy-er/desktop-commander@latest"
372
372
  ]
373
373
  };
374
374
  } else {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "0.1.32";
1
+ export declare const VERSION = "0.1.33";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.32';
1
+ export const VERSION = '0.1.33';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wonderwhy-er/desktop-commander",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "MCP server for terminal operations and file editing",
5
5
  "license": "MIT",
6
6
  "author": "Eduards Ruzga",