node-tf2-item-format icon indicating copy to clipboard operation
node-tf2-item-format copied to clipboard

Fully typed battle-tested library that helps you format TF2 items to the community standards.

Results 11 node-tf2-item-format issues
Sort by recently updated
recently updated
newest added

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.8.4&new-version=4.9.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.27.0. Release notes Sourced from eslint's releases. v8.27.0 Features f14587c feat: new no-new-native-nonconstructor rule (#16368) (Sosuke Suzuki) 978799b feat: add new rule no-empty-static-block (#16325) (Sosuke...

dependencies

Bumps [chai](https://github.com/chaijs/chai) from 4.3.4 to 4.3.7. Release notes Sourced from chai's releases. v4.3.7 What's Changed fix: deep-eql bump package to support symbols comparison by @​snewcomer in chaijs/chai#1483 Full Changelog: https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7...

dependencies

`parseString` does not parse output quality and output defindex for killstreak fabricators name: `Specialized Killstreak Atomizer Kit Fabricator` output: ```json { "name": "Specialized Killstreak Kit Fabricator", "craftable": true, "quality": 6,...

`Non-Craftable Killstreak Eyelander Kit` defindex returned: `5726` expected: `6527` `Genuine Marxman` defindex returned: `816` expected: `837` Any warpaint - you return `9536` - which is generic warpaint, instead of returning...

- [ ] convertable classes that help your transform item to the format you wanted

enhancement

- [ ] overload types - [ ] mixins - [ ] classes

enhancement

Minor changes to execution order, results in about 5% extra performance with static and 20% extra performance if further optimized through ISchema. > For reference, the 20% performance boost can...

Refers to [effect exceptions](https://github.com/danocmx/node-tf2-item-format/blob/master/src/parseString/Attributes/getEffect.ts#L5) and other problems caused by overlaying names. These could easily be generated when item format receives a list of effects.

enhancement

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.2 to 24.2.3. Release notes Sourced from semantic-release's releases. v24.2.3 24.2.3 (2025-02-15) Bug Fixes types: fixed typescript definition (0e08b5c), closes #3601 Commits 0e08b5c fix(types): fixed typescript definition...

dependencies