warscript 0.0.1-dev.8717dbb → 0.0.1-dev.959b9a7

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.
@@ -30,9 +30,6 @@ export declare const DEMON_HUNTER_DEMON_FORM_HERO_UNIT_TYPE_ID: StandardHeroUnit
30
30
  export declare const ABOMINATION_UNIT_TYPE_ID: StandardUnitTypeId;
31
31
  export declare const GHOUL_UNIT_TYPE_ID: StandardUnitTypeId;
32
32
  export declare const DEATH_KNIGHT_HERO_UNIT_TYPE_ID: StandardHeroUnitTypeId;
33
- export declare const ZOMBIE_UNIT_TYPE_ID: StandardUnitTypeId;
34
- export declare const ZOMBIE_FEMALE_UNIT_TYPE_ID: StandardUnitTypeId;
35
- export declare const ARTHAS_EVIL_HERO_UNIT_TYPE_ID: StandardHeroUnitTypeId;
36
33
  export declare const DIRE_MAMMOTH_UNIT_TYPE_ID: StandardUnitTypeId;
37
34
  export declare const ELDER_JUNGLE_STALKER_UNIT_TYPE_ID: StandardUnitTypeId;
38
35
  export declare const ENRAGED_ELEMENTAL_UNIT_TYPE_ID: StandardUnitTypeId;
@@ -29,9 +29,6 @@ ____exports.DEMON_HUNTER_DEMON_FORM_HERO_UNIT_TYPE_ID = fourCC("Edmm")
29
29
  ____exports.ABOMINATION_UNIT_TYPE_ID = fourCC("uabo")
30
30
  ____exports.GHOUL_UNIT_TYPE_ID = fourCC("ugho")
31
31
  ____exports.DEATH_KNIGHT_HERO_UNIT_TYPE_ID = fourCC("Udea")
32
- ____exports.ZOMBIE_UNIT_TYPE_ID = fourCC("nzom")
33
- ____exports.ZOMBIE_FEMALE_UNIT_TYPE_ID = fourCC("nzof")
34
- ____exports.ARTHAS_EVIL_HERO_UNIT_TYPE_ID = fourCC("Uear")
35
32
  ____exports.DIRE_MAMMOTH_UNIT_TYPE_ID = fourCC("nmdr")
36
33
  ____exports.ELDER_JUNGLE_STALKER_UNIT_TYPE_ID = fourCC("njga")
37
34
  ____exports.ENRAGED_ELEMENTAL_UNIT_TYPE_ID = fourCC("nele")
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "warscript",
4
- "version": "0.0.1-dev.8717dbb",
4
+ "version": "0.0.1-dev.959b9a7",
5
5
  "description": "A typescript library for Warcraft III using Warpack.",
6
6
  "keywords": [
7
7
  "warcraft",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@warscript/language-extensions": "^0.0.1",
25
- "@warscript/tstl-plugin": "^0.0.2",
25
+ "@warscript/tstl-plugin": "^0.0.1",
26
26
  "typescript-to-lua": "^1.24.1",
27
27
  "lua-types": "^2.13.1",
28
28
  "warpack": "0.0.1-dev.5bdabe5"