@thisisagile/easy-puppeteer
Advanced tools
Comparing version 7.9.1 to 7.10.0
{ | ||
"name": "@thisisagile/easy-puppeteer", | ||
"version": "7.9.1", | ||
"version": "7.10.0", | ||
"description": "Straightforward wrapper library for Puppeteer web testing framework", | ||
@@ -37,9 +37,9 @@ "author": "Sander Hoogendoorn", | ||
"devDependencies": { | ||
"@thisisagile/easy-test": "7.9.1" | ||
"@thisisagile/easy-test": "7.10.0" | ||
}, | ||
"dependencies": { | ||
"@thisisagile/easy": "7.9.1", | ||
"@thisisagile/easy-test-web": "7.9.1", | ||
"@thisisagile/easy": "7.10.0", | ||
"@thisisagile/easy-test-web": "7.10.0", | ||
"puppeteer": "^10.1.0" | ||
} | ||
} |
@@ -230,3 +230,3 @@ # easy | ||
The `Map`, `Table` and `Collection` classes have a property called `db` that represents the database to connect to. This is usually an instance of the `Database` enumeration, which in its turn defines the database (and its provider) to connect to, as in the example below. | ||
The `Map` and `Table` classes have a property called `db` that represents the database to connect to. This is usually an instance of the `Database` enumeration, which in its turn defines the database (and its provider) to connect to, as in the example below. | ||
@@ -233,0 +233,0 @@ export class MyDatabase extends Database { |
36604
+ Added@thisisagile/easy@7.10.0(transitive)
+ Added@thisisagile/easy-test-web@7.10.0(transitive)
- Removed@thisisagile/easy@7.9.1(transitive)
- Removed@thisisagile/easy-test-web@7.9.1(transitive)
Updated@thisisagile/easy@7.10.0