@bluelovers/jest-config 1.1.4 → 1.1.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.5](https://github.com/bluelovers/ws-jest/compare/@bluelovers/jest-config@1.1.4...@bluelovers/jest-config@1.1.5) (2022-11-07)
7
+
8
+
9
+
10
+ ### 🛠 Build System
11
+
12
+ * **dist:** update build ([75f3193](https://github.com/bluelovers/ws-jest/commit/75f3193f613a754f8bd41a1f7a2ef085f3f44e47))
13
+
14
+
15
+ ### 🔖 Miscellaneous
16
+
17
+ * . ([178eafd](https://github.com/bluelovers/ws-jest/commit/178eafd91ff7036db7b1d54d68bd05cfb4940de6))
18
+
19
+
20
+
6
21
  ## [1.1.4](https://github.com/bluelovers/ws-jest/compare/@bluelovers/jest-config@1.1.3...@bluelovers/jest-config@1.1.4) (2022-10-29)
7
22
 
8
23
 
@@ -98,7 +98,7 @@ function defaultTransform(runtime) {
98
98
  }
99
99
 
100
100
  var name = "@bluelovers/jest-config";
101
- var version = "1.1.4";
101
+ var version = "1.1.5";
102
102
 
103
103
  function _newTableBorderless(options) {
104
104
  let table$1 = new table.Table({
@@ -94,7 +94,7 @@ function printJestConfigInfo(e, s) {
94
94
  var r, n, i, l, u, a, _, f;
95
95
  const c = _newTableBorderless();
96
96
  null !== (r = s) && void 0 !== r || (s = {}), null !== (n = e) && void 0 !== n || (e = {}),
97
- c.push([ "@bluelovers/jest-config:", "1.1.4" ]), c.push([ "process.versions.node:", process.versions.node ]),
97
+ c.push([ "@bluelovers/jest-config:", "1.1.5" ]), c.push([ "process.versions.node:", process.versions.node ]),
98
98
  c.push([ "cwd:", null !== (i = s.cwd) && void 0 !== i ? i : process.cwd() ]), (null === (l = s.file) || void 0 === l ? void 0 : l.length) && c.push([ "file:", s.file ]),
99
99
  (null === (u = e.cacheDirectory) || void 0 === u ? void 0 : u.length) && c.push([ "cacheDirectory:", e.cacheDirectory ]),
100
100
  (null === (a = e.rootDir) || void 0 === a ? void 0 : a.length) && c.push([ "rootDir:", e.rootDir ]),
@@ -112,7 +112,7 @@ function printJestConfigInfo(t, e) {
112
112
  var o, r, i, l, u, a, _, f;
113
113
  const d = _newTableBorderless();
114
114
  null !== (o = e) && void 0 !== o || (e = {}), null !== (r = t) && void 0 !== r || (t = {}),
115
- d.push([ "@bluelovers/jest-config:", "1.1.4" ]), d.push([ "process.versions.node:", process.versions.node ]),
115
+ d.push([ "@bluelovers/jest-config:", "1.1.5" ]), d.push([ "process.versions.node:", process.versions.node ]),
116
116
  d.push([ "cwd:", null !== (i = e.cwd) && void 0 !== i ? i : process.cwd() ]), (null === (l = e.file) || void 0 === l ? void 0 : l.length) && d.push([ "file:", e.file ]),
117
117
  (null === (u = t.cacheDirectory) || void 0 === u ? void 0 : u.length) && d.push([ "cacheDirectory:", t.cacheDirectory ]),
118
118
  (null === (a = t.rootDir) || void 0 === a ? void 0 : a.length) && d.push([ "rootDir:", t.rootDir ]),
@@ -94,7 +94,7 @@
94
94
  }
95
95
 
96
96
  var name = "@bluelovers/jest-config";
97
- var version = "1.1.4";
97
+ var version = "1.1.5";
98
98
 
99
99
  function _newTableBorderless(options) {
100
100
  let table$1 = new table.Table({
@@ -84,7 +84,7 @@
84
84
  var o, n, i, l, u, a, f, c;
85
85
  const d = _newTableBorderless();
86
86
  null !== (o = t) && void 0 !== o || (t = {}), null !== (n = e) && void 0 !== n || (e = {}),
87
- d.push([ "@bluelovers/jest-config:", "1.1.4" ]), d.push([ "process.versions.node:", process.versions.node ]),
87
+ d.push([ "@bluelovers/jest-config:", "1.1.5" ]), d.push([ "process.versions.node:", process.versions.node ]),
88
88
  d.push([ "cwd:", null !== (i = t.cwd) && void 0 !== i ? i : process.cwd() ]), (null === (l = t.file) || void 0 === l ? void 0 : l.length) && d.push([ "file:", t.file ]),
89
89
  (null === (u = e.cacheDirectory) || void 0 === u ? void 0 : u.length) && d.push([ "cacheDirectory:", e.cacheDirectory ]),
90
90
  (null === (a = e.rootDir) || void 0 === a ? void 0 : a.length) && d.push([ "rootDir:", e.rootDir ]),
package/jest-preset.js ADDED
@@ -0,0 +1,3 @@
1
+ const { mixinJestConfig } = require('./dist/index.cjs.development.cjs');
2
+
3
+ module.exports = mixinJestConfig();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluelovers/jest-config",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Jest preset configuration",
5
5
  "keywords": [
6
6
  "jest-preset",
@@ -104,7 +104,7 @@
104
104
  "@yarn-tool/require-resolve": "^2.0.9",
105
105
  "@yarn-tool/table": "^2.0.12",
106
106
  "debug-color2": "^1.3.2",
107
- "jest-cache-directory": "^1.0.2",
107
+ "jest-cache-directory": "^1.0.3",
108
108
  "jest-chain-transform": "^0.0.4",
109
109
  "ts-type": ">=2"
110
110
  },
@@ -112,5 +112,5 @@
112
112
  "publishConfig": {
113
113
  "access": "public"
114
114
  },
115
- "gitHead": "75f3193f613a754f8bd41a1f7a2ef085f3f44e47"
115
+ "gitHead": "fa1ff4534f33c7df5c0bf3ad215baa18137ec5c3"
116
116
  }