partnercore-proxy 0.1.1 → 0.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -53,7 +53,7 @@ const program = new commander_1.Command();
53
53
  program
54
54
  .name('partnercore-proxy')
55
55
  .description('Local MCP proxy for AL Language Server integration')
56
- .version('0.1.0');
56
+ .version('0.1.2');
57
57
  program
58
58
  .command('start')
59
59
  .description('Start the MCP proxy server')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "partnercore-proxy",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Local MCP proxy for AL Language Server integration - bridges local Business Central AL development with PartnerCore Cloud MCP",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",