🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@fluentui/api-docs

Package Overview
Dependencies
Maintainers
12
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/api-docs - npm Package Compare versions

Comparing version
8.2.21
to
8.2.22
+10
-1
CHANGELOG.md
# Change Log - @fluentui/api-docs
This log was last generated on Mon, 19 Jun 2023 07:36:38 GMT and should not be manually modified.
This log was last generated on Wed, 05 Jun 2024 07:23:46 GMT and should not be manually modified.
<!-- Start content -->
## [8.2.22](https://github.com/microsoft/fluentui/tree/@fluentui/api-docs_v8.2.22)
Wed, 05 Jun 2024 07:23:46 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/api-docs_v8.2.11..@fluentui/api-docs_v8.2.22)
### Patches
- chore: bump api-extractor-model in order to migrate to TS 4.9 ([PR #31496](https://github.com/microsoft/fluentui/pull/31496) by martinhochel@microsoft.com)
## [8.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/api-docs_v8.2.11)

@@ -8,0 +17,0 @@

+3
-3

@@ -24,3 +24,3 @@ /**

/** Map from group name to page names */
export declare type PageGroups = {
export type PageGroups = {
[groupName: string]: string[];

@@ -36,3 +36,3 @@ };

}
export declare type ApiKind = 'interface' | 'enum' | 'class' | 'typeAlias';
export type ApiKind = 'interface' | 'enum' | 'class' | 'typeAlias';
/**

@@ -79,3 +79,3 @@ * Info for a table representing a top-level API item: interface, enum, class, or type alias.

*/
export declare type IEnumTableRowJson = Omit<ITableRowJson, 'kind' | 'typeTokens' | 'defaultValue' | 'required'> & {
export type IEnumTableRowJson = Omit<ITableRowJson, 'kind' | 'typeTokens' | 'defaultValue' | 'required'> & {
value: string;

@@ -82,0 +82,0 @@ };

{
"name": "@fluentui/api-docs",
"version": "8.2.21",
"version": "8.2.22",
"description": "Transforms API Extractor .api.json files into .page.json files",

@@ -24,6 +24,6 @@ "repository": {

"dependencies": {
"@microsoft/api-extractor-model": "7.24.2",
"@microsoft/tsdoc": "0.14.1",
"@microsoft/api-extractor-model": "7.26.9",
"@microsoft/tsdoc": "0.14.2",
"fs-extra": "^8.1.0"
}
}

Sorry, the diff of this file is too big to display