Skip to content

Commit

Permalink
feat: set client version for integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni authored Nov 15, 2024
1 parent 81555e9 commit c9b3a3c
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.0.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 c9b3a3c

Please sign in to comment.