@sollinked/sdk
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -1,3 +0,3 @@ | ||
export declare const SOLLINKED_BACKEND_URL = "http://localhost:8081"; | ||
export declare const SOLLINKED_BACKEND_URL = "https://api.sollinked.com"; | ||
export declare const RESERVATION_STATUS_BLOCKED = -1; | ||
export declare const RESERVATION_STATUS_AVAILABLE = 0; |
@@ -1,3 +0,3 @@ | ||
export const SOLLINKED_BACKEND_URL = "http://localhost:8081"; | ||
export const SOLLINKED_BACKEND_URL = "https://api.sollinked.com"; | ||
export const RESERVATION_STATUS_BLOCKED = -1; | ||
export const RESERVATION_STATUS_AVAILABLE = 0; |
{ | ||
"name": "@sollinked/sdk", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "SDK for Sollinked", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1,4 +0,4 @@ | ||
// export const SOLLINKED_BACKEND_URL = "https://api.sollinked.com"; | ||
export const SOLLINKED_BACKEND_URL = "http://localhost:8081"; | ||
export const SOLLINKED_BACKEND_URL = "https://api.sollinked.com"; | ||
// export const SOLLINKED_BACKEND_URL = "http://localhost:8081"; | ||
export const RESERVATION_STATUS_BLOCKED = -1; | ||
export const RESERVATION_STATUS_AVAILABLE = 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
158946