Skip to content

Commit d6cf97b

Browse files
authored
Merge pull request #85 from Relewise/mzanoni-patch-1
feat: set client version for integrations
2 parents 81555e9 + 3e5966a commit d6cf97b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/integrations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"publish": "npm run build && npm run build:types"
3535
},
3636
"peerDependencies": {
37-
"@relewise/client": "^2.0.0"
37+
"@relewise/client": ">=1.22.0 <3.0.0"
3838
},
3939
"devDependencies": {
4040
"@microsoft/api-extractor": "^7.47.9",
@@ -55,4 +55,4 @@
5555
"typescript": "^5.6.2",
5656
"@typescript-eslint/parser": "^8.7.0"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)