@citizenfx/client 2.0.5129-1 → 2.0.5137-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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -126,6 +126,7 @@ declare function NewStateBag(name: string) : StateBagInterface;
126
126
  declare function Entity(entity: number): EntityInterface
127
127
  declare var GlobalState : StateBagInterface
128
128
  declare function Player(entity: number|string): EntityInterface
129
+ declare var LocalPlayer : EntityInterface
129
130
 
130
131
  declare var exports: any;
131
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.5129-1",
3
+ "version": "2.0.5137-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {