@sollinked/sdk
Advanced tools
Comparing version 1.0.7 to 1.0.8
import { convertToUtcDayAndHour } from '../../utils.js'; | ||
import { RESERVATION_STATUS_AVAILABLE, RESERVATION_STATUS_BLOCKED } from '../Constants/common'; | ||
import { RESERVATION_STATUS_AVAILABLE, RESERVATION_STATUS_BLOCKED } from '../Constants/common.js'; | ||
import axios from '../Services/axios.js'; | ||
@@ -4,0 +4,0 @@ export const setPresetPrice = async (id, params) => { |
import axios from 'axios'; | ||
import { SOLLINKED_BACKEND_URL } from '../Constants/common'; | ||
import { SOLLINKED_BACKEND_URL } from '../Constants/common.js'; | ||
export default axios.create({ | ||
baseURL: SOLLINKED_BACKEND_URL, | ||
timeout: 10000, | ||
timeout: 30000, | ||
headers: { | ||
@@ -7,0 +7,0 @@ 'Accept': 'application/json', |
{ | ||
"name": "@sollinked/sdk", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "SDK for Sollinked", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
78196