diff --git a/README.md b/README.md index f9151bd..c286bad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # Twitch Extension for Hearthstone Deck Tracker -[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/HearthSim/twitch-hdt-frontend/Continuous%20Integration/master)](https://github.com/HearthSim/twitch-hdt-frontend/actions/workflows/ci.yml) -[![GitHub release](https://img.shields.io/github/release/HearthSim/hdt-twitch-extension.svg)](https://github.com/HearthSim/hdt-twitch-extension/releases) This repository contains the official Twitch extension for Hearthstone Deck Tracker. diff --git a/package.json b/package.json index 70c4542..3b45895 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "babel-plugin-styled-components": "^1.10.7", "clean-webpack-plugin": "^0.1.19", "clipboard-polyfill": "^2.8.6", - "deckstrings": "^2.2.1", + "deckstrings": "^3.1.1", "file-loader": "^2.0.0", "hearthstonejson-client": "^1.4.0", "html-webpack-include-sibling-chunks-plugin": "0.1.0", diff --git a/src/twitch-hdt.d.ts b/src/twitch-hdt.d.ts index ec49b54..b037620 100644 --- a/src/twitch-hdt.d.ts +++ b/src/twitch-hdt.d.ts @@ -152,6 +152,7 @@ export const enum FormatType { FT_WILD = 1, FT_STANDARD = 2, FT_CLASSIC = 3, + FT_TWIST = 4, } export const enum BnetGameType { diff --git a/yarn.lock b/yarn.lock index baea64c..7b263b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2513,10 +2513,10 @@ decamelize@^1.2.0: resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= -deckstrings@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/deckstrings/-/deckstrings-2.2.1.tgz#691fb8d8e19e77219cfd71ce56e38e1cd54d97a9" - integrity sha512-dwbSCKhmoPjT54Bs99PJB5Ur2F3vSwYKhkbiKXI2KoOmsc5orYSRfGAK10Qd9WAeUeFdPQ4PoUBrvtMuT7dveQ== +deckstrings@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/deckstrings/-/deckstrings-3.1.1.tgz#7cc60d97c9ddbd4bb22f3f1b608589cba119724b" + integrity sha512-FYrls5s83vE+y/fPVU5DjXUPh0aM77+fh52Rz/LWxZvS/fskWJ2z2JeyBTTV2y+CSq95MM/JexZeGCDYELtu6g== decode-uri-component@^0.2.0: version "0.2.0"