@toptal/davinci-ci 7.4.4-alpha-fx-5088-investigate-latest-npm-adoption-in-staff-portal-647d1ecf.16 → 7.4.4
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 7.4.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2432](https://github.com/toptal/davinci/pull/2432) [`e97dea95`](https://github.com/toptal/davinci/commit/e97dea95e34f896732a26843a64177b6ba7307b1) Thanks [@dkezele-t](https://github.com/dkezele-t)!
|
8
|
+
- rework Dockerfile
|
9
|
+
|
3
10
|
## 7.4.3
|
4
11
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@toptal/davinci-ci",
|
3
|
-
"version": "7.4.4
|
3
|
+
"version": "7.4.4",
|
4
4
|
"keywords": [
|
5
5
|
"ci",
|
6
6
|
"docker",
|
@@ -25,12 +25,12 @@
|
|
25
25
|
"CHANGELOG.md"
|
26
26
|
],
|
27
27
|
"scripts": {
|
28
|
-
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings'
|
28
|
+
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' yarn jest"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
31
|
"@commitlint/cli": "^17.6.7",
|
32
32
|
"@commitlint/config-conventional": "^17.1.0",
|
33
|
-
"@toptal/davinci-cli-shared": "2.5.
|
33
|
+
"@toptal/davinci-cli-shared": "^2.5.0",
|
34
34
|
"chalk": "^4.1.2",
|
35
35
|
"danger": "^11.2.2",
|
36
36
|
"markdown-table": "^2.0.0"
|
@@ -40,6 +40,5 @@
|
|
40
40
|
},
|
41
41
|
"publishConfig": {
|
42
42
|
"access": "public"
|
43
|
-
}
|
44
|
-
"gitHead": "647d1ecf1162f91a0906925176d3f3e333fae459"
|
43
|
+
}
|
45
44
|
}
|