ortoni-report 1.0.1 → 1.0.2

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.
@@ -162,7 +162,7 @@
162
162
  <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.7.0/chart.min.js"></script>
163
163
  <script>
164
164
  document.addEventListener('DOMContentLoaded', () => {
165
- const testData = {{{ json results }}};
165
+ const testData = {{{ json results }}};
166
166
  const testDetails = document.getElementById('testDetails');
167
167
  const summary = document.getElementById('summary');
168
168
  const backButton = document.querySelector('.back-button');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ortoni-report",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Playwright Report By LetCode Koushik",
5
5
  "scripts": {
6
6
  "build": "tsup ortoni-report.ts --format cjs,esm --dts",
@@ -12,15 +12,11 @@
12
12
  "url": "git+https://github.com/ortoniKC/letcode-pw-report.git"
13
13
  },
14
14
  "keywords": [
15
- "playwright",
16
- "playwright",
17
- "report",
18
- "letcode",
19
- "koushik",
20
- "report",
21
- "ortoni",
22
- "ortoni",
23
- "report"
15
+ "playwright report",
16
+ "playwright letcode",
17
+ "letcode koushik",
18
+ "ortoni report",
19
+ "ortoni"
24
20
  ],
25
21
  "author": "Koushik Chatterjee (LetCode with Koushik)",
26
22
  "license": "ISC",
@@ -40,7 +36,7 @@
40
36
  "tsup": "^6.5.0",
41
37
  "typescript": "^4.9.4"
42
38
  },
43
- "main": "dist/index.js",
44
- "module": "dist/index.mjs",
45
- "types": "dist/index.d.ts"
39
+ "main": "dist/ortoni-report.js",
40
+ "module": "dist/ortoni-report.mjs",
41
+ "types": "dist/ortoni-report.d.ts"
46
42
  }