@pkg-nec/jest-core 30.4.3 → 30.4.4

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -4146,7 +4146,7 @@ const showToggleUsagePrompt = () => '\n' + `${_chalk().default.bold('Watch Usage
4146
4146
  /***/ "./package.json"
4147
4147
  (module) {
4148
4148
 
4149
- module.exports = {"version":"30.4.3"};
4149
+ module.exports = {"version":"30.4.4"};
4150
4150
 
4151
4151
  /***/ }
4152
4152
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pkg-nec/jest-core",
3
3
  "description": "Delightful JavaScript Testing.",
4
- "version": "30.4.3",
4
+ "version": "30.4.4",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "exports": {
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@pkg-nec/jest-changed-files": "30.4.2",
18
- "@pkg-nec/jest-config": "30.4.3",
18
+ "@pkg-nec/jest-config": "30.4.4",
19
19
  "@pkg-nec/jest-console": "30.4.2",
20
20
  "@pkg-nec/jest-haste-map": "30.4.2",
21
21
  "@pkg-nec/jest-message-util": "30.4.2",