| import { ApiError, NetworkError, parseApiError } from './errors.js'; | ||
| const DEFAULT_API_URL = 'https://api.adapty.io/api/v1/developer'; | ||
| const DEFAULT_API_URL = 'https://api-admin.adapty.io/api/v1/developer'; | ||
| function ensureTrailingSlash(path) { | ||
@@ -4,0 +4,0 @@ return path.endsWith('/') ? path : `${path}/`; |
@@ -1286,3 +1286,3 @@ { | ||
| }, | ||
| "version": "0.1.3" | ||
| "version": "0.1.4" | ||
| } |
+1
-1
| { | ||
| "name": "adapty", | ||
| "description": "Adapty command line interface", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "author": "Adapty team <support@adapty.io>", | ||
@@ -6,0 +6,0 @@ "bin": { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
101695
0.01%