@sassoftware/restaflib
Advanced tools
Comparing version 2.0.9 to 2.1.0
{ | ||
"name": "@sassoftware/restaflib", | ||
"version": "2.0.9", | ||
"version": "2.1.0", | ||
"description": "collection of useful functions for common scenarios", | ||
@@ -5,0 +5,0 @@ "main": "./lib/restaflib.js", |
@@ -41,3 +41,3 @@ /* | ||
import masRun from './masRun'; | ||
import masAddModel from './masAddModel'; | ||
import print from './print'; | ||
@@ -77,2 +77,3 @@ | ||
masSetup, | ||
masAddModel, | ||
masDescribe, | ||
@@ -79,0 +80,0 @@ masRun, |
@@ -23,9 +23,9 @@ /* | ||
let { microanalyticScore } = await store.addServices('microanalyticScore'); | ||
let steps = []; | ||
if (models != null) { | ||
for (let i=0; i < models.length; i++) { | ||
let m = models[i]; | ||
let result = await getScoreStep(store, microanalyticScore, m); | ||
steps[m] = result; | ||
let m = models[ i ]; | ||
let result = await getScoreStep(store, microanalyticScore, m); | ||
steps[ m ] = result; | ||
} | ||
@@ -37,3 +37,2 @@ } else { | ||
let m = modList.itemsList(i); | ||
console.log(m); | ||
let result = await store.apiCall(modList.itemsCmd(m, 'steps')); | ||
@@ -40,0 +39,0 @@ steps[ m ] = result; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1201552
53
6815