@pioneer-platform/markets 8.51.1 → 8.51.7

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.1 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/markets
3
+ > @pioneer-platform/markets@8.51.7 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/markets
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # @pioneer-platform/markets
2
2
 
3
+ ## 8.51.7
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: chore: chore: chore: update test suite and deployment workflow
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-discovery@8.51.7
10
+ - @pioneer-platform/pioneer-coins@9.20.5
11
+
12
+ ## 8.51.6
13
+
14
+ ### Patch Changes
15
+
16
+ - chore: chore: chore: chore: update test suite and deployment workflow
17
+ - Updated dependencies
18
+ - @pioneer-platform/pioneer-discovery@8.51.6
19
+ - @pioneer-platform/pioneer-coins@9.20.4
20
+
21
+ ## 8.51.5
22
+
23
+ ### Patch Changes
24
+
25
+ - chore: chore: chore: update test suite and deployment workflow
26
+ - Updated dependencies
27
+ - @pioneer-platform/pioneer-discovery@8.51.5
28
+ - @pioneer-platform/pioneer-coins@9.20.3
29
+
30
+ ## 8.51.4
31
+
32
+ ### Patch Changes
33
+
34
+ - chore: chore: update test suite and deployment workflow
35
+ - Updated dependencies
36
+ - @pioneer-platform/pioneer-discovery@8.51.4
37
+ - @pioneer-platform/pioneer-coins@9.20.2
38
+
39
+ ## 8.51.3
40
+
41
+ ### Patch Changes
42
+
43
+ - chore: update test suite and deployment workflow
44
+ - Updated dependencies
45
+ - @pioneer-platform/pioneer-coins@9.20.1
46
+ - @pioneer-platform/pioneer-discovery@8.51.3
47
+
48
+ ## 8.51.2
49
+
50
+ ### Patch Changes
51
+
52
+ - fix: Unify Cosmos transaction event system with Ethereum pattern
53
+ - Updated dependencies
54
+ - @pioneer-platform/pioneer-discovery@8.51.2
55
+
3
56
  ## 8.51.1
4
57
 
5
58
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/markets",
3
- "version": "8.51.1",
3
+ "version": "8.51.7",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -14,9 +14,9 @@
14
14
  "@pioneer-platform/default-mongo-v2": "1.16.0",
15
15
  "@pioneer-platform/default-redis": "8.11.7",
16
16
  "@pioneer-platform/loggerdog": "8.11.0",
17
- "@pioneer-platform/pioneer-discovery": "8.51.1",
18
- "@pioneer-platform/pioneer-types": "8.19.3",
19
- "@pioneer-platform/pioneer-coins": "9.20.0"
17
+ "@pioneer-platform/pioneer-coins": "9.20.5",
18
+ "@pioneer-platform/pioneer-discovery": "8.51.7",
19
+ "@pioneer-platform/pioneer-types": "8.19.3"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/jest": "^25.2.3",