@emesoft_company/playwright-core 2.1.0 → 2.1.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,10 +13,10 @@ interact, [`docs/EXTENDING.md`](docs/EXTENDING.md) for override patterns,
13
13
 
14
14
  ## Install (consuming projects)
15
15
 
16
- No private registry yet install directly from this repo, pinned to a tag:
16
+ Published on npm under the `emesoft_company` org:
17
17
 
18
18
  ```bash
19
- pnpm add "@emesoft_company/playwright-core@github:emesoft/playwright-core#v2.1.0"
19
+ pnpm add @emesoft_company/playwright-core
20
20
  ```
21
21
 
22
22
  For local development across repos in the same workspace, a project can point at the local
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emesoft_company/playwright-core",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Shared Playwright automation core: fixtures, API client abstraction, config loader, auth helpers, reporting integration.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,