@pioneer-platform/eth-network 8.41.0 → 8.41.5

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/eth-network@8.41.0 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/coins/eth/eth-network
3
+ > @pioneer-platform/eth-network@8.41.5 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/coins/eth/eth-network
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @pioneer-platform/eth-network
2
2
 
3
+ ## 8.41.5
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: chore: chore: chore: update test suite and deployment workflow
8
+ - Updated dependencies
9
+ - @pioneer-platform/blockbook@8.38.5
10
+ - @pioneer-platform/pioneer-caip@9.27.5
11
+ - @pioneer-platform/pioneer-nodes@8.37.5
12
+
13
+ ## 8.41.4
14
+
15
+ ### Patch Changes
16
+
17
+ - chore: chore: chore: chore: update test suite and deployment workflow
18
+ - Updated dependencies
19
+ - @pioneer-platform/blockbook@8.38.4
20
+ - @pioneer-platform/pioneer-caip@9.27.4
21
+ - @pioneer-platform/pioneer-nodes@8.37.4
22
+
23
+ ## 8.41.3
24
+
25
+ ### Patch Changes
26
+
27
+ - chore: chore: chore: update test suite and deployment workflow
28
+ - Updated dependencies
29
+ - @pioneer-platform/blockbook@8.38.3
30
+ - @pioneer-platform/pioneer-caip@9.27.3
31
+ - @pioneer-platform/pioneer-nodes@8.37.3
32
+
33
+ ## 8.41.2
34
+
35
+ ### Patch Changes
36
+
37
+ - chore: chore: update test suite and deployment workflow
38
+ - Updated dependencies
39
+ - @pioneer-platform/blockbook@8.38.2
40
+ - @pioneer-platform/pioneer-caip@9.27.2
41
+ - @pioneer-platform/pioneer-nodes@8.37.2
42
+
43
+ ## 8.41.1
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies
48
+ - @pioneer-platform/pioneer-caip@9.27.1
49
+ - @pioneer-platform/blockbook@8.38.1
50
+ - @pioneer-platform/pioneer-nodes@8.37.1
51
+
3
52
  ## 8.41.0
4
53
 
5
54
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/eth-network",
3
- "version": "8.41.0",
3
+ "version": "8.41.5",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -17,10 +17,10 @@
17
17
  "ethers": "5.7.2",
18
18
  "request-promise": "^4.2.6",
19
19
  "wait-promise": "^0.4.1",
20
- "@pioneer-platform/blockbook": "8.38.0",
20
+ "@pioneer-platform/blockbook": "8.38.5",
21
21
  "@pioneer-platform/loggerdog": "8.11.0",
22
- "@pioneer-platform/pioneer-nodes": "8.37.0",
23
- "@pioneer-platform/pioneer-caip": "9.27.0"
22
+ "@pioneer-platform/pioneer-caip": "9.27.5",
23
+ "@pioneer-platform/pioneer-nodes": "8.37.5"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^18.16.0",