@graphysdk/node-renderer 2.0.0-beta.1787130761469 → 2.0.0-beta.1787253424098
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 -0
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -61,3 +61,13 @@ On Vercel with Nitro, include these in `traceDeps` so binaries and fonts are cop
|
|
|
61
61
|
```ts
|
|
62
62
|
traceDeps: ['@graphysdk/node-renderer', '@napi-rs/canvas', '@fontsource/inter'];
|
|
63
63
|
```
|
|
64
|
+
|
|
65
|
+
Serves preset chart PNGs at `http://localhost:4310` (see `src/dev/server.ts`).
|
|
66
|
+
|
|
67
|
+
## Licence
|
|
68
|
+
|
|
69
|
+
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).
|
|
70
|
+
|
|
71
|
+
## Support
|
|
72
|
+
|
|
73
|
+
Questions and community help: [Discord](https://discord.gg/yGmYCjkSr).
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"headless",
|
|
13
13
|
"renderer"
|
|
14
14
|
],
|
|
15
|
-
"version": "2.0.0-beta.
|
|
15
|
+
"version": "2.0.0-beta.1787253424098",
|
|
16
16
|
"type": "module",
|
|
17
17
|
"sideEffects": [
|
|
18
18
|
"**/version.ts"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@fontsource/inter": "5.2.8",
|
|
41
41
|
"@napi-rs/canvas": "^0.1.76",
|
|
42
42
|
"d3-shape": "^3.2.0",
|
|
43
|
-
"@graphysdk/viz-engine": "2.0.0-beta.
|
|
43
|
+
"@graphysdk/viz-engine": "2.0.0-beta.1787253424098"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rollup/plugin-replace": "^6.0.3",
|
|
@@ -57,6 +57,9 @@
|
|
|
57
57
|
"@graphytools/typescript-config": "0.0.1",
|
|
58
58
|
"@graphytools/vitest-config": "1.0.0"
|
|
59
59
|
},
|
|
60
|
+
"publishConfig": {
|
|
61
|
+
"access": "public"
|
|
62
|
+
},
|
|
60
63
|
"lint-staged": {
|
|
61
64
|
"*.{ts,tsx,js,jsx,json,css,md}": [
|
|
62
65
|
"prettier --write"
|