cogniscrape 1.0.0 → 1.0.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -299,9 +299,9 @@ MIT License - see LICENSE file for details
299
299
 
300
300
  ## 📬 Support
301
301
 
302
- - 📧 Email: your.email@example.com
303
- - 🐛 Issues: [GitHub Issues](https://github.com/yourusername/cogniscrape/issues)
304
- - 💬 Discussions: [GitHub Discussions](https://github.com/yourusername/cogniscrape/discussions)
302
+ - 📧 Email: bonderiddhish@gmail.com
303
+ - 🐛 Issues: [GitHub Issues](https://github.com/Riddhish1/cogniscrape/issues)
304
+ - 💬 Discussions: [GitHub Discussions](https://github.com/Riddhish1/cogniscrape/discussions)
305
305
 
306
306
  ---
307
307
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogniscrape",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A TypeScript web scraping library using LLMs (Ollama & Google Gemini) and graph logic - 100% free version",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",