@unleash/proxy
Advanced tools
Comparing version 0.3.0 to 0.3.1
# Changelog | ||
### 0.3.1 | ||
- fix: config.unleashAppName should default to unleashAppName | ||
### 0.3.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@unleash/proxy", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "The Unleash Proxy (Open-Source)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,1 +1,6 @@ | ||
![Build & Tests](https://github.com/Unleash/unleash-proxy/workflows/Node.js%20CI/badge.svg?branch=main) | ||
[![npm](https://img.shields.io/npm/v/@unleash/proxy)](https://www.npmjs.com/package/@unleash/proxy) | ||
[![Docker Pulls](https://img.shields.io/docker/pulls/unleashorg/unleash-proxy)](https://hub.docker.com/r/unleashorg/unleash-proxy) | ||
# The Unleash Proxy | ||
@@ -2,0 +7,0 @@ |
@@ -135,3 +135,3 @@ import { Strategy, TagFilter } from 'unleash-client'; | ||
unleashAppName: | ||
option.proxyBasePath || | ||
option.unleashAppName || | ||
process.env.UNLEASH_APP_NAME || | ||
@@ -138,0 +138,0 @@ 'unleash-proxy', |
137279
167