@gem-sdk/core 1.41.0-dev.43 → 1.41.0-dev.48

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.
@@ -7055,6 +7055,7 @@ type OpenLinkControlType<T> = SharedControlType<T> & {
7055
7055
  target?: string;
7056
7056
  href: string;
7057
7057
  appName?: string;
7058
+ linkType?: 'openApp' | 'install';
7058
7059
  };
7059
7060
 
7060
7061
  type Option$2<T> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.41.0-dev.43",
3
+ "version": "1.41.0-dev.48",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",