@firestone-hs/reference-data 2.0.69 → 2.0.70

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.
@@ -10,4 +10,6 @@ export interface BgsMinionTypesRules {
10
10
  readonly needBoardTypes?: readonly string[];
11
11
  readonly needMenagerie?: boolean;
12
12
  readonly requireTavernTier3?: boolean;
13
+ readonly alwaysAvailableForHeroes?: readonly string[];
14
+ readonly bannedForHeroes?: readonly string[];
13
15
  }
@@ -1 +1 @@
1
- {"version":3,"file":"card-rules.js","sourceRoot":"","sources":["../../../src/models/reference-cards/card-rules.ts"],"names":[],"mappings":"","sourcesContent":["export interface CardRules {\r\n\t[cardId: string]: CardRule;\r\n}\r\nexport interface CardRule {\r\n\treadonly bgsMinionTypesRules?: BgsMinionTypesRules;\r\n}\r\n\r\nexport interface BgsMinionTypesRules {\r\n\treadonly bannedWithTypesInLobby?: readonly string[];\r\n\treadonly needTypesInLobby?: readonly string[];\r\n\treadonly needBoardTypes?: readonly string[];\r\n\treadonly needMenagerie?: boolean;\r\n\treadonly requireTavernTier3?: boolean;\r\n}\r\n"]}
1
+ {"version":3,"file":"card-rules.js","sourceRoot":"","sources":["../../../src/models/reference-cards/card-rules.ts"],"names":[],"mappings":"","sourcesContent":["export interface CardRules {\r\n\t[cardId: string]: CardRule;\r\n}\r\nexport interface CardRule {\r\n\treadonly bgsMinionTypesRules?: BgsMinionTypesRules;\r\n}\r\n\r\nexport interface BgsMinionTypesRules {\r\n\treadonly bannedWithTypesInLobby?: readonly string[];\r\n\treadonly needTypesInLobby?: readonly string[];\r\n\treadonly needBoardTypes?: readonly string[];\r\n\treadonly needMenagerie?: boolean;\r\n\treadonly requireTavernTier3?: boolean;\r\n\treadonly alwaysAvailableForHeroes?: readonly string[];\r\n\treadonly bannedForHeroes?: readonly string[];\r\n}\r\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestone-hs/reference-data",
3
- "version": "2.0.69",
3
+ "version": "2.0.70",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rm -rf dist && tsc",