@st-graphics/premium
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -35,3 +35,3 @@ const inProduction = process.env.NODE_ENV === 'production' | ||
// ? 'https://epc9c723qd.execute-api.ap-southeast-1.amazonaws.com/production' | ||
: 'https://2ikgchrot4.execute-api.ap-southeast-1.amazonaws.com/development' | ||
: 'https://api.st-graphics.com/premium/development' | ||
@@ -102,5 +102,3 @@ const BUCKET_URL = inProduction | ||
function stringifyQuery (query) { | ||
return Object.keys(query).map(function (key) { | ||
return key + '=' + encodeURIComponent(query[key]) | ||
}).join('&') | ||
return (new URLSearchParams(query)).toString() | ||
} | ||
@@ -107,0 +105,0 @@ |
{ | ||
"name": "@st-graphics/premium", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "ST Graphics Premium implementation", | ||
@@ -5,0 +5,0 @@ "main": "client/premium.js", |
55544
243