salai 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.
- package/README.md +1 -1
- package/package.json +12 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ npx salai retailers
|
|
|
8
8
|
npx salai cart add 7290019489443
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
> **Looking for MCP integration?** See [`@salai
|
|
11
|
+
> **Looking for MCP integration?** See [`@idoz.dev/salai-mcp`](../mcp-cli) for Cursor / Claude Desktop.
|
|
12
12
|
|
|
13
13
|
## What's New in v0.1.1
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "salai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Salai grocery CLI for Israeli product search, price comparison, and cart workflows",
|
|
5
|
-
"keywords": [
|
|
5
|
+
"keywords": [
|
|
6
|
+
"salai",
|
|
7
|
+
"grocery",
|
|
8
|
+
"price-comparison",
|
|
9
|
+
"cli",
|
|
10
|
+
"israel",
|
|
11
|
+
"shopping",
|
|
12
|
+
"hebrew",
|
|
13
|
+
"agents",
|
|
14
|
+
"mcp"
|
|
15
|
+
],
|
|
6
16
|
"homepage": "https://salai.co.il",
|
|
7
17
|
"repository": {
|
|
8
18
|
"type": "git",
|