guideagent 0.1.3 → 0.1.5

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
@@ -194,3 +194,7 @@ Stop Anytime (top-right ✕)
194
194
  ## 💡 Author
195
195
 
196
196
  Built with ❤️ for better onboarding experiences
197
+
198
+
199
+ <P>IMPLEMENTED GUDIE AGENT IN PORTFOLIO (DEMO ❤️)</P>
200
+ <a href="https://raghulportfolio.hub29.online">📦 PORTFOLO </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "guideagent",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Contextual in-app guidance SDK for web apps — multilingual, config-driven, developer-first",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",