@good-fences/api
Advanced tools
Comparing version 0.13.1 to 0.13.2
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Thu, 18 Apr 2024 00:06:17 GMT", | ||
"date": "Tue, 21 May 2024 21:28:35 GMT", | ||
"version": "0.13.2", | ||
"tag": "@good-fences/api_v0.13.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "edgarivanv@microsoft.com", | ||
"package": "@good-fences/api", | ||
"commit": "2df0639ffcb7dbfc426b10e5cb3c5293deaf079a", | ||
"comment": "Fixed issue preventing unused-finder work on newly-created codespaces" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 18 Apr 2024 00:06:46 GMT", | ||
"version": "0.13.1", | ||
@@ -8,0 +23,0 @@ "tag": "@good-fences/api_v0.13.1", |
# Change Log - @good-fences/api | ||
This log was last generated on Thu, 18 Apr 2024 00:06:17 GMT and should not be manually modified. | ||
This log was last generated on Tue, 21 May 2024 21:28:35 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.13.2 | ||
Tue, 21 May 2024 21:28:35 GMT | ||
### Patches | ||
- Fixed issue preventing unused-finder work on newly-created codespaces (edgarivanv@microsoft.com) | ||
## 0.13.1 | ||
Thu, 18 Apr 2024 00:06:17 GMT | ||
Thu, 18 Apr 2024 00:06:46 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -57,2 +57,3 @@ /* tslint:disable */ | ||
findUnusedItems(filesToCheck: Array<string>): UnusedFinderReport | ||
findAllUnusedItems(): UnusedFinderReport | ||
} | ||
@@ -59,0 +60,0 @@ export class GoodFencesResult { |
{ | ||
"name": "@good-fences/api", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"main": "index.js", | ||
@@ -46,7 +46,7 @@ "types": "index.d.ts", | ||
"optionalDependencies": { | ||
"@good-fences/api-win32-x64-msvc": "0.13.1", | ||
"@good-fences/api-darwin-x64": "0.13.1", | ||
"@good-fences/api-linux-x64-gnu": "0.13.1", | ||
"@good-fences/api-darwin-arm64": "0.13.1" | ||
"@good-fences/api-win32-x64-msvc": "0.13.2", | ||
"@good-fences/api-darwin-x64": "0.13.2", | ||
"@good-fences/api-linux-x64-gnu": "0.13.2", | ||
"@good-fences/api-darwin-arm64": "0.13.2" | ||
} | ||
} |
@@ -78,5 +78,5 @@ #! /usr/bin/env node | ||
}); | ||
console.log(report.findUnusedItems([]).unusedFiles); | ||
console.log(report.findAllUnusedItems().unusedFiles); | ||
// report.unusedFiles.forEach((file) => { | ||
// console.log(file); | ||
// }); |
Sorry, the diff of this file is not supported yet
305069
889