pokeapi-typescript
pokeapi-typescript copied to clipboard
Typescript SDK for PokeAPI (https://pokeapi.co)
## Problem Description The validation in `listAll` has two issues: 1. `_isListT` incorrectly expects a direct array instead of the API's object-with-`results` structure 2. `_isT` checks for `id` and `name`...
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. Commits 56774ef 10.5.0 1e4e297 bin: Do not expose filenames to shell expansion See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Hello, I found an error for IType interface declaration ``` export interface IType { id: number; name: string; damage_relations: ITypeRelations; game_indices: IGenerationGameIndex[]; generation: INamedApiResource; move_damage_class: INamedApiResource; names: IName[]; pokemon: ITypePokemon[];...