@toptal/davinci-ci 7.4.1 → 7.4.2-alpha-fx-xxx-fix-broken-ts-check-ea630a6d.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "7.4.1",
3
+ "version": "7.4.2-alpha-fx-xxx-fix-broken-ts-check-ea630a6d.0+ea630a6d",
4
4
  "keywords": [
5
5
  "ci",
6
6
  "docker",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@commitlint/cli": "^17.6.7",
32
32
  "@commitlint/config-conventional": "^17.1.0",
33
- "@toptal/davinci-cli-shared": "^2.4.0",
33
+ "@toptal/davinci-cli-shared": "2.4.1-alpha-fx-xxx-fix-broken-ts-check-ea630a6d.6+ea630a6d",
34
34
  "chalk": "^4.1.2",
35
35
  "danger": "^11.2.2",
36
36
  "markdown-table": "^2.0.0"
@@ -40,5 +40,6 @@
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
- }
43
+ },
44
+ "gitHead": "ea630a6dc055a764ba461b2060a247b82c8de86f"
44
45
  }