@pioneer-platform/rango-client 8.26.7 → 8.26.8
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @pioneer-platform/rango-client@8.26.
|
|
3
|
+
> @pioneer-platform/rango-client@8.26.8 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/rango
|
|
4
4
|
> tsc -p .
|
|
5
5
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @pioneer-platform/rango-client
|
|
2
2
|
|
|
3
|
+
## 8.26.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: fix: watchtower polling missing dual Redis write causing block heights to fall back to default
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @pioneer-platform/pioneer-coins@9.20.8
|
|
10
|
+
|
|
3
11
|
## 8.26.7
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/rango-client",
|
|
3
|
-
"version": "8.26.
|
|
3
|
+
"version": "8.26.8",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"axios": "^1.6.0",
|
|
8
8
|
"dotenv": "^17.2.3",
|
|
9
9
|
"rango-sdk": "^0.1.45",
|
|
10
|
-
"@pioneer-platform/
|
|
11
|
-
"@pioneer-platform/pioneer-coins": "9.20.
|
|
12
|
-
"@pioneer-platform/
|
|
10
|
+
"@pioneer-platform/loggerdog": "8.11.0",
|
|
11
|
+
"@pioneer-platform/pioneer-coins": "9.20.8",
|
|
12
|
+
"@pioneer-platform/pioneer-caip": "9.27.5"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/jest": "^25.2.3",
|