@citizenfx/server 2.0.13458-1 → 2.0.13528-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.
@@ -933,7 +933,7 @@ declare function GetNumPlayerTokens(playerSrc: string): number;
933
933
 
934
934
  /**
935
935
  * Gets the amount of metadata values with the specified key existing in the specified resource's manifest.
936
- * See also: [Resource manifest](https://docs.fivem.net/resources/manifest/)
936
+ * See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/)
937
937
  * @param resourceName The resource name.
938
938
  * @param metadataKey The key to look up in the resource manifest.
939
939
  */
@@ -1287,7 +1287,7 @@ declare function GetResourceKvpString(key: string): string;
1287
1287
 
1288
1288
  /**
1289
1289
  * Gets the metadata value at a specified key/index from a resource's manifest.
1290
- * See also: [Resource manifest](https://docs.fivem.net/resources/manifest/)
1290
+ * See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/)
1291
1291
  * @param resourceName The resource name.
1292
1292
  * @param metadataKey The key in the resource manifest.
1293
1293
  * @param index The value index, in a range from \[0..GET_NUM_RESOURCE_METDATA-1].
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/server",
3
- "version": "2.0.13458-1",
3
+ "version": "2.0.13528-1",
4
4
  "description": "Typings for the CitizenFX server JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {