odhin-reports-playwright 1.0.2 → 1.0.3

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.
package/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
   
23
23
   
24
24
 
25
- ### [Full documentation](https://odhin-reports.gitlab.io/playwright/#/1.0.2/)
25
+ ### [Full documentation](https://odhin-reports.gitlab.io/playwright/#/1.0.3/)
26
26
 
27
27
   
28
28
   
package/lib/generate.js CHANGED
@@ -899,7 +899,7 @@ class Generate {
899
899
  this.base = this.base.replace("{{.SummaryFiles}}", summaryFiles);
900
900
  this.base = this.base.replace("{{.SummaryProjects}}", summaryProjects);
901
901
  this.base = this.base.replace("{{.Content}}", this.content);
902
- this.base = this.base.replaceAll("{{.Version}}", process.env.npm_package_version || "");
902
+ this.base = this.base.replaceAll("{{.Version}}", "1.0.3");
903
903
  // Create the final HTML report file
904
904
  this.help.createFile(this.execOptions.outputFolder + "/" + this.execOptions.indexFilename, this.base);
905
905
  if (this.execOptions.consoleLog === true) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "odhin-reports-playwright",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Odhin Reports for Playwright",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",