Comparing version 3.1.2 to 3.1.3
@@ -137,3 +137,3 @@ /** | ||
if(this.needInit) this.send('requestInit') | ||
else this.send('edit', this.sentEdit.pack()) // this is a reconnect! | ||
else if(this.sentEdit) this.send('edit', this.sentEdit.pack()) // this is a reconnect! | ||
this.sentCredentials = true | ||
@@ -140,0 +140,0 @@ cb() |
{ | ||
"name": "gulf", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "transport-agnostic operational transformation control layer", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
92441