@routr/connect 2.13.2 → 2.13.3

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.
@@ -88,6 +88,8 @@ const handleRequest = (location, apiClient) => (request, res) => __awaiter(void
88
88
  value: direction,
89
89
  action: common_1.CommonTypes.HeaderModifierAction.ADD
90
90
  };
91
+ if (!route.headers)
92
+ route.headers = [];
91
93
  route.headers.push(p);
92
94
  }
93
95
  // Forward request to peer edgeport
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@routr/connect",
3
- "version": "2.13.2",
3
+ "version": "2.13.3",
4
4
  "description": "Default processor",
5
5
  "author": "Pedro Sanders <psanders@fonoster.com>",
6
6
  "homepage": "https://github.com/fonoster/routr#readme",
@@ -49,5 +49,5 @@
49
49
  "bugs": {
50
50
  "url": "https://github.com/fonoster/routr/issues"
51
51
  },
52
- "gitHead": "436dcb17642fe836e4cc75dcd2e277e2bc3fc422"
52
+ "gitHead": "f889e9fd03a1fd4d1e41cb7f04ab049ab56238b1"
53
53
  }