altair-graphql-core 5.2.12 → 5.2.14

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.
@@ -102,6 +102,10 @@ export interface SettingsState {
102
102
  * @default []
103
103
  */
104
104
  'script.allowedCookies'?: string[];
105
+ /**
106
+ * Enable the scrollbar in the tab list
107
+ */
108
+ enableTablistScrollbar?: boolean;
105
109
  }
106
110
  export {};
107
111
  //# sourceMappingURL=settings.interfaces.d.ts.map
@@ -102,6 +102,10 @@ export interface SettingsState {
102
102
  * @default []
103
103
  */
104
104
  'script.allowedCookies'?: string[];
105
+ /**
106
+ * Enable the scrollbar in the tab list
107
+ */
108
+ enableTablistScrollbar?: boolean;
105
109
  }
106
110
  export {};
107
111
  //# sourceMappingURL=settings.interfaces.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "altair-graphql-core",
3
3
  "description": "Several of the core logic for altair graphql client",
4
- "version": "5.2.12",
4
+ "version": "5.2.14",
5
5
  "author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design)",
6
6
  "bugs": "https://github.com/altair-graphql/altair/issues",
7
7
  "dependencies": {
@@ -56,5 +56,5 @@
56
56
  "test": "echo \"Error: no test specified\" && exit 0"
57
57
  },
58
58
  "types": "./build/index.d.ts",
59
- "gitHead": "08033fe9d08a1df74767face6bcc5e015df5f119"
59
+ "gitHead": "951a1b2325b3d210023fddf71064aec412d2d566"
60
60
  }