@live-change/framework
Advanced tools
Comparing version 0.4.11 to 0.4.12
@@ -147,3 +147,3 @@ const Model = require("./Model.js") | ||
this.commandQueue.addCommandHandler(actionName, async (command) => { | ||
const profileOp = this.profileLog.begin({ operation: 'queueCommand', commandType: actionName, | ||
const profileOp = await this.profileLog.begin({ operation: 'queueCommand', commandType: actionName, | ||
commandId: command.id, client: command.client }) | ||
@@ -150,0 +150,0 @@ const reportFinished = action.definition.waitForEvents ? 'command_'+command.id : undefined |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"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
156745