omron-fins
Advanced tools
Comparing version 0.3.0-beta.0 to 0.3.0-beta.1
@@ -85,3 +85,2 @@ module.exports = SequenceManager; | ||
function close () { | ||
//console.debug("cleaning up "); | ||
if (self.mspTimer) clearInterval(self.mspTimer); | ||
@@ -94,3 +93,4 @@ } | ||
stats, | ||
reset | ||
reset, | ||
close | ||
}; | ||
@@ -97,0 +97,0 @@ }; |
{ | ||
"name": "omron-fins", | ||
"description": "Node.js implementation of the Omron FINS protocol", | ||
"version": "0.3.0-beta.0", | ||
"version": "0.3.0-beta.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "author": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
72015