smooth-operator-mcp 2.4.0 → 2.4.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smooth-operator-mcp",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "type": "module",
5
5
  "packageManager": "npm@10.9.8",
6
6
  "description": "A lightweight, production-grade MCP server for secure browser automation.",
@@ -23,7 +23,7 @@
23
23
  "scripts": {
24
24
  "start": "tsx src/server/main.ts",
25
25
  "dev": "tsx watch src/server/main.ts",
26
- "build": "esbuild src/server/main.ts --bundle --platform=node --format=esm --packages=external --banner:js='#!/usr/bin/env node' --outfile=dist/smooth-operator.mjs --sourcemap --sources-content=false",
26
+ "build": "esbuild src/server/main.ts --bundle --platform=node --format=esm --packages=external --banner:js=\"#!/usr/bin/env node\" --outfile=dist/smooth-operator.mjs --sourcemap --sources-content=false",
27
27
  "postbuild": "node scripts/set-executable.mjs dist/smooth-operator.mjs",
28
28
  "lint": "eslint .",
29
29
  "typecheck": "tsc --noEmit",