apple-maps-server-sdk
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -49,2 +49,5 @@ "use strict"; | ||
baseURL: "https://maps-api.apple.com/v1", | ||
paramsSerializer: { | ||
serialize: (params) => qs_1.default.stringify(params, { arrayFormat: "comma" }), | ||
}, | ||
}); | ||
@@ -51,0 +54,0 @@ this.getAccessToken(); |
{ | ||
"name": "apple-maps-server-sdk", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "An SDK for the Apple Maps Server API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -19,2 +19,5 @@ import axios, { AxiosError, AxiosInstance } from "axios"; | ||
baseURL: "https://maps-api.apple.com/v1", | ||
paramsSerializer: { | ||
serialize: (params) => qs.stringify(params, { arrayFormat: "comma" }), | ||
}, | ||
}); | ||
@@ -21,0 +24,0 @@ |
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
15179
460