altair-graphql-core 5.2.11 → 5.2.13
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.
|
|
4
|
+
"version": "5.2.13",
|
|
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": "
|
|
59
|
+
"gitHead": "9ef6e27f6d287b6806255bc027834d58e62509d1"
|
|
60
60
|
}
|