@pioneer-platform/shapeshift 8.32.0 → 8.33.4

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/shapeshift@8.32.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/shapeshift
3
+ > @pioneer-platform/shapeshift@8.33.4 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/shapeshift
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @pioneer-platform/shapeshift
2
2
 
3
+ ## 8.33.4
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: chore: chore: update test suite and deployment workflow
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-nodes@8.37.4
10
+
11
+ ## 8.33.3
12
+
13
+ ### Patch Changes
14
+
15
+ - chore: chore: chore: update test suite and deployment workflow
16
+ - Updated dependencies
17
+ - @pioneer-platform/pioneer-nodes@8.37.3
18
+
19
+ ## 8.33.2
20
+
21
+ ### Patch Changes
22
+
23
+ - chore: chore: update test suite and deployment workflow
24
+ - Updated dependencies
25
+ - @pioneer-platform/pioneer-nodes@8.37.2
26
+
27
+ ## 8.33.1
28
+
29
+ ### Patch Changes
30
+
31
+ - @pioneer-platform/pioneer-nodes@8.37.1
32
+
33
+ ## 8.33.0
34
+
35
+ ### Minor Changes
36
+
37
+ - chore: chore: chore: chore: chore: feat(e2e): add --blue and --production flags to pioneer-sdk test
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies
42
+ - @pioneer-platform/pioneer-client@9.22.0
43
+ - @pioneer-platform/pioneer-nodes@8.37.0
44
+
3
45
  ## 8.32.0
4
46
 
5
47
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/shapeshift",
3
- "version": "8.32.0",
3
+ "version": "8.33.4",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "dependencies": {
@@ -10,8 +10,8 @@
10
10
  "axios-retry": "^3.1.9",
11
11
  "fake-useragent": "^1.0.1",
12
12
  "@pioneer-platform/loggerdog": "8.11.0",
13
- "@pioneer-platform/pioneer-nodes": "8.36.0",
14
- "@pioneer-platform/pioneer-client": "9.21.0"
13
+ "@pioneer-platform/pioneer-client": "9.22.0",
14
+ "@pioneer-platform/pioneer-nodes": "8.37.4"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/express": "^4.17.6",