Skip to content

Commit

Permalink
Merge pull request #85 from Relewise/mzanoni-patch-1
Browse files Browse the repository at this point in the history
feat: set client version for integrations
  • Loading branch information
mzanoni authored Nov 19, 2024
2 parents 81555e9 + 3e5966a commit d6cf97b
Showing 1 changed file with 2 additions and 2 deletions.
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"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand All @@ -55,4 +55,4 @@
"typescript": "^5.6.2",
"@typescript-eslint/parser": "^8.7.0"
}
}
}

0 comments on commit d6cf97b

Please sign in to comment.