dslop 1.3.0 → 1.3.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.3.1
4
+
5
+ [compare changes](https://github.com/turf-sports/dslop/compare/v1.3.0...v1.3.1)
6
+
7
+ ### 🏡 Chore
8
+
9
+ - Remove verbose comments ([1fa02d6](https://github.com/turf-sports/dslop/commit/1fa02d6))
10
+
11
+ ### ❤️ Contributors
12
+
13
+ - Siddharth Sharma <sharmasiddharthcs@gmail.com>
14
+
3
15
  ## v1.3.0
4
16
 
5
17
 
package/dist/index.js CHANGED
@@ -6561,7 +6561,7 @@ async function scanDirectory(targetPath, options) {
6561
6561
  }
6562
6562
 
6563
6563
  // index.ts
6564
- var VERSION = process.env.npm_package_version || "1.3.0";
6564
+ var VERSION = process.env.npm_package_version || "1.3.1";
6565
6565
  function getChangedFiles(targetPath) {
6566
6566
  const absolutePath = path4.resolve(targetPath);
6567
6567
  const files = new Set;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dslop",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Detect Similar/Duplicate Lines Of Programming - Find code duplication in your codebase",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",