@bitdiver/model
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -73,2 +73,9 @@ 'use strict'; | ||
this.data = undefined; | ||
// This is set by the runner. The number of this stepin the list of all the steps | ||
// Start with '1' | ||
this.countCurrent = 0; | ||
// This is set by the runner. How many steps to be excuted in this run | ||
this.countAll = 0; | ||
} | ||
@@ -75,0 +82,0 @@ |
{ | ||
"name": "@bitdiver/model", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
46805
883