@pioneer-platform/rango-client 8.26.8 → 8.26.11

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,5 +1,5 @@
1
1
 
2
2
  
3
- > @pioneer-platform/rango-client@8.26.8 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/rango
3
+ > @pioneer-platform/rango-client@8.26.11 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/rango
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @pioneer-platform/rango-client
2
2
 
3
+ ## 8.26.11
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: Redis gzip binary corruption in tx history + SDK transaction loading from vault cache
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-caip@9.27.8
10
+
11
+ ## 8.26.10
12
+
13
+ ### Patch Changes
14
+
15
+ - chore: fix: dashboard staleness uses newest fetchedAt instead of oldest
16
+ - Updated dependencies
17
+ - @pioneer-platform/pioneer-caip@9.27.7
18
+
19
+ ## 8.26.9
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @pioneer-platform/pioneer-caip@9.27.6
25
+
3
26
  ## 8.26.8
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/rango-client",
3
- "version": "8.26.8",
3
+ "version": "8.26.11",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -8,8 +8,8 @@
8
8
  "dotenv": "^17.2.3",
9
9
  "rango-sdk": "^0.1.45",
10
10
  "@pioneer-platform/loggerdog": "8.11.0",
11
- "@pioneer-platform/pioneer-coins": "9.20.8",
12
- "@pioneer-platform/pioneer-caip": "9.27.5"
11
+ "@pioneer-platform/pioneer-caip": "9.27.8",
12
+ "@pioneer-platform/pioneer-coins": "9.20.8"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/jest": "^25.2.3",