@coinmasters/e2e-staking-suite 1.11.28 → 1.12.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,4 +1,4 @@
1
1
 
2
- > @coinmasters/e2e-staking-suite@1.11.27 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer-sdk/e2e/staking
2
+ > @coinmasters/e2e-staking-suite@1.11.19 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer-sdk/e2e/staking
3
3
  > tsc -p .
4
4
 
@@ -1,6 +1,6 @@
1
-
2
- > @coinmasters/e2e-staking-suite@1.11.17 test /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer-sdk/e2e/staking
3
- > rm -Rf ~/.pioneer && jest --verbose --silent=true --forceExit
4
-
5
- sh: jest: command not found
6
-  ELIFECYCLE  Test failed. See above for more details.
1
+
2
+ > @coinmasters/e2e-staking-suite@1.11.28 test /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer-sdk/e2e/staking
3
+ > rm -Rf ~/.pioneer && jest --verbose --silent=true --forceExit
4
+
5
+ sh: jest: command not found
6
+  ELIFECYCLE  Test failed. See above for more details.
package/CHANGELOG.md CHANGED
@@ -1,94 +1,15 @@
1
1
  # @coinmasters/e2e-transfer-dogecoin
2
2
 
3
- ## 1.11.28
3
+ ## 1.12.0
4
4
 
5
- ### Patch Changes
6
-
7
- - bump
8
-
9
- - Updated dependencies []:
10
- - @coinmasters/pioneer-sdk@4.12.31
11
- - @coinmasters/types@4.10.1
12
-
13
- ## 1.11.27
14
-
15
- ### Patch Changes
16
-
17
- - bump
18
-
19
- - Updated dependencies []:
20
- - @coinmasters/pioneer-sdk@4.12.30
21
- - @coinmasters/types@4.10.1
22
-
23
- ## 1.11.26
24
-
25
- ### Patch Changes
26
-
27
- - bump
28
-
29
- - Updated dependencies []:
30
- - @coinmasters/pioneer-sdk@4.12.29
31
- - @coinmasters/types@4.10.1
32
-
33
- ## 1.11.25
34
-
35
- ### Patch Changes
36
-
37
- - bump
38
-
39
- - Updated dependencies []:
40
- - @coinmasters/pioneer-sdk@4.12.28
41
- - @coinmasters/types@4.10.1
42
-
43
- ## 1.11.24
44
-
45
- ### Patch Changes
46
-
47
- - bump
48
-
49
- - Updated dependencies []:
50
- - @coinmasters/pioneer-sdk@4.12.27
51
- - @coinmasters/types@4.10.1
52
-
53
- ## 1.11.23
54
-
55
- ### Patch Changes
56
-
57
- - bump
58
-
59
- - Updated dependencies []:
60
- - @coinmasters/pioneer-sdk@4.12.26
61
- - @coinmasters/types@4.10.1
62
-
63
- ## 1.11.22
64
-
65
- ### Patch Changes
66
-
67
- - bump
68
-
69
- - Updated dependencies []:
70
- - @coinmasters/pioneer-sdk@4.12.25
71
- - @coinmasters/types@4.10.1
72
-
73
- ## 1.11.21
74
-
75
- ### Patch Changes
5
+ ### Minor Changes
76
6
 
77
7
  - bump
78
8
 
79
- - Updated dependencies []:
80
- - @coinmasters/pioneer-sdk@4.12.24
81
- - @coinmasters/types@4.10.1
82
-
83
- ## 1.11.20
84
-
85
9
  ### Patch Changes
86
10
 
87
- - bumop
88
-
89
11
  - Updated dependencies []:
90
- - @coinmasters/pioneer-sdk@4.12.23
91
- - @coinmasters/types@4.10.1
12
+ - @coinmasters/pioneer-sdk@4.13.0
92
13
 
93
14
  ## 1.11.19
94
15
 
@@ -98,17 +19,13 @@
98
19
 
99
20
  - Updated dependencies []:
100
21
  - @coinmasters/pioneer-sdk@4.12.22
101
- - @coinmasters/types@4.10.1
102
22
 
103
23
  ## 1.11.18
104
24
 
105
25
  ### Patch Changes
106
26
 
107
- - bump
108
-
109
27
  - Updated dependencies []:
110
28
  - @coinmasters/pioneer-sdk@4.12.21
111
- - @coinmasters/types@4.10.1
112
29
 
113
30
  ## 1.11.17
114
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinmasters/e2e-staking-suite",
3
- "version": "1.11.28",
3
+ "version": "1.12.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -12,12 +12,12 @@
12
12
  "dotenv": "^6.2.0",
13
13
  "typescript": "5.2.2",
14
14
  "wait-promise": "^0.4.1",
15
- "@coinmasters/pioneer-sdk": "4.12.31",
15
+ "@coinmasters/pioneer-sdk": "4.13.0",
16
16
  "@coinmasters/types": "^4.10.1"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@pioneer-platform/helpers": "^4.0.12",
20
- "@internal/config": "2.10.18"
20
+ "@internal/config": "2.10.7"
21
21
  },
22
22
  "gitHead": "54da909f74f91cd10e6161a06aa75638c147ff96",
23
23
  "scripts": {