@cucumber/cucumber 12.8.0 → 12.8.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/package.json +4 -4
package/lib/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "12.8.
|
|
1
|
+
export declare const version = "12.8.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.8.
|
|
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.8.1'\n"]}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"gherkin",
|
|
9
9
|
"tests"
|
|
10
10
|
],
|
|
11
|
-
"version": "12.8.
|
|
11
|
+
"version": "12.8.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>",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"@cucumber/gherkin-streams": "6.0.0",
|
|
226
226
|
"@cucumber/gherkin-utils": "11.0.0",
|
|
227
227
|
"@cucumber/html-formatter": "23.0.0",
|
|
228
|
-
"@cucumber/junit-xml-formatter": "0.13.
|
|
228
|
+
"@cucumber/junit-xml-formatter": "0.13.3",
|
|
229
229
|
"@cucumber/message-streams": "4.1.1",
|
|
230
230
|
"@cucumber/messages": "32.2.0",
|
|
231
231
|
"@cucumber/pretty-formatter": "1.0.1",
|
|
@@ -265,8 +265,8 @@
|
|
|
265
265
|
"@eslint/compat": "^2.0.0",
|
|
266
266
|
"@eslint/eslintrc": "^3.3.1",
|
|
267
267
|
"@eslint/js": "^9.29.0",
|
|
268
|
-
"@microsoft/api-extractor": "7.58.
|
|
269
|
-
"@sinonjs/fake-timers": "15.3.
|
|
268
|
+
"@microsoft/api-extractor": "7.58.2",
|
|
269
|
+
"@sinonjs/fake-timers": "15.3.2",
|
|
270
270
|
"@types/chai": "4.3.20",
|
|
271
271
|
"@types/debug": "4.1.13",
|
|
272
272
|
"@types/dirty-chai": "2.0.5",
|