@openfin/fdc3-api 42.100.57 → 42.100.59

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.
@@ -3070,7 +3070,6 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
3070
3070
  *
3071
3071
  */
3072
3072
  declare class Clipboard_2 extends Base {
3073
- #private;
3074
3073
  /**
3075
3074
  * Writes data into the clipboard as plain text
3076
3075
  * @param writeObj The object for writing data into the clipboard
@@ -3070,7 +3070,6 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
3070
3070
  *
3071
3071
  */
3072
3072
  declare class Clipboard_2 extends Base {
3073
- #private;
3074
3073
  /**
3075
3074
  * Writes data into the clipboard as plain text
3076
3075
  * @param writeObj The object for writing data into the clipboard
@@ -3070,7 +3070,6 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
3070
3070
  *
3071
3071
  */
3072
3072
  declare class Clipboard_2 extends Base {
3073
- #private;
3074
3073
  /**
3075
3074
  * Writes data into the clipboard as plain text
3076
3075
  * @param writeObj The object for writing data into the clipboard
package/out/fdc3-api.d.ts CHANGED
@@ -3126,7 +3126,6 @@ declare type ClientInfo = Omit<ClientIdentity, 'isLocalEndpointId'> & {
3126
3126
  *
3127
3127
  */
3128
3128
  declare class Clipboard_2 extends Base {
3129
- #private;
3130
3129
  /**
3131
3130
  * Writes data into the clipboard as plain text
3132
3131
  * @param writeObj The object for writing data into the clipboard
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "42.100.57",
3
+ "version": "42.100.59",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,