@graphysdk/data-import-utils 1.8.1-beta.1787831204964 → 1.8.1-beta.1787840410169

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Parse CSV, TSV, JSON, and spreadsheet files into the `{ columns, rows }` shape used by Graphy charts and agents.
4
4
 
5
+ Learn more at [graphy.dev](https://graphy.dev).
6
+
5
7
  ## Install
6
8
 
7
9
  ```bash
@@ -63,10 +65,16 @@ const result = await ai.generateGraph({
63
65
  | XLS | `fromXLS()` | `ArrayBuffer` |
64
66
  | ODS | `fromODS()` | `ArrayBuffer` |
65
67
 
68
+ ## Agent skills
69
+
70
+ Install the Graphy agent skills from [github.com/graphysdk/skills](https://github.com/graphysdk/skills) to set up the SDK and author charts from Cursor, Claude Code, and other coding agents.
71
+
66
72
  ## Licence
67
73
 
68
74
  This package is available under PolyForm Noncommercial, Small Business, or a 32-day Free Trial. Free Trial is local or internal evaluation only — it does not cover a public page. See [what you can do under the trial](https://docs.graphy.dev/licence/evaluation).
69
75
 
76
+ For a commercial licence, [talk to us](https://graphy.dev/license).
77
+
70
78
  ## Support
71
79
 
72
80
  Questions and community help: [Discord](https://discord.gg/yGmYCjkSr).
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "data-import",
13
13
  "parser"
14
14
  ],
15
- "version": "1.8.1-beta.1787831204964",
15
+ "version": "1.8.1-beta.1787840410169",
16
16
  "type": "module",
17
17
  "sideEffects": false,
18
18
  "types": "./dist/index.d.ts",