@pioneer-platform/nodes 8.1.33 → 8.1.35
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.
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -74,7 +74,7 @@ var get_unchaineds = function () {
|
|
74
74
|
try {
|
75
75
|
// unchaineds filter
|
76
76
|
var unchaineds = seeds_1.shapeshift.filter(function (node) { return node.type === "unchained"; });
|
77
|
-
console.log(tag, "unchaineds: ", unchaineds);
|
77
|
+
//console.log(tag, "unchaineds: ", unchaineds);
|
78
78
|
//all networks
|
79
79
|
var allNetworks = [];
|
80
80
|
var swaggersByNetwork = {};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pioneer-platform/nodes",
|
3
|
-
"version": "8.1.
|
3
|
+
"version": "8.1.35",
|
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": "
|
37
|
+
"gitHead": "e52d6845c76eee330b92383c1cadf9be1ee7c9eb"
|
38
38
|
}
|