@digest/jest 4.1.3 → 4.1.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.
- package/dist/jest.config.js +1 -1
- package/package.json +5 -5
package/dist/jest.config.js
CHANGED
|
@@ -3,8 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const node_path_1 = __importDefault(require("node:path"));
|
|
7
6
|
const scripts_1 = require("@digest/scripts");
|
|
7
|
+
const node_path_1 = __importDefault(require("node:path"));
|
|
8
8
|
const babel = scripts_1.config.babel && scripts_1.config.jestBabel;
|
|
9
9
|
const cache = scripts_1.config.cache;
|
|
10
10
|
const emotion = scripts_1.config.emotion && scripts_1.config.jestEmotion;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@digest/jest",
|
|
3
3
|
"title": "Jest Digest",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
|
-
"version": "4.1.
|
|
5
|
+
"version": "4.1.4",
|
|
6
6
|
"description": "Digested Jest configurations",
|
|
7
7
|
"author": "wallzero @wallzeroblog (http://wallzero.com)",
|
|
8
8
|
"contributors": [
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"clean": "rimraf node_modules dist package-lock.json npm-debug.log"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@digest/scripts": "^4.1.
|
|
40
|
-
"jest": "^29.
|
|
41
|
-
"jest-environment-jsdom": "^29.
|
|
39
|
+
"@digest/scripts": "^4.1.4",
|
|
40
|
+
"jest": "^29.4.2",
|
|
41
|
+
"jest-environment-jsdom": "^29.4.2",
|
|
42
42
|
"jest-transform-stub": "^2.0.0"
|
|
43
43
|
},
|
|
44
44
|
"keywords": [
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"coverage",
|
|
49
49
|
"clover"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "0feeb837fb854241aaa341aa0dce8939cc2e6a46"
|
|
52
52
|
}
|