@uniswap/universal-router-sdk 2.0.4-beta.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -10
package/package.json CHANGED
@@ -30,12 +30,12 @@
30
30
  "test:hardhat": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' hardhat test"
31
31
  },
32
32
  "dependencies": {
33
- "@uniswap/permit2-sdk": "^1.2.1-beta.1",
34
- "@uniswap/router-sdk": "^1.9.0",
35
- "@uniswap/sdk-core": "^4.2.1-beta.1",
33
+ "@uniswap/permit2-sdk": "^1.2.1",
34
+ "@uniswap/router-sdk": "^1.9.1",
35
+ "@uniswap/sdk-core": "^4.2.1",
36
36
  "@uniswap/universal-router": "1.6.0",
37
- "@uniswap/v2-sdk": "^4.3.0",
38
- "@uniswap/v3-sdk": "^3.11.0",
37
+ "@uniswap/v2-sdk": "^4.3.1",
38
+ "@uniswap/v3-sdk": "^3.11.1",
39
39
  "bignumber.js": "^9.0.2",
40
40
  "ethers": "^5.7.0"
41
41
  },
@@ -70,10 +70,6 @@
70
70
  {
71
71
  "name": "main",
72
72
  "prerelease": false
73
- },
74
- {
75
- "name": "beta",
76
- "prerelease": true
77
73
  }
78
74
  ],
79
75
  "plugins": [
@@ -100,5 +96,5 @@
100
96
  "installConfig": {
101
97
  "hoistingLimits": "workspaces"
102
98
  },
103
- "version": "2.0.4-beta.2"
99
+ "version": "2.0.4"
104
100
  }