@m00nsolutions/playwright-reporter 1.0.3 → 1.0.4

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -132,6 +132,6 @@ MIT License - see [LICENSE](LICENSE) for details.
132
132
 
133
133
  ## Support
134
134
 
135
- - 📖 [Documentation](https://docs.m00nreport.com)
135
+ - 📖 [Documentation](https://docs.m00n.report)
136
136
  - 🐛 [Report Issues](https://github.com/m00nsolutions/m00nreport/issues)
137
137
  - 💬 [Community Discord](https://discord.gg/m00nreport)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m00nsolutions/playwright-reporter",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Playwright test reporter for M00n Report dashboard - real-time test result streaming with step tracking, attachments, and retry support",
5
5
  "main": "index.mjs",
6
6
  "type": "module",
@@ -42,7 +42,7 @@
42
42
  "url": "https://github.com/m00nsolutions/m00nreport.git",
43
43
  "directory": "packages/m00n-playwright-reporter"
44
44
  },
45
- "homepage": "https://m00nreport.com",
45
+ "homepage": "https://m00n.report",
46
46
  "bugs": {
47
47
  "url": "https://github.com/m00nsolutions/m00nreport/issues"
48
48
  },