Skip to content

Commit

Permalink
Append sdkName and sdkVersion to transak url
Browse files Browse the repository at this point in the history
Co-authored-by: debajitr <debajit@transak.com>
  • Loading branch information
prajwal and debajitr committed Jul 23, 2024
1 parent 500e054 commit ab974db
Show file tree
Hide file tree
Showing 6 changed files with 1,857 additions and 1,531 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"settings": {
"import/resolver": {
"node": {
"paths": ["src"],
"extensions": [".ts"]
"paths": ["./", "./src"],
"extensions": [".ts", ".json"]
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transak/transak-sdk",
"version": "3.1.1",
"version": "3.1.2",
"description": "Transak SDK that allows you to easily integrate fiat on/off ramp",
"type": "module",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@8.15.3+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991",
"packageManager": "pnpm@9.5.0+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991",
"files": [
"lib/**/*"
],
Expand Down
Loading

0 comments on commit ab974db

Please sign in to comment.