npm-groovy-lint 13.0.2-beta202312061143.0 → 13.0.3-beta202312070716.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,8 +108,7 @@ class NpmGroovyLint {
108
108
  }
109
109
 
110
110
  await fs.remove(this.tmpGroovyFileName);
111
- console.log(`GroovyLint: Removed temp file ${this.tmpGroovyFileName} as it is not longer used`);
112
- debug(`Removed temp file ${this.tmpGroovyFileName} as it is not longer used`);
111
+ debug(`Removed temp file ${this.tmpGroovyFileName} as it is not longer used :)`);
113
112
  this.tmpGroovyFileName = null;
114
113
  }
115
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-groovy-lint",
3
- "version": "13.0.2-beta202312061143.0",
3
+ "version": "13.0.3-beta202312070716.0",
4
4
  "description": "Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files",
5
5
  "main": "index.js",
6
6
  "scripts": {