@cucumber/cucumber 12.4.0 → 12.6.0
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/README.md +2 -0
- package/lib/api/convert_configuration.js +4 -0
- package/lib/api/convert_configuration.js.map +1 -1
- package/lib/api/index.d.ts +4 -2
- package/lib/api/index.js.map +1 -1
- package/lib/api/plugins.d.ts +1 -1
- package/lib/api/plugins.js +51 -2
- package/lib/api/plugins.js.map +1 -1
- package/lib/api/types.d.ts +25 -0
- package/lib/api/types.js.map +1 -1
- package/lib/configuration/argv_parser.d.ts +2 -0
- package/lib/configuration/argv_parser.js +2 -0
- package/lib/configuration/argv_parser.js.map +1 -1
- package/lib/configuration/default_configuration.js +2 -0
- package/lib/configuration/default_configuration.js.map +1 -1
- package/lib/configuration/types.d.ts +20 -0
- package/lib/configuration/types.js.map +1 -1
- package/lib/configuration/validate_configuration.js +5 -0
- package/lib/configuration/validate_configuration.js.map +1 -1
- package/lib/environment/console_logger.d.ts +1 -0
- package/lib/environment/console_logger.js +3 -0
- package/lib/environment/console_logger.js.map +1 -1
- package/lib/environment/types.d.ts +7 -0
- package/lib/environment/types.js.map +1 -1
- package/lib/filter/filter_plugin.d.ts +2 -3
- package/lib/filter/filter_plugin.js +3 -3
- package/lib/filter/filter_plugin.js.map +1 -1
- package/lib/filter/types.d.ts +4 -0
- package/lib/filter/types.js.map +1 -1
- package/lib/formatter/helpers/event_data_collector.js +0 -1
- package/lib/formatter/helpers/event_data_collector.js.map +1 -1
- package/lib/formatter/index.d.ts +3 -0
- package/lib/formatter/index.js.map +1 -1
- package/lib/paths/types.d.ts +7 -0
- package/lib/paths/types.js.map +1 -1
- package/lib/plugin/plugin_manager.d.ts +9 -7
- package/lib/plugin/plugin_manager.js +67 -16
- package/lib/plugin/plugin_manager.js.map +1 -1
- package/lib/plugin/types.d.ts +120 -32
- package/lib/plugin/types.js.map +1 -1
- package/lib/publish/publish_plugin.d.ts +2 -3
- package/lib/publish/publish_plugin.js.map +1 -1
- package/lib/sharding/sharding_plugin.d.ts +2 -3
- package/lib/sharding/sharding_plugin.js +2 -2
- package/lib/sharding/sharding_plugin.js.map +1 -1
- package/lib/tsconfig.node.tsbuildinfo +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +7 -7
- package/lib/plugin/events.d.ts +0 -2
- package/lib/plugin/events.js +0 -9
- package/lib/plugin/events.js.map +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 = '12.
|
|
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 = '12.6.0'\n"]}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"gherkin",
|
|
9
9
|
"tests"
|
|
10
10
|
],
|
|
11
|
-
"version": "12.
|
|
11
|
+
"version": "12.6.0",
|
|
12
12
|
"funding": "https://opencollective.com/cucumber",
|
|
13
13
|
"homepage": "https://github.com/cucumber/cucumber-js",
|
|
14
14
|
"author": "Julien Biezemans <jb@jbpros.com>",
|
|
@@ -218,14 +218,14 @@
|
|
|
218
218
|
},
|
|
219
219
|
"dependencies": {
|
|
220
220
|
"@cucumber/ci-environment": "12.0.0",
|
|
221
|
-
"@cucumber/cucumber-expressions": "18.0
|
|
222
|
-
"@cucumber/gherkin": "37.0.
|
|
221
|
+
"@cucumber/cucumber-expressions": "18.1.0",
|
|
222
|
+
"@cucumber/gherkin": "37.0.1",
|
|
223
223
|
"@cucumber/gherkin-streams": "6.0.0",
|
|
224
224
|
"@cucumber/gherkin-utils": "10.0.0",
|
|
225
|
-
"@cucumber/html-formatter": "22.
|
|
225
|
+
"@cucumber/html-formatter": "22.3.0",
|
|
226
226
|
"@cucumber/junit-xml-formatter": "0.9.0",
|
|
227
227
|
"@cucumber/message-streams": "4.0.1",
|
|
228
|
-
"@cucumber/messages": "31.
|
|
228
|
+
"@cucumber/messages": "31.2.0",
|
|
229
229
|
"@cucumber/pretty-formatter": "1.0.1",
|
|
230
230
|
"@cucumber/tag-expressions": "8.1.0",
|
|
231
231
|
"assertion-error-formatter": "^3.0.0",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"@eslint/eslintrc": "^3.3.1",
|
|
266
266
|
"@eslint/js": "^9.29.0",
|
|
267
267
|
"@microsoft/api-extractor": "7.55.2",
|
|
268
|
-
"@sinonjs/fake-timers": "15.
|
|
268
|
+
"@sinonjs/fake-timers": "15.1.0",
|
|
269
269
|
"@types/chai": "4.3.20",
|
|
270
270
|
"@types/debug": "4.1.12",
|
|
271
271
|
"@types/dirty-chai": "2.0.5",
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"prettier": "^3.5.3",
|
|
306
306
|
"reindent-template-literals": "1.1.0",
|
|
307
307
|
"shx": "0.4.0",
|
|
308
|
-
"sinon": "21.0.
|
|
308
|
+
"sinon": "21.0.1",
|
|
309
309
|
"sinon-chai": "3.7.0",
|
|
310
310
|
"stream-to-string": "1.2.1",
|
|
311
311
|
"tmp": "0.2.5",
|
package/lib/plugin/events.d.ts
DELETED
package/lib/plugin/events.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.coordinatorTransformKeys = exports.coordinatorVoidKeys = void 0;
|
|
4
|
-
exports.coordinatorVoidKeys = ['message', 'paths:resolve'];
|
|
5
|
-
exports.coordinatorTransformKeys = [
|
|
6
|
-
'pickles:filter',
|
|
7
|
-
'pickles:order',
|
|
8
|
-
];
|
|
9
|
-
//# sourceMappingURL=events.js.map
|
package/lib/plugin/events.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"events.js","sourceRoot":"","sources":["../../src/plugin/events.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG,CAAC,SAAS,EAAE,eAAe,CAAU,CAAA;AAC3D,QAAA,wBAAwB,GAAG;IACtC,gBAAgB;IAChB,eAAe;CACP,CAAA","sourcesContent":["export const coordinatorVoidKeys = ['message', 'paths:resolve'] as const\nexport const coordinatorTransformKeys = [\n 'pickles:filter',\n 'pickles:order',\n] as const\n"]}
|