@graphysdk/react 1.8.1-beta.1787132472323 → 1.8.1-beta.1787133579967

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 +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -60,6 +60,12 @@ const input = pipe(
60
60
 
61
61
  ## Other packages
62
62
 
63
+ An explicit setting always wins over this package's default.
64
+
65
+ ## Licence
66
+
67
+ 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
+
63
69
  - [`@graphysdk/react-renderer`](https://www.npmjs.com/package/@graphysdk/react-renderer) — same React components, mark off by default
64
70
  - [`@graphysdk/viz-engine`](https://www.npmjs.com/package/@graphysdk/viz-engine) — the engine alone, for non-React hosts
65
71
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "visualization",
12
12
  "grammar-of-graphics"
13
13
  ],
14
- "version": "1.8.1-beta.1787132472323",
14
+ "version": "1.8.1-beta.1787133579967",
15
15
  "type": "module",
16
16
  "sideEffects": false,
17
17
  "types": "./dist/index.d.ts",
@@ -34,8 +34,8 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "@graphysdk/react-renderer": "1.8.1-beta.1787132472323",
38
- "@graphysdk/viz-engine": "1.8.1-beta.1787132472323"
37
+ "@graphysdk/react-renderer": "1.8.1-beta.1787133579967",
38
+ "@graphysdk/viz-engine": "1.8.1-beta.1787133579967"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": "^19.0.0"