s2cfgtojson 2.2.12 → 2.2.13

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/package.json +1 -1
  2. package/types.mts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s2cfgtojson",
3
- "version": "2.2.12",
3
+ "version": "2.2.13",
4
4
  "description": "Converts Stalker 2 Cfg file into a POJO",
5
5
  "keywords": [
6
6
  "stalker",
package/types.mts CHANGED
@@ -1834,7 +1834,7 @@ export type WeaponAttributesPrototype = GetStructType<{
1834
1834
  }[];
1835
1835
  }>;
1836
1836
 
1837
- export type CharacterWeaponSettingsPrototypes = GetStructType<{
1837
+ export type CharacterWeaponSettingsPrototype = GetStructType<{
1838
1838
  SID: string;
1839
1839
  DurabilityDamagePerShot: number;
1840
1840
  ArmorDamage: number;