nintendo-switch-eshop
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -137,4 +137,4 @@ export as namespace SwitchEshop; | ||
export interface RequestOptions { | ||
locale: string; | ||
limit: number; | ||
locale?: string; | ||
limit?: number; | ||
shop: string; | ||
@@ -141,0 +141,0 @@ } |
{ | ||
"name": "nintendo-switch-eshop", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Unofficial API lib for Nintendo Switch eShop game listing and pricing information.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
40605