@morgan-stanley/composeui-fdc3 0.1.0-alpha.10 → 0.1.0-alpha.11

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.
@@ -135,7 +135,7 @@
135
135
  /**
136
136
  * @license
137
137
  * author: Morgan Stanley
138
- * composeui-messaging-abstractions.js v0.1.0-alpha.10
138
+ * composeui-messaging-abstractions.js v0.1.0-alpha.11
139
139
  * Released under the Apache-2.0 license.
140
140
  */
141
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morgan-stanley/composeui-fdc3",
3
- "version": "0.1.0-alpha.10",
3
+ "version": "0.1.0-alpha.11",
4
4
  "private": false,
5
5
  "description": "FDC3 DesktopAgent implementation for Compose UI",
6
6
  "type": "module",
@@ -41,5 +41,5 @@
41
41
  "typescript": "^5.3.3",
42
42
  "vitest": "^2.0.0"
43
43
  },
44
- "gitHead": "2539727029299e6efc9a65eb7640988821885677"
44
+ "gitHead": "85e43dfe80fbc27986266263d1959fcae91110ac"
45
45
  }