From b3884defa6c489c1559dee1dc04b085a5ba89a74 Mon Sep 17 00:00:00 2001 From: Charley Carriero <32108831+charcarr@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:09:24 +0000 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37c85fc..891cf94 100644 --- a/package.json +++ b/package.json @@ -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",