sudoku-pro 1.0.12 β†’ 1.0.13

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 +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,20 @@
8
8
 
9
9
  ---
10
10
 
11
+ ## πŸ”— Live Demo (Frontend)
12
+
13
+ You can try the full frontend demo here:
14
+
15
+ πŸ‘‰ **https://sudoku-pro.duckdns.org/**
16
+
17
+ This demo uses:
18
+ - `sudoku-pro` as an npm dependency
19
+ - Vite for bundling
20
+ - Docker + Nginx
21
+ - HTTPS via Let’s Encrypt
22
+
23
+ ---
24
+
11
25
  ## Install
12
26
 
13
27
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sudoku-pro",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Sudoku generator, solver, and CLI tool. Works in terminal and frontend apps with a clean library-first design.",
5
5
  "license": "MIT",
6
6
  "author": "Ashish Vashisht",