@tryvital/vital-node
Advanced tools
Comparing version 2.1.15 to 2.1.16
@@ -181,3 +181,3 @@ import { AxiosInstance } from 'axios'; | ||
const resp = await this.client.get( | ||
this.baseURL.concat('/area/info?') + | ||
this.baseURL.concat('/order/area/info?') + | ||
new URLSearchParams({ zip_code: zip_code }) | ||
@@ -184,0 +184,0 @@ ); |
@@ -253,3 +253,3 @@ "use strict"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, this.client.get(this.baseURL.concat('/area/info?') + | ||
case 0: return [4 /*yield*/, this.client.get(this.baseURL.concat('/order/area/info?') + | ||
new URLSearchParams({ zip_code: zip_code }))]; | ||
@@ -256,0 +256,0 @@ case 1: |
{ | ||
"name": "@tryvital/vital-node", | ||
"version": "2.1.15", | ||
"version": "2.1.16", | ||
"description": "Node client for Vital", | ||
@@ -5,0 +5,0 @@ "author": "maitham", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
246022