@openfin/fdc3-api 37.80.38 → 37.81.19

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/README.md CHANGED
@@ -6,6 +6,8 @@ OpenFin FDC3 Client Library.
6
6
 
7
7
  This package takes a reference to `fin` and uses the interop client found on `fin.me.interop` to instantiate an object matching the fdc3 spec.
8
8
 
9
+ ** This package has been deprecated. Please use the `InteropClient.getFDC3` method instead. **
10
+
9
11
  ```typescript
10
12
  import { fdc3FromFin } from '@openfin/fdc3-api';
11
13