@chanaka_nakandala/integration-agent 4.0.0 → 4.1.0

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,7 +22,7 @@ No prior Grubtech experience needed!
22
22
 
23
23
  ## How to Install
24
24
 
25
- Open your terminal and run this single command:
25
+ Go to your project directory, open your terminal and run this single command:
26
26
 
27
27
  ```bash
28
28
  npx @chanaka_nakandala/integration-agent init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chanaka_nakandala/integration-agent",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
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",
@@ -56,7 +56,7 @@
56
56
  "author": "Grubtech <support@grubtech.com>",
57
57
  "license": "MIT",
58
58
  "dependencies": {
59
- "@chanaka_nakandala/integration-personas": "^1.3.0"
59
+ "@chanaka_nakandala/integration-personas": "^2.0.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/node": "^20.0.0",