@unleash/proxy
Advanced tools
Comparing version 0.3.1 to 0.3.2
# Changelog | ||
### 0.3.2 | ||
- fix: perform build before publish! | ||
### 0.3.1 | ||
@@ -4,0 +7,0 @@ |
@@ -74,3 +74,3 @@ "use strict"; | ||
unleashApiToken, | ||
unleashAppName: option.proxyBasePath || | ||
unleashAppName: option.unleashAppName || | ||
process.env.UNLEASH_APP_NAME || | ||
@@ -77,0 +77,0 @@ 'unleash-proxy', |
{ | ||
"name": "@unleash/proxy", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "The Unleash Proxy (Open-Source)", | ||
@@ -10,3 +10,4 @@ "main": "dist/index.js", | ||
"lint": "eslint ./src", | ||
"test": "jest" | ||
"test": "jest", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -13,0 +14,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
137360