@pioneer-platform/markets 8.45.1 → 8.48.0

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.45.1 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/markets
3
+ > @pioneer-platform/markets@8.48.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/markets
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @pioneer-platform/markets
2
2
 
3
+ ## 8.48.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: chore: feat(e2e): add --blue and --production flags to pioneer-sdk test
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/pioneer-discovery@8.48.0
13
+
14
+ ## 8.47.0
15
+
16
+ ### Minor Changes
17
+
18
+ - chore: feat(e2e): add --blue and --production flags to pioneer-sdk test
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @pioneer-platform/pioneer-discovery@8.47.0
24
+
25
+ ## 8.46.0
26
+
27
+ ### Minor Changes
28
+
29
+ - feat(e2e): add --blue and --production flags to pioneer-sdk test
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @pioneer-platform/pioneer-discovery@8.46.0
35
+
3
36
  ## 8.45.1
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/markets",
3
- "version": "8.45.1",
3
+ "version": "8.48.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -12,11 +12,11 @@
12
12
  "dotenv": "^8.2.0",
13
13
  "node-schedule": "^2.1.1",
14
14
  "@pioneer-platform/default-mongo-v2": "1.16.0",
15
+ "@pioneer-platform/pioneer-coins": "9.20.0",
15
16
  "@pioneer-platform/default-redis": "8.11.7",
16
- "@pioneer-platform/loggerdog": "8.11.0",
17
+ "@pioneer-platform/pioneer-discovery": "8.48.0",
17
18
  "@pioneer-platform/pioneer-types": "8.19.3",
18
- "@pioneer-platform/pioneer-discovery": "8.45.1",
19
- "@pioneer-platform/pioneer-coins": "9.20.0"
19
+ "@pioneer-platform/loggerdog": "8.11.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/jest": "^25.2.3",