@citizenfx/client 2.0.7660-1 → 2.0.7669-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.
@@ -46058,7 +46058,7 @@ declare function SetMobileRadioEnabledDuringGameplay(toggle: boolean): void;
46058
46058
  declare function SetModelAsNoLongerNeeded(model: string | number): void;
46059
46059
 
46060
46060
  /**
46061
- * SET_MODEL_HEADLIGHT_CONFIGURATION
46061
+ * **This native is deprecated and does nothing!**
46062
46062
  */
46063
46063
  declare function SetModelHeadlightConfiguration(modelHash: string | number, ratePerSecond: number, headlightRotation: number, invertRotation: boolean): void;
46064
46064
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.7660-1",
3
+ "version": "2.0.7669-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {