@forestvpn/forestvpn_api
Advanced tools
Comparing version 3.12.1 to 3.12.2
@@ -30,5 +30,5 @@ /** | ||
*/ | ||
info: { | ||
info?: { | ||
[key: string]: string; | ||
}; | ||
} |
@@ -24,3 +24,4 @@ /** | ||
Wp = "wp", | ||
Mikrotik = "mikrotik", | ||
Other = "other" | ||
} |
@@ -30,3 +30,4 @@ "use strict"; | ||
DeviceType["Wp"] = "wp"; | ||
DeviceType["Mikrotik"] = "mikrotik"; | ||
DeviceType["Other"] = "other"; | ||
})(DeviceType = exports.DeviceType || (exports.DeviceType = {})); |
@@ -32,3 +32,3 @@ /* tslint:disable */ | ||
*/ | ||
info: { [key: string]: string; }; | ||
info?: { [key: string]: string; }; | ||
} |
@@ -26,4 +26,5 @@ /* tslint:disable */ | ||
Wp = 'wp', | ||
Mikrotik = 'mikrotik', | ||
Other = 'other' | ||
} | ||
{ | ||
"name": "@forestvpn/forestvpn_api", | ||
"version": "3.12.1", | ||
"version": "3.12.2", | ||
"description": "A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)", | ||
@@ -5,0 +5,0 @@ "author": "ForestVPN", |
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
1991058
44732