Skip to content

N|Steam Market-Pricing v2.1.0

Latest
Compare
Choose a tag to compare
@lenovouser lenovouser released this 26 Dec 22:26
· 16 commits to master since this release
2.1.0
576f6a2

Features:

  • Return errors with custom codes so you can check for specific errors like so:

    if ( exception.code === codes.SOME_ERROR_CODE )

    more easily

Changes:

  • Return ITEM_NOT_FOUND Error when steam returns success without values

Diff:

2.0.1...2.1.0