@citizenfx/client 2.0.5872-1 → 2.0.5877-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12441,6 +12441,7 @@ declare function GetVehicleCheatPowerIncrease(vehicle: number): number;
12441
12441
  * 19: Military
12442
12442
  * 20: Commercial
12443
12443
  * 21: Trains
12444
+ * 22: Open Wheel
12444
12445
  * char buffer[128];
12445
12446
  * std::sprintf(buffer, "VEH_CLASS_%i", VEHICLE::GET_VEHICLE_CLASS(vehicle));
12446
12447
  * char* className = UI::_GET_LABEL_TEXT(buffer);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.5872-1",
3
+ "version": "2.0.5877-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {