@gesslar/lpc-mcp 1.1.1 → 1.1.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.
@@ -116,7 +116,7 @@ jobs:
116
116
  printf "Package Manager: %s" "${{ steps.cfg2.outputs.package_manager }}"
117
117
 
118
118
  if [[ "${{ steps.cfg2.outputs.package_manager }}" = "pnpm" ]]; then
119
- printf " (%s)\n" "${{ steps.cfg2.outputs.package_manager }}"
119
+ printf " (%s)\n" "${{ steps.cfg2.outputs.pm_version }}"
120
120
  else
121
121
  printf "\n"
122
122
  fi
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gesslar/lpc-mcp",
3
3
  "description": "MCP server for LPC language server",
4
4
  "author": "gesslar",
5
- "version": "1.1.1",
5
+ "version": "1.1.2",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/gesslar/lpc-mcp.git"