Skip to content

Commit

Permalink
remove versions, align base
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant committed Dec 29, 2023
1 parent 9a513f2 commit a6646a9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 19 deletions.
6 changes: 1 addition & 5 deletions sdks/permit2-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@uniswap/permit2-sdk",
"version": "1.2.0",
"description": "An sdk for interacting with permit2.",
"publishConfig": {
"access": "public"
Expand All @@ -17,10 +16,7 @@
"interop": "yarn node writeInterop.js",
"prepublishOnly": "tsdx build"
},
"repository": {
"type": "git",
"url": "https://github.com/Uniswap/permit2-sdk.git"
},
"repository": "https://github.com/Uniswap/sdks.git",
"keywords": [
"uniswap",
"ethereum"
Expand Down
6 changes: 1 addition & 5 deletions sdks/router-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@uniswap/router-sdk",
"version": "1.7.1",
"description": "An sdk for routing swaps using Uniswap v2 and Uniswap v3.",
"publishConfig": {
"access": "public"
Expand All @@ -16,10 +15,7 @@
"start": "tsdx watch",
"prepublishOnly": "tsdx build"
},
"repository": {
"type": "git",
"url": "https://github.com/Uniswap/router-sdk.git"
},
"repository": "https://github.com/Uniswap/sdks.git",
"keywords": [
"uniswap",
"ethereum"
Expand Down
2 changes: 1 addition & 1 deletion sdks/uniswapx-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@uniswap/uniswapx-sdk",
"author": "Uniswap",
"version": "1.4.0",
"license": "MIT",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand All @@ -11,6 +10,7 @@
"engines": {
"node": ">=10"
},
"repository": "https://github.com/Uniswap/sdks.git",
"scripts": {
"build": "yarn run typechain && tsc -p tsconfig.json",
"fix": "run-s fix:*",
Expand Down
6 changes: 1 addition & 5 deletions sdks/universal-router-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@uniswap/universal-router-sdk",
"version": "2.0.1",
"description": "sdk for integrating with the Universal Router contracts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -58,10 +57,7 @@
"bignumber.js": "^9.0.2",
"ethers": "^5.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Uniswap/universal-router-sdk.git"
},
"repository": "https://github.com/Uniswap/sdks.git",
"bugs": {
"url": "https://github.com/Uniswap/universal-router-sdk/issues"
},
Expand Down
1 change: 0 additions & 1 deletion sdks/v2-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@uniswap/v2-sdk",
"license": "MIT",
"version": "3.2.3",
"description": "🛠 An SDK for building applications on top of Uniswap V2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions sdks/v3-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"publishConfig": {
"access": "public"
},
"version": "3.10.0",
"description": "⚒️ An SDK for building applications on top of Uniswap V3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "https://github.com/Uniswap/uniswap-v3-sdk.git",
"repository": "https://github.com/Uniswap/sdks.git",
"keywords": [
"uniswap",
"ethereum"
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16052,6 +16052,8 @@ __metadata:
"@babel/runtime": 7.18.9
"@manypkg/cli": ^0.19.2
"@typescript-eslint/eslint-plugin": ^5.62
"@uniswap/permit2-sdk": ^1.2.0
"@uniswap/sdk-core": ^4.0.3
danger: 11.2.6
eslint: ^7.8.0
husky: ^8.0.3
Expand Down

0 comments on commit a6646a9

Please sign in to comment.