create-playwright-pom-start 1.0.17 → 1.0.19

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm init playwright-pom-start
18
18
 
19
19
  ## Table of Contents
20
20
 
21
- 1. 💡 [Why use this](#why-use-this)
21
+ 1. 💡 [Why Playwright POM?](#why-use-this)
22
22
  2. 🚀 [Getting started](#getting-started)
23
23
  - 2.1 [New project](#new-project)
24
24
  - 2.2 [Add pages to an existing project](#add-pages-to-an-existing-project)
package/index.js CHANGED
@@ -32,7 +32,7 @@ if (fs.existsSync(pkgPath)) {
32
32
  fs.writeFileSync(pkgPath, JSON.stringify(pkg, null, 2) + "\n", "utf-8");
33
33
  }
34
34
  } catch {
35
- // ignore parse errors
35
+ // ignore
36
36
  }
37
37
  }
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-playwright-pom-start",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "Scaffold a Playwright POM project (run via npm init playwright-pom-start)",
5
5
  "keywords": [
6
6
  "playwright",
@@ -30,6 +30,6 @@
30
30
  "url": "https://github.com/GabrielDali/pom-pw-js.git"
31
31
  },
32
32
  "dependencies": {
33
- "playwright-pom": "1.0.10"
33
+ "playwright-pom": "1.0.13"
34
34
  }
35
35
  }