create-playwright-pom-start 1.0.4 → 1.0.5

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 +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ You’ll be prompted for:
24
24
  2. **Page names** — optional; space-separated, or Enter to skip. Names are normalized to PascalCase + `Page` (e.g. `dashboard` → `DashboardPage`).
25
25
  3. **Playwright** — installed automatically if missing.
26
26
 
27
- **Requirements:** Node.js **v18** or later. Supported on **Windows**, **macOS**, and **Linux**.
27
+ **Requirements:** Node.js **v18** or later.
28
28
 
29
29
  ## Alternative: install then run
30
30
 
@@ -71,6 +71,7 @@ Or scaffold in a subfolder: `npx playwright-pom my-project`
71
71
  - Converted to PascalCase + `Page` (e.g. `checkout` → `CheckoutPage`, `userProfile` → `UserProfilePage`).
72
72
  - Invalid tokens and existing files are skipped (reported in the console).
73
73
 
74
+
74
75
  **JavaScript based output project structure**
75
76
 
76
77
  ![JavaScript based output project structure](https://raw.githubusercontent.com/GabrielDali/pom-pw-js/main/assets/01.png)
@@ -89,7 +90,7 @@ Or scaffold in a subfolder: `npx playwright-pom my-project`
89
90
 
90
91
  ## Repository & docs
91
92
 
92
- - **GitHub:** [github.com/GabrielDali/pom-pw-js](https://github.com/GabrielDali/playwright-pom)
93
+ - **GitHub:** [github.com/GabrielDali/pom-pw-js](https://github.com/GabrielDali/pom-pw-js)
93
94
  - **Main package (playwright-pom):** [npmjs.com/package/playwright-pom](https://www.npmjs.com/package/playwright-pom)
94
95
 
95
96
  ## Author & license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-playwright-pom-start",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
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.0-beta.3"
33
+ "playwright-pom": "1.0.1"
34
34
  }
35
35
  }