dolphin-server-modules 2.11.5 → 2.11.6

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  ### 📘 Official Master Guide (Nepal)
14
14
  Dolphin Framework को विस्तृत र आधिकारिक गाइड उपलब्ध छ। यसमा **Auth, CRUD, Models, र Controllers** को १००% ट्युटोरियल समावेश छ।
15
15
 
16
- 👉 **[Dolphin Master Guide (Web Version)](https://phuyalshankar.github.io/dolphin-server-modules/guide.html)** *(Most Up-to-Date)*
16
+ 👉 **[Dolphin Master Guide (Web Version)](https://htmlpreview.github.io/?https://github.com/Phuyalshankar/dolphin-server-modules/blob/main/guide.html)** *(Most Up-to-Date)*
17
17
 
18
18
  ---
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-server-modules",
3
- "version": "2.11.5",
3
+ "version": "2.11.6",
4
4
  "type": "module",
5
5
  "homepage": "https://github.com/Phuyalshankar/dolphin-server-modules#readme",
6
6
  "description": "Core utility modules for Auth, CRUD, and Controllers",