@serenity-js/cucumber 2.32.2 → 2.32.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.32.3](https://github.com/serenity-js/serenity-js/compare/v2.32.2...v2.32.3) (2021-11-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** support for NPM 8 ([7cb470c](https://github.com/serenity-js/serenity-js/commit/7cb470c985a7149f058a317dcb14e6294913f9ff))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.32.2](https://github.com/serenity-js/serenity-js/compare/v2.32.1...v2.32.2) (2021-10-04)
7
18
 
8
19
  **Note:** Version bump only for package @serenity-js/cucumber
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/cucumber",
3
- "version": "2.32.2",
3
+ "version": "2.32.3",
4
4
  "description": "Serenity/JS adapter for Cucumber test runners version 1.x - 7.x",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -42,11 +42,11 @@
42
42
  },
43
43
  "engines": {
44
44
  "node": "^12 || ^14 || ^16",
45
- "npm": "^6 || ^7"
45
+ "npm": "^6 || ^7 || ^8"
46
46
  },
47
47
  "dependencies": {
48
48
  "@cucumber/messages": "^16.0.1",
49
- "@serenity-js/core": "2.32.2",
49
+ "@serenity-js/core": "2.32.3",
50
50
  "cli-table3": "^0.6.0",
51
51
  "gherkin": "5.1.0",
52
52
  "tiny-types": "^1.16.1"
@@ -69,7 +69,7 @@
69
69
  "@integration/testing-tools": "2.0.0",
70
70
  "@types/chai": "^4.2.22",
71
71
  "@types/mocha": "^9.0.0",
72
- "mocha": "^9.1.1",
72
+ "mocha": "^9.1.3",
73
73
  "ts-node": "^10.2.1",
74
74
  "typescript": "^4.4.3"
75
75
  },
@@ -96,5 +96,5 @@
96
96
  "cache": true,
97
97
  "all": true
98
98
  },
99
- "gitHead": "327f61fa241cf9fe61913246c5ff579b06e47f26"
99
+ "gitHead": "273d6b021b4b2153711e5286dc448ea01b9200f8"
100
100
  }
File without changes
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/listeners/messages/parser/index.ts"],"names":[],"mappings":""}
File without changes