@d-es-ign/stryker-js-util 9.6.0 → 9.6.2
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 +9 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
[](https://dashboard.stryker-mutator.io/reports/github.com/stryker-mutator/stryker-js/master?module=util)
|
|
2
2
|
[](https://github.com/stryker-mutator/stryker-js/actions?query=workflow%3ACI+branch%3Amaster)
|
|
3
|
-
[](https://www.npmjs.com/package/@d-es-ign/stryker-js-util)
|
|
4
|
+
[](https://img.shields.io/node/v/@d-es-ign/stryker-js-util.svg)
|
|
5
5
|
[](https://join.slack.com/t/stryker-mutator/shared_invite/enQtOTUyMTYyNTg1NDQ0LTU4ODNmZDlmN2I3MmEyMTVhYjZlYmJkOThlNTY3NTM1M2QxYmM5YTM3ODQxYmJjY2YyYzllM2RkMmM1NjNjZjM)
|
|
6
6
|
|
|
7
7
|

|
|
8
8
|
|
|
9
9
|
# StrykerJS Util
|
|
10
10
|
|
|
11
|
+
|
|
12
|
+
> **Fork notice**
|
|
13
|
+
>
|
|
14
|
+
> This project is a fork of the corresponding `@stryker-mutator` package/repository.
|
|
15
|
+
> Maintenance here is intentionally limited, and this fork only exists while
|
|
16
|
+
> https://github.com/stryker-mutator/stryker-js/pull/5866 has not been accepted and implemented.
|
|
17
|
+
|
|
11
18
|
Utility functions for StrykerJS plugins and/or core packages.
|
|
12
19
|
|
|
13
20
|
Note: this is not designed to be for use outside of the StrykerJS ecosystem and thus does **NOT follow strict semver**. Use at your own risk.
|
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.2",
|
|
4
4
|
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/src",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/stryker-mutator/stryker-js/tree/master/packages/util#readme",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@
|
|
34
|
-
"@
|
|
33
|
+
"@types/node": "24.10.13",
|
|
34
|
+
"@d-es-ign/stryker-js-test-helpers": "9.6.2"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"test": "c8 npm run test:all",
|