@live-change/framework
Advanced tools
Comparing version 0.3.16 to 0.3.17
@@ -174,3 +174,5 @@ const ReactiveDao = require("@live-change/dao") | ||
} | ||
return Promise.all(promises) | ||
const result = await Promise.all(promises) | ||
console.log("TRIGGER FINISHED!", result) | ||
return result | ||
} | ||
@@ -177,0 +179,0 @@ |
@@ -236,2 +236,3 @@ const utils = require("../utils.js") | ||
let data = {} | ||
console.log("PARAMS", params) | ||
for (let k in stepProperties) data[k] = params[k] | ||
@@ -238,0 +239,0 @@ if(nextStep) { |
@@ -28,2 +28,3 @@ const Model = require('./Model.js') | ||
if(prop.type == Object) { | ||
if(!parameter) return null | ||
return await prepareParameters(parameter, prop.properties) | ||
@@ -30,0 +31,0 @@ } |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"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
122761
3402