altair-static 7.2.0 → 7.2.1
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.
- package/build/dist/main.js +4 -4
- package/build/index.d.ts +4 -0
- package/package.json +4 -4
package/build/index.d.ts
CHANGED
|
@@ -200,6 +200,10 @@ export interface SettingsState {
|
|
|
200
200
|
* Disable line numbers
|
|
201
201
|
*/
|
|
202
202
|
disableLineNumbers?: boolean;
|
|
203
|
+
/**
|
|
204
|
+
* Hides deprecated Doc items
|
|
205
|
+
*/
|
|
206
|
+
"doc.hideDeprecatedItems"?: boolean;
|
|
203
207
|
/**
|
|
204
208
|
* Specify custom theme config to override the specified theme values
|
|
205
209
|
*/
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "altair-static",
|
|
3
3
|
"description": "Static package for altair graphql client",
|
|
4
|
-
"version": "7.2.
|
|
4
|
+
"version": "7.2.1",
|
|
5
5
|
"author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design)",
|
|
6
6
|
"bugs": "https://github.com/altair-graphql/altair/issues",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@altairgraphql/app": "^7.2.
|
|
8
|
+
"@altairgraphql/app": "^7.2.1",
|
|
9
9
|
"@types/jest": "^24.0.23",
|
|
10
|
-
"altair-graphql-core": "^7.2.
|
|
10
|
+
"altair-graphql-core": "^7.2.1",
|
|
11
11
|
"dts-bundle-generator": "^6.11.0",
|
|
12
12
|
"esbuild": "^0.14.43",
|
|
13
13
|
"jest": "29.4.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type": "opencollective",
|
|
22
22
|
"url": "https://opencollective.com/altair"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "3da4b2d1af388358adab39ce386de29727bb01a8",
|
|
25
25
|
"homepage": "https://github.com/altair-graphql/altair#readme",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"altair",
|