Skip to content

Commit

Permalink
Allow range of versions for ts-results-es (#839)
Browse files Browse the repository at this point in the history
In 3.3.10 we introduced a backwards incompatible change.
The changes in this patch included a major version bump of ts-results-es.

By allowing a range of versions, we prevent users of this library from getting
unnecessary errors. Lune-ts is compatible with both 4.x and 5.x types from ts-results-es.
  • Loading branch information
charcarr authored Feb 19, 2025
1 parent 87a2924 commit b3884de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"axios": "^1.4.0",
"camelcase-keys": "<8.0.0",
"snakecase-keys": "^8.0.0",
"ts-results-es": "^5.0.1"
"ts-results-es": "^4.0.0 || ^5.0.1"
},
"devDependencies": {
"@lune-climate/eslint-config": "git+https://github.com/lune-climate/eslint-config.git#master",
Expand Down

0 comments on commit b3884de

Please sign in to comment.