@certik/skynet 0.10.16 → 0.10.17

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.10.16
3
+ ## 0.10.16 & 0.10.17
4
4
 
5
5
  - Removed verbose dev mode log for distributed lock
6
6
 
@@ -41,7 +41,7 @@ async function renewLock(uid) {
41
41
  return null;
42
42
  }
43
43
  } catch (fetchErr) {
44
- console.log("error fetching", fetchErr);
44
+ // console.log("error fetching", fetchErr);
45
45
 
46
46
  return null;
47
47
  }
@@ -72,7 +72,7 @@ async function hasLock(name, uid = null) {
72
72
  return true;
73
73
  }
74
74
  } catch (fetchErr) {
75
- console.log("error fetching", fetchErr);
75
+ // console.log("error fetching", fetchErr);
76
76
 
77
77
  return true;
78
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certik/skynet",
3
- "version": "0.10.16",
3
+ "version": "0.10.17",
4
4
  "description": "Skynet Shared JS library",
5
5
  "main": "index.js",
6
6
  "author": "CertiK Engineering",