@citizenfx/server 2.0.14111-1 → 2.0.14157-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.
@@ -440,6 +440,11 @@ declare function FlagServerAsPrivate(private_: boolean): void;
440
440
  */
441
441
  declare function FlushResourceKvp(): void;
442
442
 
443
+ /**
444
+ * An internal function for converting a stack trace object to a string.
445
+ */
446
+ declare function FormatStackTrace(traceData: any): string;
447
+
443
448
  /**
444
449
  * Freezes or unfreezes an entity preventing its coordinates to change by the player if set to `true`. You can still change the entity position using [`SET_ENTITY_COORDS`](#\_0x06843DA7060A026B).
445
450
  * @param entity The entity to freeze/unfreeze.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/server",
3
- "version": "2.0.14111-1",
3
+ "version": "2.0.14157-1",
4
4
  "description": "Typings for the CitizenFX server JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {