@gem-sdk/core 2.0.0-dev.504 → 2.0.0-dev.508

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.
@@ -33,6 +33,10 @@
33
33
  id
34
34
  value
35
35
  }
36
+ metafields {
37
+ key
38
+ value
39
+ }
36
40
  }
37
41
  `;
38
42
 
@@ -31,6 +31,10 @@
31
31
  id
32
32
  value
33
33
  }
34
+ metafields {
35
+ key
36
+ value
37
+ }
34
38
  }
35
39
  `;
36
40
 
@@ -36325,6 +36325,7 @@ type SettingUICompo = {
36325
36325
  iconPrefix?: string;
36326
36326
  disableScrollbar?: boolean;
36327
36327
  capitalizeDisplayValue?: boolean;
36328
+ isTypoValue?: boolean;
36328
36329
  enableCheckSettingsValue?: boolean;
36329
36330
  };
36330
36331
  type SettingUIMoreSetting = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.504",
3
+ "version": "2.0.0-dev.508",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",