@pioneer-platform/nodes 8.1.31 → 8.1.33

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -82,7 +82,7 @@ var get_unchaineds = function () {
82
82
  var wssByNetwork = {};
83
83
  for (var i = 0; i < unchaineds.length; i++) {
84
84
  var unchaind = unchaineds[i];
85
- log.info(tag, "unchaind: ", unchaind.network);
85
+ log.debug(tag, "unchaind: ", unchaind.network);
86
86
  if (!allNetworks.includes(unchaind.network))
87
87
  allNetworks.push(unchaind.network);
88
88
  if (unchaind.swagger)
@@ -96,7 +96,7 @@ var get_unchaineds = function () {
96
96
  for (var i = 0; i < allNetworks.length; i++) {
97
97
  var network = allNetworks[i];
98
98
  var caip = shortListNameToCaip[network];
99
- log.info(tag, "caip: ", caip);
99
+ log.debug(tag, "caip: ", caip);
100
100
  //build unchaineds
101
101
  var unchainedEntry = {
102
102
  caip: caip,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.1.31",
3
+ "version": "8.1.33",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -34,5 +34,5 @@
34
34
  "ts-jest": "^29.0.5",
35
35
  "typescript": "^5.0.2"
36
36
  },
37
- "gitHead": "e1212fa842d8371740282be3f0cce4d32aff3201"
37
+ "gitHead": "b3f4397d3cd70785456466ce8ffdc2c5976b8b43"
38
38
  }