@openfin/fdc3-api 40.82.6 → 40.82.7
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/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -9280,14 +9280,6 @@ declare interface NodeUserInfo {
|
|
|
9280
9280
|
homedir: string;
|
|
9281
9281
|
}
|
|
9282
9282
|
|
|
9283
|
-
declare interface NodeUserInfo {
|
|
9284
|
-
username: string;
|
|
9285
|
-
uid: number;
|
|
9286
|
-
gid: number;
|
|
9287
|
-
shell: string | null;
|
|
9288
|
-
homedir: string;
|
|
9289
|
-
}
|
|
9290
|
-
|
|
9291
9283
|
/**
|
|
9292
9284
|
* @interface
|
|
9293
9285
|
*/
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -9280,14 +9280,6 @@ declare interface NodeUserInfo {
|
|
|
9280
9280
|
homedir: string;
|
|
9281
9281
|
}
|
|
9282
9282
|
|
|
9283
|
-
declare interface NodeUserInfo {
|
|
9284
|
-
username: string;
|
|
9285
|
-
uid: number;
|
|
9286
|
-
gid: number;
|
|
9287
|
-
shell: string | null;
|
|
9288
|
-
homedir: string;
|
|
9289
|
-
}
|
|
9290
|
-
|
|
9291
9283
|
/**
|
|
9292
9284
|
* @interface
|
|
9293
9285
|
*/
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -9280,14 +9280,6 @@ declare interface NodeUserInfo {
|
|
|
9280
9280
|
homedir: string;
|
|
9281
9281
|
}
|
|
9282
9282
|
|
|
9283
|
-
declare interface NodeUserInfo {
|
|
9284
|
-
username: string;
|
|
9285
|
-
uid: number;
|
|
9286
|
-
gid: number;
|
|
9287
|
-
shell: string | null;
|
|
9288
|
-
homedir: string;
|
|
9289
|
-
}
|
|
9290
|
-
|
|
9291
9283
|
/**
|
|
9292
9284
|
* @interface
|
|
9293
9285
|
*/
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -9585,14 +9585,6 @@ declare interface NodeUserInfo {
|
|
|
9585
9585
|
homedir: string;
|
|
9586
9586
|
}
|
|
9587
9587
|
|
|
9588
|
-
declare interface NodeUserInfo {
|
|
9589
|
-
username: string;
|
|
9590
|
-
uid: number;
|
|
9591
|
-
gid: number;
|
|
9592
|
-
shell: string | null;
|
|
9593
|
-
homedir: string;
|
|
9594
|
-
}
|
|
9595
|
-
|
|
9596
9588
|
/**
|
|
9597
9589
|
* @interface
|
|
9598
9590
|
*/
|