@bingosrs/models 1.0.17 → 1.0.18

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.
@@ -12115,5 +12115,6 @@ export declare enum EMonster {
12115
12115
  GIANT_DEMONIC_RANGE_LARVA = 14788,
12116
12116
  GIANT_DEMONIC_MAGIC_LARVA = 14789,
12117
12117
  HARVESTER = 14790,
12118
- HARVESTER__2 = 14791
12118
+ HARVESTER__2 = 14791,
12119
+ WIZGUARD = 14792
12119
12120
  }
@@ -12120,4 +12120,5 @@ var EMonster;
12120
12120
  EMonster[EMonster["GIANT_DEMONIC_MAGIC_LARVA"] = 14789] = "GIANT_DEMONIC_MAGIC_LARVA";
12121
12121
  EMonster[EMonster["HARVESTER"] = 14790] = "HARVESTER";
12122
12122
  EMonster[EMonster["HARVESTER__2"] = 14791] = "HARVESTER__2";
12123
+ EMonster[EMonster["WIZGUARD"] = 14792] = "WIZGUARD";
12123
12124
  })(EMonster || (exports.EMonster = EMonster = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bingosrs/models",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Auto generated model package for use with BingOSRS",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",