@d-es-ign/stryker-js-api 9.6.1 → 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.
@@ -413,13 +413,13 @@
413
413
  "description": "The package manager Stryker can use to install missing dependencies."
414
414
  },
415
415
  "plugins": {
416
- "description": "With 'plugins', you can add additional Node modules for Stryker to load (or require). By default, all node_modules starting with @stryker-mutator/* will be loaded, so you would normally not need to specify this option. These modules should be installed right next to stryker. For a current list of plugins, you can consult 'npm' or 'stryker-mutator.io.'",
416
+ "description": "With 'plugins', you can add additional Node modules for Stryker to load (or require). By default, all node_modules starting with @d-es-ign/stryker-js-* will be loaded, so you would normally not need to specify this option. These modules should be installed right next to stryker. For a current list of plugins, you can consult 'npm' or 'stryker-mutator.io.'",
417
417
  "type": "array",
418
418
  "items": {
419
419
  "type": "string"
420
420
  },
421
421
  "default": [
422
- "@stryker-mutator/*"
422
+ "@d-es-ign/stryker-js-*"
423
423
  ]
424
424
  },
425
425
  "appendPlugins": {
@@ -521,7 +521,7 @@
521
521
  "default": 5
522
522
  },
523
523
  "tsconfigFile": {
524
- "description": "Configure the (root) tsconfig file for typescript projects. This will allow Stryker to rewrite the `extends` and `references` settings in this and related tsconfig files in your sandbox. Defaults to `tsconfig.json`. This setting is also used when you enable the `@stryker-mutator/typescript-checker plugin",
524
+ "description": "Configure the (root) tsconfig file for typescript projects. This will allow Stryker to rewrite the `extends` and `references` settings in this and related tsconfig files in your sandbox. Defaults to `tsconfig.json`. This setting is also used when you enable the `@d-es-ign/stryker-js-typescript-checker plugin",
525
525
  "type": "string",
526
526
  "default": "tsconfig.json"
527
527
  },
@@ -93,7 +93,7 @@ export interface StrykerOptions {
93
93
  */
94
94
  packageManager?: 'npm' | 'yarn' | 'pnpm';
95
95
  /**
96
- * With 'plugins', you can add additional Node modules for Stryker to load (or require). By default, all node_modules starting with @stryker-mutator/* will be loaded, so you would normally not need to specify this option. These modules should be installed right next to stryker. For a current list of plugins, you can consult 'npm' or 'stryker-mutator.io.'
96
+ * With 'plugins', you can add additional Node modules for Stryker to load (or require). By default, all node_modules starting with @d-es-ign/stryker-js-* will be loaded, so you would normally not need to specify this option. These modules should be installed right next to stryker. For a current list of plugins, you can consult 'npm' or 'stryker-mutator.io.'
97
97
  */
98
98
  plugins: string[];
99
99
  /**
@@ -147,7 +147,7 @@ export interface StrykerOptions {
147
147
  */
148
148
  dryRunTimeoutMinutes: number;
149
149
  /**
150
- * Configure the (root) tsconfig file for typescript projects. This will allow Stryker to rewrite the `extends` and `references` settings in this and related tsconfig files in your sandbox. Defaults to `tsconfig.json`. This setting is also used when you enable the `@stryker-mutator/typescript-checker plugin
150
+ * Configure the (root) tsconfig file for typescript projects. This will allow Stryker to rewrite the `extends` and `references` settings in this and related tsconfig files in your sandbox. Defaults to `tsconfig.json`. This setting is also used when you enable the `@d-es-ign/stryker-js-typescript-checker plugin
151
151
  */
152
152
  tsconfigFile: string;
153
153
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-es-ign/stryker-js-api",
3
- "version": "9.6.1",
3
+ "version": "9.6.2",
4
4
  "description": "The api for the extendable JavaScript mutation testing framework Stryker",
5
5
  "type": "module",
6
6
  "repository": {