@wdio/jasmine-framework 9.7.0 → 9.7.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/build/index.js +2 -2
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -512,9 +512,9 @@ adapterFactory.init = async function(...args) {
|
|
|
512
512
|
const instance = await adapter.init();
|
|
513
513
|
return instance;
|
|
514
514
|
};
|
|
515
|
-
var
|
|
515
|
+
var index_default = adapterFactory;
|
|
516
516
|
export {
|
|
517
517
|
JasmineAdapter,
|
|
518
518
|
adapterFactory,
|
|
519
|
-
|
|
519
|
+
index_default as default
|
|
520
520
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/jasmine-framework",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.2",
|
|
4
4
|
"description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-jasmine-framework",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@types/node": "^20.1.0",
|
|
38
|
-
"@wdio/globals": "9.7.
|
|
38
|
+
"@wdio/globals": "9.7.2",
|
|
39
39
|
"@wdio/logger": "9.4.4",
|
|
40
40
|
"@wdio/types": "9.6.3",
|
|
41
|
-
"@wdio/utils": "9.
|
|
41
|
+
"@wdio/utils": "9.7.2",
|
|
42
42
|
"expect-webdriverio": "^5.0.1",
|
|
43
43
|
"jasmine": "^5.0.0"
|
|
44
44
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "63ac0e07bef1ac9e9075bbef24bd9c9340085bdc"
|
|
52
52
|
}
|