@chanaka_nakandala/integration-agent 2.3.1 → 2.3.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/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -78,11 +78,11 @@ Grubtech is a restaurant technology platform for online ordering, menu managemen
78
78
  **Learn more:**
79
79
  - Website: https://www.grubtech.com
80
80
  - Documentation: https://docs.grubtech.io
81
- - Support: support@grubtech.io
81
+ - Support: support@grubtech.com
82
82
 
83
83
  ## Getting Help
84
84
 
85
- Just ask questions inside Claude Code after installation, or contact Grubtech support at support@grubtech.io
85
+ Just ask questions inside Claude Code after installation, or contact Grubtech support at support@grubtech.com
86
86
 
87
87
  ---
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chanaka_nakandala/integration-agent",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "One-command installer that sets up the complete Grubtech Integration Agent (MCP server + AI agent personas) for Claude Code to help developers build restaurant and POS integrations.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -53,10 +53,10 @@
53
53
  "menu-sync",
54
54
  "order-management"
55
55
  ],
56
- "author": "Grubtech <support@grubtech.io>",
56
+ "author": "Grubtech <support@grubtech.com>",
57
57
  "license": "MIT",
58
58
  "dependencies": {
59
- "@chanaka_nakandala/integration-personas": "^1.0.1"
59
+ "@chanaka_nakandala/integration-personas": "^1.0.2"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/node": "^20.0.0",