@openfin/remote-adapter 41.100.29 → 41.100.30
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 +0 -10
- package/out/remote-adapter.js +9922 -9978
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -49,13 +49,3 @@ fin.me.interop = fin.Interop.connectSync('<HOST_APP_UUID>', {});
|
|
|
49
49
|
// Get an instance of fdc3 from using the getFDC3Sync api.
|
|
50
50
|
const fdc3 = fin.me.interop.getFDC3Sync('2.0');
|
|
51
51
|
```
|
|
52
|
-
|
|
53
|
-
## License
|
|
54
|
-
|
|
55
|
-
Copyright 2020-2023 OpenFin
|
|
56
|
-
|
|
57
|
-
The code in this package is distributed under the Apache License, Version 2.0.
|
|
58
|
-
|
|
59
|
-
However, if you run this code, it may call on the OpenFin RVM or OpenFin Runtime, which are covered by OpenFin's Developer, Community, and Enterprise licenses. You can learn more about OpenFin licensing at the links listed below or email us at support@openfin.co with questions.
|
|
60
|
-
|
|
61
|
-
- [Developer agreement](https://openfin.co/developer-agreement/)
|