@citizenfx/client 2.0.15744-1 → 2.0.15859-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.
@@ -11586,7 +11586,7 @@ declare function GetEntitiesInRadius(x: number, y: number, z: number, radius: nu
11586
11586
  * Returns the memory address of an entity.
11587
11587
  * This native is intended for singleplayer debugging, and may not be available during multiplayer.
11588
11588
  * @param entity The handle of the entity to get the address of.
11589
- * @return A pointer contaning the memory address of the entity.
11589
+ * @return A pointer containing the memory address of the entity.
11590
11590
  */
11591
11591
  declare function GetEntityAddress(entity: number): number;
11592
11592
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.15744-1",
3
+ "version": "2.0.15859-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {