@gem-sdk/core 1.50.0-staging.14 → 1.50.0-staging.15

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.
@@ -7333,6 +7333,7 @@ type Option$2<T> = {
7333
7333
  tooltip?: string;
7334
7334
  type?: string;
7335
7335
  note?: string;
7336
+ maxOption?: number;
7336
7337
  };
7337
7338
  type Mapped$3<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
7338
7339
  id: K;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.50.0-staging.14",
3
+ "version": "1.50.0-staging.15",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",