@thisisagile/easy-test-web 7.8.17 → 7.10.2
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -227,7 +227,7 @@ Because data in existing databases rarely supplies the format you need in your s
|
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
The `Map
|
|
230
|
+
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.
|
|
231
231
|
|
|
232
232
|
export class MyDatabase extends Database {
|
|
233
233
|
static readonly Erp = new Database('openerp', PostgreSqlProvider);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thisisagile/easy-test-web",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.10.2",
|
|
4
4
|
"description": "Straightforward wrapper library for web testing frameworks",
|
|
5
5
|
"author": "Sander Hoogendoorn",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,6 +34,6 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thisisagile/easy": "7.
|
|
37
|
+
"@thisisagile/easy": "7.10.2"
|
|
38
38
|
}
|
|
39
39
|
}
|