@gem-sdk/core 13.1.3 → 13.1.6

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.
@@ -36311,6 +36311,7 @@ type SettingUIControl = {
36311
36311
  options?: {
36312
36312
  fullWidth?: boolean;
36313
36313
  onlyShowInTags?: string[];
36314
+ notShowInTags?: string[];
36314
36315
  target?: 'tab';
36315
36316
  disableMessage?: string;
36316
36317
  nearestSupportedPlan?: Plan;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "13.1.3",
3
+ "version": "13.1.6",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",