@graphysdk/data-import-utils 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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -62,3 +62,11 @@ const result = await ai.generateGraph({
62
62
  | XLSX | `fromXLSX()` | `ArrayBuffer` |
63
63
  | XLS | `fromXLS()` | `ArrayBuffer` |
64
64
  | ODS | `fromODS()` | `ArrayBuffer` |
65
+
66
+ ## Licence
67
+
68
+ 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
+
70
+ ## Support
71
+
72
+ 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": "2.0.0-beta.1787130761469",
15
+ "version": "2.0.0-beta.1787253424098",
16
16
  "type": "module",
17
17
  "sideEffects": false,
18
18
  "types": "./dist/index.d.ts",
@@ -130,6 +130,9 @@
130
130
  "@graphytools/typescript-config": "0.0.1",
131
131
  "@graphytools/vitest-config": "1.0.0"
132
132
  },
133
+ "publishConfig": {
134
+ "access": "public"
135
+ },
133
136
  "lint-staged": {
134
137
  "*.{ts,tsx,js,jsx,json,css,md}": [
135
138
  "prettier --write"