@plugify-plugins/s2sdk-types 1.1.0 → 1.1.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 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4878,7 +4878,7 @@ declare module ":s2sdk" {
4878
4878
  export function GetWeaponVData(entityHandle: number): number;
4879
4879
 
4880
4880
  /**
4881
- * @description etrieves the weapon definition index for a given entity handle.
4881
+ * @description Retrieves the weapon definition index for a given entity handle.
4882
4882
  *
4883
4883
  * {@link https://untrustedmodders.github.io/plugify-generator/?file=https://github.com/untrustedmodders/plugify-source-2/blob/main/s2sdk.pplugin.in#item-GetWeaponDefIndex|Docs}
4884
4884
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plugify-plugins/s2sdk-types",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "generated typescript types to write plugins on plugify",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {},