ortoni-report 2.0.7 → 2.0.8

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/changelog.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # Change Log:
2
+ ## v2.0.8
3
+
4
+ #### 🐛 Fixes
5
+ - **Peer Dependency**: Added peer dependecy to avoid external package conflict
2
6
 
3
7
  ## v2.0.7
4
8
 
@@ -1,7 +1,7 @@
1
1
  <head>
2
2
  <meta charset="UTF-8">
3
3
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
- <meta name="description" content="Playwright HTML report by LetCode Koushik - V2.0.7">
4
+ <meta name="description" content="Playwright HTML report by LetCode Koushik - V2.0.8">
5
5
  <title>{{title}}</title>
6
6
  <link rel="icon" href="https://raw.githubusercontent.com/ortoniKC/ortoni-report/refs/heads/main/favicon.png"
7
7
  type="image/x-icon">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ortoni-report",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Playwright Report By LetCode with Koushik",
5
5
  "scripts": {
6
6
  "tsc": "tsc",
@@ -39,11 +39,13 @@
39
39
  "ansi-to-html": "^0.7.2",
40
40
  "express": "^4.21.1",
41
41
  "handlebars": "^4.7.8",
42
- "sqlite": "^5.1.1",
43
- "sqlite3": "^5.1.7",
44
42
  "tsup": "^6.5.0",
45
- "typescript": "^4.9.4",
46
- "ws": "^8.18.0"
43
+ "typescript": "^4.9.4"
44
+ },
45
+ "peerDependencies": {
46
+ "ws": "^8.18.0",
47
+ "sqlite": "^5.1.1",
48
+ "sqlite3": "^5.1.7"
47
49
  },
48
50
  "main": "dist/ortoni-report.js",
49
51
  "module": "dist/ortoni-report.mjs",