@live-change/framework
Advanced tools
Comparing version 0.4.43 to 0.4.44
@@ -43,3 +43,3 @@ const KeyBasedExecutionQueues = require('../utils/KeyBasedExecutionQueues.js') | ||
routine.key = keyFunction(command) | ||
const promise = service.keyBasedCommandQueues.queue(routine) | ||
const promise = service.keyBasedExecutionQueues.queue(routine) | ||
await service.profileLog.endPromise(profileOp, promise) | ||
@@ -46,0 +46,0 @@ return promise |
@@ -57,3 +57,3 @@ const KeyBasedExecutionQueues = require('../utils/KeyBasedExecutionQueues.js') | ||
console.log("TRIGGER QUEUE KEY", routine.key) | ||
const promise = service.keyBasedTriggerQueues.queue(routine) | ||
const promise = service.keyBasedExecutionQueues.queue(routine) | ||
await service.profileLog.endPromise(profileOp, promise) | ||
@@ -60,0 +60,0 @@ return promise |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.4.43", | ||
"version": "0.4.44", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
157631