Skip to content

Commit b3884de

Browse files
authored
Allow range of versions for ts-results-es (#839)
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.
1 parent 87a2924 commit b3884de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"axios": "^1.4.0",
4040
"camelcase-keys": "<8.0.0",
4141
"snakecase-keys": "^8.0.0",
42-
"ts-results-es": "^5.0.1"
42+
"ts-results-es": "^4.0.0 || ^5.0.1"
4343
},
4444
"devDependencies": {
4545
"@lune-climate/eslint-config": "git+https://github.com/lune-climate/eslint-config.git#master",

0 commit comments

Comments
 (0)