@openfin/fdc3-api 40.82.5 → 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.
@@ -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
  */
@@ -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
  */
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "40.82.5",
3
+ "version": "40.82.7",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,