@kanunilabs/pivotgrid-core 1.0.0 → 1.0.1

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,9 +15,11 @@ Framework-agnostic PivotGrid engine with Web Worker computation, columnar storag
15
15
  ## Installation
16
16
 
17
17
  ```bash
18
- pnpm add @kanunilabs/pivotgrid-core
18
+ npm install @kanunilabs/pivotgrid-core
19
19
  ```
20
20
 
21
+ (or `yarn add` / `pnpm add` — any package manager works.)
22
+
21
23
  Peer dependencies (installed automatically by npm ≥ 7 and pnpm): `xlsx` (file import) and `file-saver` (file export).
22
24
 
23
25
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanunilabs/pivotgrid-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Framework-agnostic PivotGrid engine with Web Worker, columnar storage, trie-based grouping, and headless controller",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",