@redhat-cloud-services/frontend-components-config 4.6.34 → 4.6.36

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.
Files changed (2) hide show
  1. package/bin/fec.js +1 -0
  2. package/package.json +2 -2
package/bin/fec.js CHANGED
@@ -16,6 +16,7 @@ do
16
16
  then
17
17
  echo "Adding $host to /etc/hosts"
18
18
  echo "127.0.0.1 $host" >>/etc/hosts
19
+ echo "::1 $host" >>/etc/hosts
19
20
  fi
20
21
  done
21
22
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components-config",
3
- "version": "4.6.34",
3
+ "version": "4.6.36",
4
4
  "description": "Config plugins and settings for RedHat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -21,7 +21,7 @@
21
21
  "homepage": "https://github.com/RedHatInsights/frontend-components/tree/master/packages/config#readme",
22
22
  "dependencies": {
23
23
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
24
- "@redhat-cloud-services/frontend-components-config-utilities": "^1.5.24",
24
+ "@redhat-cloud-services/frontend-components-config-utilities": "^1.5.26",
25
25
  "assert": "^2.0.0",
26
26
  "axios": "^0.27.2",
27
27
  "babel-loader": "^8.2.5",