@certik/skynet 0.10.15 → 0.10.16

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,20 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.10.16
4
+
5
+ - Removed verbose dev mode log for distributed lock
6
+
3
7
  ## 0.10.15
4
8
 
5
- - Update packages
9
+ - Updated packages
6
10
 
7
11
  ## 0.10.14
8
12
 
9
- - Fix Ably message bottleneck wait time
13
+ - Fixed Ably message bottleneck wait time
10
14
 
11
15
  ## 0.10.13
12
16
 
13
- - Initialize Ably after user request publishing messages
14
-
15
- - Increase wait time for Ably message sending bottleneck
17
+ - Initialized Ably after user request publishing messages
16
18
 
17
- - Update packages
19
+ - Increased wait time for Ably message sending bottleneck
18
20
 
19
21
  ## 0.10.12
20
22
 
@@ -21,7 +21,7 @@ async function acquireLock(name, ttl) {
21
21
  return null;
22
22
  }
23
23
  } catch (fetchErr) {
24
- console.log("error fetching", fetchErr);
24
+ // console.log("error fetching", fetchErr);
25
25
 
26
26
  return null;
27
27
  }
package/examples/api CHANGED
File without changes
package/examples/consumer CHANGED
File without changes
package/examples/indexer CHANGED
File without changes
File without changes
package/examples/producer CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certik/skynet",
3
- "version": "0.10.15",
3
+ "version": "0.10.16",
4
4
  "description": "Skynet Shared JS library",
5
5
  "main": "index.js",
6
6
  "author": "CertiK Engineering",