@wdio/cucumber-framework 9.6.3 → 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 +3 -3
package/build/index.js
CHANGED
|
@@ -508,11 +508,11 @@ adapterFactory.init = async function(...args) {
|
|
|
508
508
|
const instance = await adapter.init();
|
|
509
509
|
return instance;
|
|
510
510
|
};
|
|
511
|
-
var
|
|
511
|
+
var index_default = adapterFactory;
|
|
512
512
|
export {
|
|
513
513
|
CucumberAdapter,
|
|
514
514
|
FILE_PROTOCOL,
|
|
515
515
|
adapterFactory,
|
|
516
|
-
|
|
516
|
+
index_default as default,
|
|
517
517
|
publishCucumberReport
|
|
518
518
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cucumber-framework",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.7.2",
|
|
4
4
|
"description": "A WebdriverIO plugin. Adapter for Cucumber.js testing framework.",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cucumber-framework",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/node": "^20.1.0",
|
|
46
46
|
"@wdio/logger": "9.4.4",
|
|
47
47
|
"@wdio/types": "9.6.3",
|
|
48
|
-
"@wdio/utils": "9.
|
|
48
|
+
"@wdio/utils": "9.7.2",
|
|
49
49
|
"glob": "^10.2.2",
|
|
50
50
|
"import-meta-resolve": "^4.1.0",
|
|
51
51
|
"is-glob": "^4.0.0"
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "63ac0e07bef1ac9e9075bbef24bd9c9340085bdc"
|
|
60
60
|
}
|