@periodic/titanium 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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -599,8 +599,8 @@ MIT License - see [LICENSE](LICENSE) file for details.
599
599
 
600
600
  ## 📞 Support
601
601
 
602
- - 🐛 **Issues:** [GitHub Issues](https://github.com/thaku7469/periodic-titanium/issues)
603
- - 💬 **Discussions:** [GitHub Discussions](https://github.com/thaku7469/periodic-titanium/discussions)
602
+ - 🐛 **Issues:** [GitHub Issues](https://github.com/udaythakur7469/periodic-titanium/issues)
603
+ - 💬 **Discussions:** [GitHub Discussions](https://github.com/udaythakur7469/periodic-titanium/discussions)
604
604
  - 📧 **Email:** udaythakurwork@gmail.com
605
605
 
606
606
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periodic/titanium",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Production-ready Redis-backed rate limiting middleware for Express with TypeScript support, fail-safe design, and flexible configuration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,12 +28,12 @@
28
28
  "license": "MIT",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "https://github.com/thaku7469/periodic-titanium.git"
31
+ "url": "https://github.com/udaythakur7469/periodic-titanium.git"
32
32
  },
33
33
  "bugs": {
34
- "url": "https://github.com/thaku7469/periodic-titanium/issues"
34
+ "url": "https://github.com/udaythakur7469/periodic-titanium/issues"
35
35
  },
36
- "homepage": "https://github.com/thaku7469/periodic-titanium#readme",
36
+ "homepage": "https://github.com/udaythakur7469/periodic-titanium#readme",
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
@@ -61,4 +61,4 @@
61
61
  "ts-jest": "^29.1.1",
62
62
  "typescript": "^5.3.3"
63
63
  }
64
- }
64
+ }