burp-brightscript
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -0,1 +1,7 @@ | ||
#### 0.4.2 (2020-07-09) | ||
##### Bug Fixes | ||
* **FileProcessor:** Removes erroneous log output (70e6b458) | ||
#### 0.4.1 (2020-07-09) | ||
@@ -2,0 +8,0 @@ |
@@ -110,3 +110,2 @@ "use strict"; | ||
line = line.replace(new RegExp(replacement.regex, 'ig'), replacementValue); | ||
console.log(line); | ||
isDirty = true; | ||
@@ -113,0 +112,0 @@ } |
{ | ||
"name": "burp-brightscript", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "lightweight processor for roku brightscript projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
62525
742