@gem-sdk/core 1.9.55 → 1.9.59

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.
@@ -852,6 +852,7 @@ type ComponentSetting<P extends BaseProps> = {
852
852
  notAppendBeforeAfter?: boolean;
853
853
  flowTag?: string[];
854
854
  flowPage?: string;
855
+ notAppendTags?: string[];
855
856
  };
856
857
  sideBar?: {
857
858
  hide?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.9.55",
3
+ "version": "1.9.59",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",