@airoom/nextmin-react 0.1.0 → 0.1.2

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,10 @@ Plug‑and‑play React Admin Panel that connects to a `@airoom/nextmin-node` ba
6
6
  - 1 month → 1 hour
7
7
  - Works out of the box with Next.js (App Router and Pages Router)
8
8
 
9
+ ## Documentation
10
+
11
+ Read the full documentation at: https://nextmin.gscodes.dev/
12
+
9
13
  ## Features
10
14
 
11
15
  - `<NextMinProvider>`: initializes store, loads schemas, and opens a live socket
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airoom/nextmin-react",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",