Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: set client version for integrations #85

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"publish": "npm run build && npm run build:types"
},
"peerDependencies": {
"@relewise/client": "^2.0.0"
"@relewise/client": ">=1.22.0 <3.0.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the latest release this is how this is configured:
"@relewise/client": "^1.22.0"

This should allow this to be runned with any version between 1.22.0 and 3.0.0, where 3.0.0 and above is excluded

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! 👏

},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand All @@ -55,4 +55,4 @@
"typescript": "^5.6.2",
"@typescript-eslint/parser": "^8.7.0"
}
}
}
Loading