@pioneer-platform/uniswap-client 8.15.14 → 8.15.17

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.
@@ -1,2 +1 @@
1
-
2
- $ tsc -p .
1
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @pioneer-platform/uniswap-client
2
2
 
3
+ ## 8.15.17
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: refactor pioneer-sdk
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-discovery@8.15.17
10
+
11
+ ## 8.15.16
12
+
13
+ ### Patch Changes
14
+
15
+ - chore: refactor pioneer-sdk
16
+ - Updated dependencies
17
+ - @pioneer-platform/pioneer-discovery@8.15.16
18
+
3
19
  ## 8.15.14
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/uniswap-client",
3
- "version": "8.15.14",
3
+ "version": "8.15.17",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "@pioneer-platform/maya-network": "^8.13.19",
10
10
  "@pioneer-platform/pioneer-caip": "^9.10.2",
11
11
  "@pioneer-platform/pioneer-coins": "^9.11.2",
12
- "@pioneer-platform/pioneer-discovery": "^8.15.14",
12
+ "@pioneer-platform/pioneer-discovery": "^8.15.17",
13
13
  "@types/ms": "^0.7.34",
14
14
  "@types/ms.macro": "^2.0.2",
15
15
  "axios": "^1.6.0",