@cucumber/cucumber 9.1.0 → 9.1.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 CHANGED
@@ -1 +1 @@
1
- export declare const version = "9.1.0";
1
+ export declare const version = "9.1.1";
package/lib/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = '9.1.0';
5
+ exports.version = '9.1.1';
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,OAAO,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '9.1.0'\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,OAAO,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '9.1.1'\n"]}
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gherkin",
9
9
  "tests"
10
10
  ],
11
- "version": "9.1.0",
11
+ "version": "9.1.1",
12
12
  "homepage": "https://github.com/cucumber/cucumber-js",
13
13
  "author": "Julien Biezemans <jb@jbpros.com>",
14
14
  "contributors": [
@@ -24,6 +24,7 @@
24
24
  "Artur Neumann <artur@jankaritech.com>",
25
25
  "Artur Pomadowski <artur.pomadowski@gmail.com>",
26
26
  "Aslak Hellesøy <aslak.hellesoy@gmail.com>",
27
+ "Auke van Leeuwen (https://github.com/aukevanleeuwen)",
27
28
  "Aurélien Reeves <aurelien.reeves@smartbear.com>",
28
29
  "basemmerink <bas.emmerink@gmail.com>",
29
30
  "Ben Van Treese <vantreeseba@gmail.com>",
@@ -244,7 +245,7 @@
244
245
  "util-arity": "^1.1.0",
245
246
  "verror": "^1.10.0",
246
247
  "xmlbuilder": "^15.1.1",
247
- "yaml": "2.2.1",
248
+ "yaml": "^2.2.2",
248
249
  "yup": "^0.32.11"
249
250
  },
250
251
  "devDependencies": {
@@ -279,7 +280,7 @@
279
280
  "@typescript-eslint/parser": "5.48.0",
280
281
  "chai": "4.3.7",
281
282
  "chai-exclude": "2.1.0",
282
- "chai-xml": "^0.4.0",
283
+ "chai-xml": "^0.4.1",
283
284
  "coffeescript": "2.7.0",
284
285
  "dependency-lint": "7.1.0",
285
286
  "dirty-chai": "2.0.1",