@bluelovers/jest-config 1.1.10 → 1.1.11

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.11](https://github.com/bluelovers/ws-jest/compare/@bluelovers/jest-config@1.1.10...@bluelovers/jest-config@1.1.11) (2023-11-16)
7
+
8
+
9
+
10
+ ### 🛠 Build System
11
+
12
+ * **dist:** update build ([3cc032f](https://github.com/bluelovers/ws-jest/commit/3cc032f37b13377df4dc81311b167431ba7f6ffd))
13
+
14
+
15
+ ### 🔖 Miscellaneous
16
+
17
+ * . ([f42bfa4](https://github.com/bluelovers/ws-jest/commit/f42bfa49b883d227f669df994390726d419dc9e9))
18
+
19
+
20
+
6
21
  ## [1.1.10](https://github.com/bluelovers/ws-jest/compare/@bluelovers/jest-config@1.1.9...@bluelovers/jest-config@1.1.10) (2023-10-22)
7
22
 
8
23
 
@@ -142,7 +142,7 @@ function fixJestConfig(jestConfig) {
142
142
  }
143
143
 
144
144
  var name = "@bluelovers/jest-config";
145
- var version = "1.1.10";
145
+ var version = "1.1.11";
146
146
 
147
147
  function _newTableBorderless(options) {
148
148
  let table$1 = new table.Table({
@@ -78,7 +78,7 @@ function fixJestConfig(e) {
78
78
  e;
79
79
  }
80
80
 
81
- var i = "@bluelovers/jest-config", l = "1.1.10";
81
+ var i = "@bluelovers/jest-config", l = "1.1.11";
82
82
 
83
83
  function _newTableBorderless(e) {
84
84
  let t = new o.Table({
@@ -106,7 +106,7 @@ function fixJestConfig(t) {
106
106
  t;
107
107
  }
108
108
 
109
- var u = "@bluelovers/jest-config", a = "1.1.10";
109
+ var u = "@bluelovers/jest-config", a = "1.1.11";
110
110
 
111
111
  function _newTableBorderless(t) {
112
112
  let e = new n({
@@ -137,7 +137,7 @@
137
137
  }
138
138
 
139
139
  var name = "@bluelovers/jest-config";
140
- var version = "1.1.10";
140
+ var version = "1.1.11";
141
141
 
142
142
  function _newTableBorderless(options) {
143
143
  let table$1 = new table.Table({
@@ -67,7 +67,7 @@
67
67
  e.testURL = null !== (o = (s = e.testEnvironmentOptions).url) && void 0 !== o ? o : s.url = e.testURL),
68
68
  e;
69
69
  }
70
- var l = "@bluelovers/jest-config", u = "1.1.10";
70
+ var l = "@bluelovers/jest-config", u = "1.1.11";
71
71
  function _newTableBorderless(e) {
72
72
  let t = new n.Table({
73
73
  colAligns: [ "right", "left" ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluelovers/jest-config",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Jest preset configuration with ts-jest typescript",
5
5
  "keywords": [
6
6
  "jest-preset",
@@ -105,6 +105,7 @@
105
105
  "dependencies": {
106
106
  "@yarn-tool/require-resolve": "^3.0.0",
107
107
  "@yarn-tool/table": "^2.0.13",
108
+ "array-hyper-unique": "^2.1.4",
108
109
  "debug-color2": "^1.3.2",
109
110
  "jest-cache-directory": "^1.0.6",
110
111
  "jest-chain-transform": "^0.0.5",
@@ -114,5 +115,5 @@
114
115
  "publishConfig": {
115
116
  "access": "public"
116
117
  },
117
- "gitHead": "3cc032f37b13377df4dc81311b167431ba7f6ffd"
118
+ "gitHead": "4afc40e52c2dbf807ec50ccab179c969c36f270d"
118
119
  }