@pioneer-platform/markets 8.51.13 → 8.51.14

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/markets@8.51.13 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/markets
3
+ > @pioneer-platform/markets@8.51.14 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/markets
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @pioneer-platform/markets
2
2
 
3
+ ## 8.51.14
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: fix: Redis gzip binary corruption in tx history + SDK transaction loading from vault cache
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-discovery@8.51.14
10
+ - @pioneer-platform/default-redis@8.11.10
11
+
3
12
  ## 8.51.13
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/markets",
3
- "version": "8.51.13",
3
+ "version": "8.51.14",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -11,12 +11,12 @@
11
11
  "ccxt": "^4.5.18",
12
12
  "dotenv": "^8.2.0",
13
13
  "node-schedule": "^2.1.1",
14
- "@pioneer-platform/default-redis": "8.11.9",
14
+ "@pioneer-platform/default-mongo-v2": "1.16.0",
15
+ "@pioneer-platform/default-redis": "8.11.10",
15
16
  "@pioneer-platform/loggerdog": "8.11.0",
16
17
  "@pioneer-platform/pioneer-coins": "9.20.8",
17
- "@pioneer-platform/pioneer-types": "8.19.3",
18
- "@pioneer-platform/pioneer-discovery": "8.51.13",
19
- "@pioneer-platform/default-mongo-v2": "1.16.0"
18
+ "@pioneer-platform/pioneer-discovery": "8.51.14",
19
+ "@pioneer-platform/pioneer-types": "8.19.3"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/jest": "^25.2.3",