@quarri/claude-data-tools 1.0.1 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ claude /install quarri
13
13
  ### Manual Installation
14
14
 
15
15
  ```bash
16
- npm install -g @anthropic/quarri
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/quarri-ai/quarri-claude-plugin/issues
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quarri/claude-data-tools",
3
- "version": "1.0.1",
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",