@live-change/framework
Advanced tools
Comparing version 0.8.109 to 0.8.110
@@ -31,3 +31,3 @@ class ExecutionQueue { | ||
runNext() { | ||
if(this.nextRoutines.length == 0) { | ||
if(this.nextRoutines.length === 0) { | ||
this.running = false | ||
@@ -34,0 +34,0 @@ setTimeout(() => { if(!this.running && this.queues) this.queues.delete(this.key) }, 500) |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.8.109", | ||
"version": "0.8.110", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -25,6 +25,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@live-change/dao": "^0.8.109", | ||
"@live-change/uid": "^0.8.109" | ||
"@live-change/dao": "^0.8.110", | ||
"@live-change/uid": "^0.8.110" | ||
}, | ||
"gitHead": "075bf3759fae6c40fb8e44d77d9f12c5c175e098" | ||
"gitHead": "8af31d640f43b00b2874f2c70fa4d4486541adfe" | ||
} |
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
187424