dolphin-server-modules 2.11.4 → 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.
@@ -1,5 +1,5 @@
1
1
  Dolphin Framework: Absolute Master Guide (100+ Pages Equivalent) 🐬🇳🇵
2
- Latest Version: v2.11.3 | Updated: 2026-05-27 | License: ISC
2
+ Latest Version: v2.11.4 | Updated: 2026-05-27 | License: ISC
3
3
 
4
4
  यो डकुमेन्ट Dolphin Framework को आधिकारिक र विस्तृत गाइड हो। यसले तपाईँलाई एउटा साधारण कोड लेख्ने डेभलपरबाट "Framework Master" बनाउन मद्दत गर्नेछ।
5
5
 
@@ -52,9 +52,9 @@ Latest Version: v2.11.3 | Updated: 2026-05-27 | License: ISC
52
52
 
53
53
  १५. स्वतन्त्र अटो-स्वैगर जेनेरेसन
54
54
 
55
- १६. DolphinStore: रिएक्टिभ स्टेट म्यानेजमेन्ट र फिल्टरिङ (New v2.11.3)
55
+ १६. DolphinStore: रिएक्टिभ स्टेट म्यानेजमेन्ट र फिल्टरिङ (New v2.11.4)
56
56
 
57
- १७. DolphinPersist: अफलाइन क्यासिङ र Persistence (New v2.11.3)
57
+ १७. DolphinPersist: अफलाइन क्यासिङ र Persistence (New v2.11.4)
58
58
 
59
59
  १८. API रेफरेन्स
60
60
 
@@ -791,7 +791,7 @@ app.get('/docs', (ctx) => {
791
791
  app.get('/docs/json', (ctx) => ctx.json(apiDocs));
792
792
  rt.register(deviceId, socket?, metadata?) डिभाइस रजिस्टर
793
793
  १६. DolphinStore: रिएक्टिभ स्टेट म्यानेजमेन्ट र फिल्टरिङ (Reactive State) 🐬
794
- Dolphin v2.11.3 मा थपिएको `DolphinStore` ले फ्रन्टइन्डमा डेटा म्यानेजमेन्टलाई अर्को स्तरमा पुर्‍याउँछ। यसले ब्याकइन्डको डेटालाई अटोमेटिक सिङ्क मात्र गर्दैन, तर फिल्टरिङ, सर्टिङ र लोड स्टेटहरू पनि म्यानेज गर्छ।
794
+ Dolphin v2.11.4 मा थपिएको `DolphinStore` ले फ्रन्टइन्डमा डेटा म्यानेजमेन्टलाई अर्को स्तरमा पुर्‍याउँछ। यसले ब्याकइन्डको डेटालाई अटोमेटिक सिङ्क मात्र गर्दैन, तर फिल्टरिङ, सर्टिङ र लोड स्टेटहरू पनि म्यानेज गर्छ।
795
795
 
796
796
  १६.१ स्टेट ट्र्याकिङ (State Tracking)
797
797
  प्रत्येक कलेक्सनमा अब निम्न स्टेटहरू हुन्छन्:
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🐬 Dolphin Framework (v2.11.3)
1
+ # 🐬 Dolphin Framework (v2.11.4)
2
2
 
3
3
  ![NPM Version](https://img.shields.io/npm/v/dolphin-server-modules?color=blue&style=flat-square)
4
4
  ![License](https://img.shields.io/npm/l/dolphin-server-modules?style=flat-square)
@@ -13,13 +13,13 @@
13
13
  ### 📘 Official Master Guide (Nepal)
14
14
  Dolphin Framework को विस्तृत र आधिकारिक गाइड उपलब्ध छ। यसमा **Auth, CRUD, Models, र Controllers** को १००% ट्युटोरियल समावेश छ।
15
15
 
16
- 👉 **[Dolphin Master Guide (Markdown)](https://github.com/Phuyalshankar/dolphin-server-modules/blob/main/DOLPHIN_MASTER_GUIDE_NEPALI.md)** *(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
 
20
- ## 🤖 Cursor-Level AI Features (New in v2.11.3)
20
+ ## 🤖 Cursor-Level AI Features (New in v2.11.4)
21
21
 
22
- Dolphin v2.11.3 introduces a complete overhaul of the AI Agent, bringing it closer to professional AI editors like Cursor.
22
+ Dolphin v2.11.4 introduces a complete overhaul of the AI Agent, bringing it closer to professional AI editors like Cursor.
23
23
 
24
24
  ### 1. Semantic Project Search
25
25
  The AI doesn't just look at one file; it indexes your entire project. When you ask a question, it uses semantic token overlap to find the 5 most relevant files automatically.
@@ -79,7 +79,7 @@ app.get('/ping', (ctx) => {
79
79
  return { message: 'pong', status: 'swimming' };
80
80
  });
81
81
 
82
- app.listen(3000, () => console.log("🐬 Dolphin v2.11.3 swimming on 3000"));
82
+ app.listen(3000, () => console.log("🐬 Dolphin v2.11.4 swimming on 3000"));
83
83
  ```
84
84
 
85
85
  ---
@@ -1,4 +1,4 @@
1
- # Dolphin Framework: 0 to 100% Full Tutorial (Nepali) 🐬 [v2.11.3]
1
+ # Dolphin Framework: 0 to 100% Full Tutorial (Nepali) 🐬 [v2.11.4]
2
2
 
3
3
  Dolphin Framework मा तपाईँलाई स्वागत छ! यो गाइडमा हामी Dolphin प्रयोग गरेर एउटा शक्तिशाली, आधुनिक र एआई-संचालित (AI-Powered) ब्याकइन्ड कसरी बनाउने भनेर सिक्नेछौँ।
4
4
 
@@ -18,7 +18,7 @@ Dolphin Framework मा तपाईँलाई स्वागत छ! यो
18
18
 
19
19
  ## २. सुरुवाती सेटअप र एआई (Project Setup & AI)
20
20
 
21
- Dolphin v2.11.3 मा एआईको प्रयोग गरेर १ मिनेटमै प्रोजेक्ट तयार गर्न सकिन्छ:
21
+ Dolphin v2.11.4 मा एआईको प्रयोग गरेर १ मिनेटमै प्रोजेक्ट तयार गर्न सकिन्छ:
22
22
 
23
23
  ```bash
24
24
  # १. नयाँ फोल्डर बनाउनुहोस्
@@ -57,7 +57,7 @@ const app = createDolphinServer();
57
57
  app.get('/', (ctx) => {
58
58
  return {
59
59
  message: "Dolphin ko sansar ma swagat chha! 🐬",
60
- version: "2.11.3",
60
+ version: "2.11.4",
61
61
  mode: "Agentic AI Ready"
62
62
  };
63
63
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-server-modules",
3
- "version": "2.11.4",
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",