@graphysdk/react 1.8.1-beta.1787840210295 → 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.
- package/README.md +10 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
The Graphy charting SDK for React. Build a chart spec and render it from one package. The "Powered by Graphy" mark is on by default.
|
|
4
4
|
|
|
5
|
+
Learn more at [graphy.dev](https://graphy.dev).
|
|
6
|
+
|
|
5
7
|
## Install
|
|
6
8
|
|
|
7
9
|
```bash
|
|
@@ -62,12 +64,18 @@ const input = pipe(
|
|
|
62
64
|
|
|
63
65
|
An explicit setting always wins over this package's default.
|
|
64
66
|
|
|
67
|
+
- [`@graphysdk/react-renderer`](https://www.npmjs.com/package/@graphysdk/react-renderer) — same React components, mark off by default
|
|
68
|
+
- [`@graphysdk/viz-engine`](https://www.npmjs.com/package/@graphysdk/viz-engine) — the engine alone, for non-React hosts
|
|
69
|
+
|
|
70
|
+
## Agent skills
|
|
71
|
+
|
|
72
|
+
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.
|
|
73
|
+
|
|
65
74
|
## Licence
|
|
66
75
|
|
|
67
76
|
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).
|
|
68
77
|
|
|
69
|
-
|
|
70
|
-
- [`@graphysdk/viz-engine`](https://www.npmjs.com/package/@graphysdk/viz-engine) — the engine alone, for non-React hosts
|
|
78
|
+
For a commercial licence, [talk to us](https://graphy.dev/license).
|
|
71
79
|
|
|
72
80
|
## Support
|
|
73
81
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"visualization",
|
|
12
12
|
"grammar-of-graphics"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.8.1-beta.
|
|
14
|
+
"version": "1.8.1-beta.1787840410169",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"types": "./dist/index.d.ts",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@graphysdk/react-renderer": "1.8.1-beta.
|
|
39
|
-
"@graphysdk/viz-engine": "1.8.1-beta.
|
|
38
|
+
"@graphysdk/react-renderer": "1.8.1-beta.1787840410169",
|
|
39
|
+
"@graphysdk/viz-engine": "1.8.1-beta.1787840410169"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@tiptap/core": "^3.0.0",
|