@quarri/claude-data-tools 1.0.0 → 1.0.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 +2 -2
- package/dist/index.js +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ claude /install quarri
|
|
|
13
13
|
### Manual Installation
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install -g @
|
|
16
|
+
npm install -g @quarri/claude-data-tools
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
Then add to your Claude Code configuration:
|
|
@@ -160,6 +160,6 @@ MIT
|
|
|
160
160
|
|
|
161
161
|
## Support
|
|
162
162
|
|
|
163
|
-
- GitHub Issues: https://github.com/
|
|
163
|
+
- GitHub Issues: https://github.com/djayatillake/quarri-claude-plugin/issues
|
|
164
164
|
- Documentation: https://docs.quarri.ai
|
|
165
165
|
- Email: support@quarri.ai
|
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quarri/claude-data-tools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Quarri Data Assistant - Natural language data analysis with Quarri",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/
|
|
30
|
+
"url": "https://github.com/djayatillake/quarri-claude-plugin"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@modelcontextprotocol/sdk": "^1.0.0",
|