Comparing version 11.0.3 to 12.0.0
@@ -15,3 +15,3 @@ # Dependency Licenses | ||
object-hash@~0.3.0 : MIT | ||
rttc@^8.1.5 : MIT | ||
rttc@^9.3.0 : MIT | ||
switchback@^2.0.0 : MIT | ||
@@ -18,0 +18,0 @@ ms@0.7.1 : MIT |
@@ -202,3 +202,4 @@ /** | ||
// Use the `isExemplar` property to determine how best to coerce the actual runtime value. | ||
// If `isExemplar` property is set, then we'll interpret the actual runtime value literally as an RTTC exemplar. | ||
// Otherwise, we'll assume it is a normal everyday value and coerce it into an exemplar. | ||
referencedActualVal = rttc.coerceExemplar(referencedActualVal, referencedInputDef.isExemplar); | ||
@@ -219,3 +220,4 @@ | ||
// Use the `isExemplar` property to determine how best to coerce the actual runtime value. | ||
// If `isExemplar` property is set, then we'll interpret the actual runtime value literally as an RTTC exemplar. | ||
// Otherwise, we'll assume it is a normal everyday value and coerce it into an exemplar. | ||
referencedActualVal = rttc.coerceExemplar(referencedActualVal, referencedInputDef.isExemplar); | ||
@@ -222,0 +224,0 @@ |
@@ -53,3 +53,2 @@ /** | ||
// if any inputs are invalid. | ||
// TODO: call a special '_failedInputValidation' exit here | ||
if(self._runTimeTypeCheck) { | ||
@@ -56,0 +55,0 @@ // Fourth argument (`true`) tells switchback to run synchronously |
@@ -319,3 +319,4 @@ /** | ||
// Use the `isExemplar` property to determine how best to coerce the actual runtime value. | ||
// If `isExemplar` property is set, then we'll interpret the actual runtime value literally as an RTTC exemplar. | ||
// Otherwise, we'll assume it is a normal everyday value and coerce it into an exemplar. | ||
referencedActualVal = rttc.coerceExemplar(referencedActualVal, referencedInputDef.isExemplar); | ||
@@ -347,5 +348,4 @@ | ||
// Use the `isExemplar` property to determine how best to coerce the actual runtime value. | ||
// (specifically, if `isExemplar` is set, literally interpret special rttc exemplar syntax-- | ||
// so "===" would be "ref" instead of "string") | ||
// If `isExemplar` property is set, then we'll interpret the actual runtime value literally as an RTTC exemplar. | ||
// Otherwise, we'll assume it is a normal everyday value and coerce it into an exemplar. | ||
referencedActualVal = rttc.coerceExemplar(referencedActualVal, referencedInputDef.isExemplar); | ||
@@ -352,0 +352,0 @@ |
{ | ||
"name": "machine", | ||
"version": "11.0.3", | ||
"version": "12.0.0", | ||
"description": "Configure and execute machines", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"object-hash": "~0.3.0", | ||
"rttc": "^8.1.5", | ||
"rttc": "^9.3.0", | ||
"switchback": "^2.0.0" | ||
@@ -39,0 +39,0 @@ }, |
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
107898
2337
+ Addedrttc@9.8.2(transitive)
- Removedrttc@8.1.7(transitive)
Updatedrttc@^9.3.0