twitch-api-types
Advanced tools
Comparing version 0.4.0 to 0.4.2
@@ -42,4 +42,7 @@ import { Format, Size, Theme } from './images'; | ||
prefix: string; | ||
/** | ||
* A list of tier levels that the Cheermote supports. Each tier identifies the range of Bits that you can cheer at that tier level and an image that graphically identifies the tier level. | ||
*/ | ||
tiers: CheermoteTier[]; | ||
}; | ||
//# sourceMappingURL=cheermote.d.ts.map |
{ | ||
"name": "twitch-api-types", | ||
"version": "0.4.0", | ||
"version": "0.4.2", | ||
"description": "", | ||
@@ -16,3 +16,6 @@ "scripts": { | ||
"test:types": "tsd -t ./index.d.ts", | ||
"posttest:types": "npm run clean:node" | ||
"posttest:types": "npm run clean:node", | ||
"preversion": "npm run lint", | ||
"version": "git add -A .", | ||
"postversion": "git push origin main && git push origin main --tags" | ||
}, | ||
@@ -33,2 +36,3 @@ "files": [ | ||
"devDependencies": { | ||
"@octokit/action": "^6.0.7", | ||
"@typescript-eslint/eslint-plugin": "^6.18.1", | ||
@@ -38,3 +42,3 @@ "@typescript-eslint/parser": "^6.18.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.1.1", | ||
"prettier": "^3.2.1", | ||
"rimraf": "^5.0.5", | ||
@@ -41,0 +45,0 @@ "tsd": "^0.30.3", |
# Twitch API Types | ||
[![GitHub](https://img.shields.io/github/license/larrrssss/twitch-api-types)](https://github.com/larrrssss/twitch-api-types/blob/main/LICENSE.md) | ||
[![npm](https://img.shields.io/npm/v/twitch-api-types?color=crimson&logo=npm)](https://www.npmjs.com/package/twitch-api-types) | ||
Simple type definitions for the [Twitch API](https://dev.twitch.tv/docs/). | ||
## Installation | ||
Install with [npm](https://www.npmjs.com/) / [yarn](https://yarnpkg.com) / [pnpm](https://pnpm.js.org/): | ||
```sh | ||
npm install twitch-api-types | ||
yarn add twitch-api-types | ||
pnpm add twitch-api-types | ||
``` | ||
## TODO | ||
@@ -4,0 +19,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60172
1143
50
9