@cucumber/cucumber 11.0.0 → 11.0.1
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/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/lib/wrapper.mjs +1 -0
- package/package.json +2 -2
package/lib/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "11.0.
|
|
1
|
+
export declare const version = "11.0.1";
|
package/lib/version.js
CHANGED
package/lib/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,QAAQ,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '11.0.
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,QAAQ,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '11.0.1'\n"]}
|
package/lib/wrapper.mjs
CHANGED
|
@@ -31,6 +31,7 @@ export const setDefaultTimeout = cucumber.setDefaultTimeout
|
|
|
31
31
|
export const setDefinitionFunctionWrapper =
|
|
32
32
|
cucumber.setDefinitionFunctionWrapper
|
|
33
33
|
export const setWorldConstructor = cucumber.setWorldConstructor
|
|
34
|
+
export const setParallelCanAssign = cucumber.setParallelCanAssign
|
|
34
35
|
export const Then = cucumber.Then
|
|
35
36
|
export const When = cucumber.When
|
|
36
37
|
export const World = cucumber.World
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"gherkin",
|
|
9
9
|
"tests"
|
|
10
10
|
],
|
|
11
|
-
"version": "11.0.
|
|
11
|
+
"version": "11.0.1",
|
|
12
12
|
"funding": "https://opencollective.com/cucumber",
|
|
13
13
|
"homepage": "https://github.com/cucumber/cucumber-js",
|
|
14
14
|
"author": "Julien Biezemans <jb@jbpros.com>",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"eslint-plugin-node": "11.1.0",
|
|
297
297
|
"eslint-plugin-standard": "5.0.0",
|
|
298
298
|
"eslint-plugin-unicorn": "^48.0.1",
|
|
299
|
-
"express": "4.
|
|
299
|
+
"express": "^4.21.0",
|
|
300
300
|
"fs-extra": "10.1.0",
|
|
301
301
|
"genversion": "3.1.1",
|
|
302
302
|
"mocha": "10.2.0",
|