@podium/proxy
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -9,3 +9,6 @@ # Changelog | ||
## [3.0.3] - 2019-03-11 | ||
- Listen for error events on the internal cache - [#13](https://github.com/podium-lib/proxy/pull/13) | ||
## [3.0.2] - 2019-03-10 | ||
@@ -23,3 +26,4 @@ | ||
[unreleased]: https://github.com/podium-lib/proxy/compare/v3.0.2...HEAD | ||
[unreleased]: https://github.com/podium-lib/proxy/compare/v3.0.3...HEAD | ||
[3.0.3]: https://github.com/podium-lib/proxy/compare/v3.0.1...v3.0.3 | ||
[3.0.2]: https://github.com/podium-lib/proxy/compare/v3.0.1...v3.0.2 | ||
@@ -29,1 +33,2 @@ [3.0.1]: https://github.com/podium-lib/proxy/compare/v3.0.0...v3.0.1 | ||
[releases-url]: https://github.com/podium-lib/proxy/blob/master/CHANGELOG.md | ||
@@ -53,2 +53,6 @@ 'use strict'; | ||
this.registry.on('error', error => { | ||
this.log.error('Error emitted by the registry in @podium/proxy module', error); | ||
}); | ||
Object.defineProperty(this, 'proxy', { | ||
@@ -55,0 +59,0 @@ // eslint-disable-next-line new-cap |
{ | ||
"name": "@podium/proxy", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,5 +6,6 @@ # @podium/proxy | ||
[![Build Status](https://travis-ci.org/podium-lib/proxy.svg?branch=master)](https://travis-ci.org/podium-lib/proxy) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/podium-lib/proxy.svg)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/podium-lib/proxy/badge.svg)](https://snyk.io/test/github/podium-lib/proxy) | ||
[![Dependencies](https://img.shields.io/david/podium-lib/proxy.svg?style=flat-square)](https://david-dm.org/podium-lib/proxy) | ||
[![Build Status](http://img.shields.io/travis/podium-lib/proxy/master.svg?style=flat-square)](https://travis-ci.org/podium-lib/proxy) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/podium-lib/proxy.svg?style=flat-square)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/podium-lib/proxy/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/podium-lib/proxy?targetFile=package.json) | ||
@@ -11,0 +12,0 @@ This module is intended for internal use in Podium and is not a module an end |
22386
225
361