Comparing version 1.0.0 to 1.0.1
@@ -507,3 +507,3 @@ module.exports = | ||
} | ||
var supportedRegions = ['ap-southeast-2', 'eu-west-1', 'us-east-2', 'us-west-1', 'us-west-2']; | ||
var supportedRegions = ['ap-northeast-1', 'ap-southeast-2', 'eu-west-1', 'us-east-2', 'us-west-1', 'us-west-2']; | ||
if (supportedRegions.indexOf(process.env.AWS_REGION) > -1) { | ||
@@ -823,3 +823,3 @@ regionString = `.${process.env.AWS_REGION}`; | ||
"name": "iopipe", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "IOpipe Lambda Analytics & Tracing Agent", | ||
@@ -826,0 +826,0 @@ "main": "dist/iopipe.js", |
{ | ||
"name": "iopipe", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "IOpipe Lambda Analytics & Tracing Agent", | ||
@@ -5,0 +5,0 @@ "main": "dist/iopipe.js", |
46511