@toptal/davinci-ci 7.0.2-alpha-fx-4993-enable-cdn-caching-for-staff-portal-s-html-document-2aa1ec98.67 → 7.0.2-alpha-dependabot-npm-and-yarn-testing-library-react-14.2.1-b7691afc.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "7.0.2-alpha-fx-4993-enable-cdn-caching-for-staff-portal-s-html-document-2aa1ec98.67+2aa1ec98",
3
+ "version": "7.0.2-alpha-dependabot-npm-and-yarn-testing-library-react-14.2.1-b7691afc.70+b7691afc",
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.3.10-alpha-fx-4993-enable-cdn-caching-for-staff-portal-s-html-document-2aa1ec98.112+2aa1ec98",
33
+ "@toptal/davinci-cli-shared": "2.3.10-alpha-dependabot-npm-and-yarn-testing-library-react-14.2.1-b7691afc.115+b7691afc",
34
34
  "chalk": "^4.1.2",
35
35
  "danger": "^11.2.2",
36
36
  "markdown-table": "^2.0.0"
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "2aa1ec98f7b15ec2716822f06c42838550b10790"
44
+ "gitHead": "b7691afca3cbd29f307a519b0c1c3d4a78ade4a1"
45
45
  }
@@ -13,8 +13,6 @@ server {
13
13
  }
14
14
 
15
15
  location / {
16
- # by default we are adding cache of 1 hour, this also affects CDN caching
17
- add_header Cache-Control "public, max-age=3600";
18
16
  try_files $uri /index.html;
19
17
  }
20
18
  }