ts-jest 28.0.6 → 28.0.7

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/.ts-jest-digest CHANGED
@@ -1 +1 @@
1
- d0b857f42c13f5d4f673293b5be13a5e1fd47e03
1
+ ff200d704e5e12be15a3c37d51a6bd3bb025a6c5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [28.0.7](https://github.com/kulshekhar/ts-jest/compare/v28.0.6...v28.0.7) (2022-07-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update `@jest/types` to be an optional peer dependency ([#3690](https://github.com/kulshekhar/ts-jest/issues/3690)) ([8a8c3fa](https://github.com/kulshekhar/ts-jest/commit/8a8c3fafecffd19380171c661e94246024cae2ff)), closes [#3689](https://github.com/kulshekhar/ts-jest/issues/3689)
7
+
8
+
9
+
1
10
  ## [28.0.6](https://github.com/kulshekhar/ts-jest/compare/v28.0.5...v28.0.6) (2022-07-13)
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-jest",
3
- "version": "28.0.6",
3
+ "version": "28.0.7",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "bin": {
@@ -71,6 +71,9 @@
71
71
  "@babel/core": {
72
72
  "optional": true
73
73
  },
74
+ "@jest/types": {
75
+ "optional": true
76
+ },
74
77
  "babel-jest": {
75
78
  "optional": true
76
79
  },