wuzapi 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 +2 -2
package/README.md CHANGED
@@ -493,7 +493,7 @@ For detailed API documentation, refer to the [WuzAPI documentation](https://gith
493
493
 
494
494
  ```bash
495
495
  # Clone the repository
496
- git clone https://github.com/your-username/wuzapi.git
496
+ git clone https://github.com/gusnips/wuzapi-node.git
497
497
  cd wuzapi
498
498
 
499
499
  # Install dependencies
@@ -525,8 +525,8 @@ MIT License - see the [LICENSE](LICENSE) file for details.
525
525
  ## Support
526
526
 
527
527
  - 📚 [Documentation](https://github.com/asternic/wuzapi)
528
- - 🐛 [Issue Tracker](https://github.com/your-username/wuzapi/issues)
529
- - 💬 [Discussions](https://github.com/your-username/wuzapi/discussions)
528
+ - 🐛 [Issue Tracker](https://github.com/gusnips/wuzapi-node/issues)
529
+ - 💬 [Discussions](https://github.com/gusnips/wuzapi-node/discussions)
530
530
 
531
531
  ## Changelog
532
532
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuzapi",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "TypeScript client library for WuzAPI WhatsApp API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,7 +42,7 @@
42
42
  "license": "MIT",
43
43
  "repository": {
44
44
  "type": "git",
45
- "url": "https://github.com/your-username/wuzapi.git"
45
+ "url": "https://github.com/gusnips/wuzapi-node.git"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^24.3.0",