blue-rings
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.3.2 | ||
// Generated by CoffeeScript 2.4.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ // Delta-state C(v)RDT |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.3.2 | ||
// Generated by CoffeeScript 2.4.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var LWWRegister; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.3.2 | ||
// Generated by CoffeeScript 2.4.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ // Delta-state C(v)RDT |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.3.2 | ||
// Generated by CoffeeScript 2.4.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var BlueRingAxon, BlueRingStore, assert, bigint_values, counter, integer_values, register, run, set; |
{ | ||
"name": "blue-rings", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Blue Rings: distributed counters", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@shimaore/axon": "^3.4.5" | ||
"@shimaore/axon": "^3.5.0" | ||
}, | ||
@@ -9,0 +9,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.3.2 | ||
// Generated by CoffeeScript 2.4.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var Axon, BlueRingAxon, DEFAULT_PORT, EventEmitter, PING_PACKET, nextTick, |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 2.3.2 | ||
// Generated by CoffeeScript 2.4.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var BlueRingNode, BlueRingStore, collect, expired, nextTick; |
@@ -14,3 +14,7 @@ {expect} = chai = require 'chai' | ||
port = Math.ceil 2000+10000*Math.random() | ||
tcp = (p) -> "tcp://127.0.0.1:#{p}" | ||
tcp = (p) -> | ||
if p % 2 | ||
"tcp://127.0.0.1:#{p}" | ||
else | ||
"tcp6://[::1]:#{p}" | ||
@@ -17,0 +21,0 @@ run_with = (type,Value) -> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
122883
Updated@shimaore/axon@^3.5.0