@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
|
|
package/dist/index.esm.mjs
CHANGED
|
@@ -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.
|
|
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.
|
|
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": "
|
|
118
|
+
"gitHead": "4afc40e52c2dbf807ec50ccab179c969c36f270d"
|
|
118
119
|
}
|