@smallwebco/tinypivot-core 1.0.8 → 1.0.9

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 +17 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @smallwebco/tinypivot-core
2
+
3
+ Core logic for TinyPivot - framework agnostic pivot table and data grid utilities.
4
+
5
+ > **Note**: This is an internal package. For application development, use [@smallwebco/tinypivot-vue](https://www.npmjs.com/package/@smallwebco/tinypivot-vue) or [@smallwebco/tinypivot-react](https://www.npmjs.com/package/@smallwebco/tinypivot-react).
6
+
7
+ ## Documentation
8
+
9
+ See the main [TinyPivot documentation](https://github.com/Small-Web-Co/tinypivot) for full usage instructions.
10
+
11
+ ## License
12
+
13
+ - **Free Tier**: MIT License for basic grid features
14
+ - **Pro Features**: Commercial license required
15
+
16
+ Built with ❤️ by [Small Web, LLC](https://thesmallweb.co)
17
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smallwebco/tinypivot-core",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Core logic for TinyPivot - framework agnostic pivot table and data grid utilities",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",