@openfin/cloud-interop-core-api 0.0.1-alpha.fba3468 → 0.0.1-alpha.ffc0fe6

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/dist/index.cjs CHANGED
@@ -88,9 +88,6 @@ class CloudInteropAPI {
88
88
  payload: Buffer.from(JSON.stringify(this.#sessionDetails)),
89
89
  qos: 0,
90
90
  retain: false,
91
- properties: {
92
- willDelayInterval: 10,
93
- },
94
91
  },
95
92
  username: this.#sessionDetails.token,
96
93
  };
package/dist/index.mjs CHANGED
@@ -3852,9 +3852,6 @@ class CloudInteropAPI {
3852
3852
  payload: Buffer.from(JSON.stringify(this.#sessionDetails)),
3853
3853
  qos: 0,
3854
3854
  retain: false,
3855
- properties: {
3856
- willDelayInterval: 10,
3857
- },
3858
3855
  },
3859
3856
  username: this.#sessionDetails.token,
3860
3857
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/cloud-interop-core-api",
3
- "version": "0.0.1-alpha.fba3468",
3
+ "version": "0.0.1-alpha.ffc0fe6",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "files": [