@d-es-ign/stryker-js-util 9.6.1 → 9.6.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-es-ign/stryker-js-util",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.3",
|
|
4
4
|
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/src",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"homepage": "https://github.com/stryker-mutator/stryker-js/tree/master/packages/util#readme",
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "24.10.13",
|
|
34
|
-
"@d-es-ign/stryker-js-test-helpers": "9.6.
|
|
34
|
+
"@d-es-ign/stryker-js-test-helpers": "9.6.3"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"test": "c8 npm run test:all",
|