@good-fences/api
Advanced tools
Comparing version 0.14.2 to 0.15.0
@@ -5,5 +5,5 @@ { | ||
{ | ||
"date": "Mon, 19 Aug 2024 23:17:37 GMT", | ||
"version": "0.14.2", | ||
"tag": "@good-fences/api_v0.14.2", | ||
"date": "Mon, 19 Aug 2024 23:19:11 GMT", | ||
"version": "0.15.0", | ||
"tag": "@good-fences/api_v0.15.0", | ||
"comments": { | ||
@@ -17,2 +17,10 @@ "patch": [ | ||
} | ||
], | ||
"minor": [ | ||
{ | ||
"author": "Maxwell.HuangHobbs@microsoft.com", | ||
"package": "@good-fences/api", | ||
"commit": "6afa7ace68125e46bc7d8d54f5bacc952f85c28c", | ||
"comment": "add report_exported_items flag to gate reporting exported items" | ||
} | ||
] | ||
@@ -19,0 +27,0 @@ } |
# Change Log - @good-fences/api | ||
This log was last generated on Mon, 19 Aug 2024 23:17:37 GMT and should not be manually modified. | ||
This log was last generated on Mon, 19 Aug 2024 23:19:11 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.14.2 | ||
## 0.15.0 | ||
Mon, 19 Aug 2024 23:17:37 GMT | ||
Mon, 19 Aug 2024 23:19:11 GMT | ||
### Minor changes | ||
- add report_exported_items flag to gate reporting exported items (Maxwell.HuangHobbs@microsoft.com) | ||
### Patches | ||
@@ -12,0 +16,0 @@ |
@@ -7,2 +7,3 @@ /* tslint:disable */ | ||
export interface FindUnusedItemsConfig { | ||
reportExportedItems: boolean | ||
pathsToRead: Array<string> | ||
@@ -9,0 +10,0 @@ tsConfigPath: string |
{ | ||
"name": "@good-fences/api", | ||
"version": "0.14.2", | ||
"version": "0.15.0", | ||
"main": "index.js", | ||
@@ -47,7 +47,7 @@ "types": "index.d.ts", | ||
"optionalDependencies": { | ||
"@good-fences/api-win32-x64-msvc": "0.14.2", | ||
"@good-fences/api-darwin-x64": "0.14.2", | ||
"@good-fences/api-linux-x64-gnu": "0.14.2", | ||
"@good-fences/api-darwin-arm64": "0.14.2" | ||
"@good-fences/api-win32-x64-msvc": "0.15.0", | ||
"@good-fences/api-darwin-x64": "0.15.0", | ||
"@good-fences/api-linux-x64-gnu": "0.15.0", | ||
"@good-fences/api-darwin-arm64": "0.15.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
319276
969