@good-fences/api
Advanced tools
Comparing version
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Tue, 17 Oct 2023 20:48:02 GMT", | ||
"date": "Wed, 18 Oct 2023 02:57:13 GMT", | ||
"version": "0.8.0", | ||
"tag": "@good-fences/api_v0.8.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "edgar21_9@hotmail.com", | ||
"package": "@good-fences/api", | ||
"commit": "f1cba93cbabd0f6f96c73fe89f2fbae9c961dafe", | ||
"comment": "Added report struct to improve error handling in owa-build" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 17 Oct 2023 20:48:23 GMT", | ||
"version": "0.7.0", | ||
@@ -8,0 +23,0 @@ "tag": "@good-fences/api_v0.7.0", |
# Change Log - @good-fences/api | ||
This log was last generated on Tue, 17 Oct 2023 20:48:02 GMT and should not be manually modified. | ||
This log was last generated on Wed, 18 Oct 2023 02:57:13 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.8.0 | ||
Wed, 18 Oct 2023 02:57:13 GMT | ||
### Minor changes | ||
- Added report struct to improve error handling in owa-build (edgar21_9@hotmail.com) | ||
## 0.7.0 | ||
Tue, 17 Oct 2023 20:48:02 GMT | ||
Tue, 17 Oct 2023 20:48:23 GMT | ||
@@ -11,0 +19,0 @@ ### Minor changes |
@@ -15,2 +15,6 @@ /* tslint:disable */ | ||
} | ||
export interface UnusedFinderReport { | ||
unusedFiles: Array<string> | ||
unusedFilesItems: Record<string, Array<string>> | ||
} | ||
export const enum ExternalFences { | ||
@@ -42,3 +46,3 @@ Include = 0, | ||
*/ | ||
export function findUnusedItems(config: FindUnusedItemsConfig): Array<string> | ||
export function findUnusedItems(config: FindUnusedItemsConfig): UnusedFinderReport | ||
export class GoodFencesResult { | ||
@@ -45,0 +49,0 @@ resultType: GoodFencesResultType |
{ | ||
"name": "@good-fences/api", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"main": "index.js", | ||
@@ -42,6 +42,6 @@ "types": "index.d.ts", | ||
"optionalDependencies": { | ||
"@good-fences/api-win32-x64-msvc": "0.7.0", | ||
"@good-fences/api-darwin-x64": "0.7.0", | ||
"@good-fences/api-linux-x64-gnu": "0.7.0" | ||
"@good-fences/api-win32-x64-msvc": "0.8.0", | ||
"@good-fences/api-darwin-x64": "0.8.0", | ||
"@good-fences/api-linux-x64-gnu": "0.8.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
286130
0.57%784
2.48%