@thisisagile/easy-playwright 13.4.2 → 13.4.4

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <a href="https://sonarcloud.io/dashboard?id=thisisagile_easy" target="_blank"><img src="https://sonarcloud.io/api/project_badges/measure?project=thisisagile_easy&metric=coverage" alt="coverage" /></a>
10
10
 
11
11
  ## Note
12
- The **easy** framework captures the best practices we (the contributors) have build up on implementing microservices architectures at a diverse range of clients in Typescript, running on node.js and deployed on Amazon, Google Cloud and even on Windows Server. The companies that contribute / have contributed include a well-known Dutch insurance company, an insurance software vendor, an IoT scale-up, a software vendor in logistics and an online e-commerce company. From those practices, the **easy** framework grows step-by-step.
12
+ The **easy** framework captures the best practices we (the contributors) have built up while implementing microservices architectures at a diverse range of clients in Typescript, running on node.js and deployed on Amazon, Google Cloud and even on Windows Server. The companies that contribute / have contributed include a well-known Dutch insurance company, an insurance software vendor, an IoT scale-up, a software vendor in logistics and an online e-commerce company. From those practices, the **easy** framework grows step-by-step.
13
13
 
14
14
  The **easy** framework already works fine in many situations. However, it also continuously improves and grows. It is a work-in-progress, including its documentation. Being a framework, it probably not always perfectly fits your situation. Therefore, we aim to implement **easy** so that it is straightforward, simple to use, standardized, and open to extensions.
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thisisagile/easy-playwright",
3
- "version": "13.4.2",
3
+ "version": "13.4.4",
4
4
  "description": "Straightforward wrapper library for Playwright web testing framework",
5
5
  "author": "Sander Hoogendoorn",
6
6
  "license": "MIT",
@@ -34,11 +34,11 @@
34
34
  "access": "public"
35
35
  },
36
36
  "devDependencies": {
37
- "@thisisagile/easy-test": "13.4.2"
37
+ "@thisisagile/easy-test": "13.4.4"
38
38
  },
39
39
  "dependencies": {
40
- "@thisisagile/easy": "^13.4.2",
41
- "@thisisagile/easy-test-web": "^13.4.2",
40
+ "@thisisagile/easy": "^13.4.4",
41
+ "@thisisagile/easy-test-web": "^13.4.4",
42
42
  "playwright": "^1.31.2"
43
43
  }
44
44
  }