pathchain 1.1.29 → 1.1.30

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/getter.js +2 -2
  2. package/package.json +1 -1
package/getter.js CHANGED
@@ -166,7 +166,7 @@ function getObj(xaddress) {
166
166
  const filePath = `files/${xaddress}`;
167
167
 
168
168
  var splitted_address = xaddress.split("/");
169
- // console.log("Splitted address: ", splitted_address);
169
+ console.log("Splitted address: ", splitted_address);
170
170
  var obj_type = splitted_address[splitted_address.length - 2];
171
171
  console.log("Retrieving object of type: ", obj_type);
172
172
 
@@ -208,7 +208,7 @@ function getObj(xaddress) {
208
208
  */
209
209
  function getType(xaddress) {
210
210
  var splitted_address = xaddress.split("/");
211
- // console.log("Splitted address: ", splitted_address);
211
+ console.log("Splitted address: ", splitted_address);
212
212
  var obj_type = splitted_address[splitted_address.length - 2];
213
213
  console.log("Retrieving object of type: ", obj_type);
214
214
 
package/package.json CHANGED
@@ -34,5 +34,5 @@
34
34
  "deprecated": false,
35
35
  "description": "![image](https://user-images.githubusercontent.com/104391124/282268780-cbbc1ee6-8d97-4d80-b896-66ae3eb723dd.png)",
36
36
  "name": "pathchain",
37
- "version": "1.1.29"
37
+ "version": "1.1.30"
38
38
  }