stellate 2.15.0 → 2.16.0
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/dist/bin.js +565 -565
- package/dist/index.d.ts +13 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const inputSchema: z.ZodObject<{
|
|
|
106
106
|
enabled: boolean;
|
|
107
107
|
}>>>;
|
|
108
108
|
cacheIntrospection: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
109
|
+
blockIntrospection: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
109
110
|
injectHeaders: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
110
111
|
devPortal: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
111
112
|
enabled: z.ZodBoolean;
|
|
@@ -169,10 +170,13 @@ declare const inputSchema: z.ZodObject<{
|
|
|
169
170
|
}>>>;
|
|
170
171
|
partialQueryCaching: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
171
172
|
enabled: z.ZodBoolean;
|
|
173
|
+
experimentalDeferSupport: z.ZodOptional<z.ZodBoolean>;
|
|
172
174
|
}, "strip", z.ZodTypeAny, {
|
|
173
175
|
enabled: boolean;
|
|
176
|
+
experimentalDeferSupport?: boolean | undefined;
|
|
174
177
|
}, {
|
|
175
178
|
enabled: boolean;
|
|
179
|
+
experimentalDeferSupport?: boolean | undefined;
|
|
176
180
|
}>>>;
|
|
177
181
|
ignoreOriginCacheControl: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
178
182
|
queryDepthLimit: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -976,6 +980,7 @@ declare const inputSchema: z.ZodObject<{
|
|
|
976
980
|
enabled: boolean;
|
|
977
981
|
} | null | undefined;
|
|
978
982
|
cacheIntrospection?: boolean | null | undefined;
|
|
983
|
+
blockIntrospection?: boolean | null | undefined;
|
|
979
984
|
injectHeaders?: boolean | null | undefined;
|
|
980
985
|
devPortal?: {
|
|
981
986
|
enabled: boolean;
|
|
@@ -995,6 +1000,7 @@ declare const inputSchema: z.ZodObject<{
|
|
|
995
1000
|
} | null | undefined;
|
|
996
1001
|
partialQueryCaching?: {
|
|
997
1002
|
enabled: boolean;
|
|
1003
|
+
experimentalDeferSupport?: boolean | undefined;
|
|
998
1004
|
} | null | undefined;
|
|
999
1005
|
ignoreOriginCacheControl?: boolean | null | undefined;
|
|
1000
1006
|
queryDepthLimit?: number | null | undefined;
|
|
@@ -1211,6 +1217,7 @@ declare const inputSchema: z.ZodObject<{
|
|
|
1211
1217
|
enabled: boolean;
|
|
1212
1218
|
} | null | undefined;
|
|
1213
1219
|
cacheIntrospection?: boolean | null | undefined;
|
|
1220
|
+
blockIntrospection?: boolean | null | undefined;
|
|
1214
1221
|
injectHeaders?: boolean | null | undefined;
|
|
1215
1222
|
devPortal?: {
|
|
1216
1223
|
enabled: boolean;
|
|
@@ -1230,6 +1237,7 @@ declare const inputSchema: z.ZodObject<{
|
|
|
1230
1237
|
} | null | undefined;
|
|
1231
1238
|
partialQueryCaching?: {
|
|
1232
1239
|
enabled: boolean;
|
|
1240
|
+
experimentalDeferSupport?: boolean | undefined;
|
|
1233
1241
|
} | null | undefined;
|
|
1234
1242
|
ignoreOriginCacheControl?: boolean | null | undefined;
|
|
1235
1243
|
queryDepthLimit?: number | null | undefined;
|
|
@@ -1507,10 +1515,13 @@ declare const environmentsSchema: z__default.ZodRecord<z__default.ZodString, z__
|
|
|
1507
1515
|
}>>>;
|
|
1508
1516
|
readonly partialQueryCaching: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
1509
1517
|
enabled: z__default.ZodBoolean;
|
|
1518
|
+
experimentalDeferSupport: z__default.ZodOptional<z__default.ZodBoolean>;
|
|
1510
1519
|
}, "strip", z__default.ZodTypeAny, {
|
|
1511
1520
|
enabled: boolean;
|
|
1521
|
+
experimentalDeferSupport?: boolean | undefined;
|
|
1512
1522
|
}, {
|
|
1513
1523
|
enabled: boolean;
|
|
1524
|
+
experimentalDeferSupport?: boolean | undefined;
|
|
1514
1525
|
}>>>;
|
|
1515
1526
|
readonly rateLimit: z__default.ZodNullable<z__default.ZodOptional<z__default.ZodObject<{
|
|
1516
1527
|
name: z__default.ZodString;
|
|
@@ -1878,6 +1889,7 @@ declare const environmentsSchema: z__default.ZodRecord<z__default.ZodString, z__
|
|
|
1878
1889
|
} | null | undefined;
|
|
1879
1890
|
readonly partialQueryCaching?: {
|
|
1880
1891
|
enabled: boolean;
|
|
1892
|
+
experimentalDeferSupport?: boolean | undefined;
|
|
1881
1893
|
} | null | undefined;
|
|
1882
1894
|
readonly rateLimit?: {
|
|
1883
1895
|
name: string;
|
|
@@ -1983,6 +1995,7 @@ declare const environmentsSchema: z__default.ZodRecord<z__default.ZodString, z__
|
|
|
1983
1995
|
} | null | undefined;
|
|
1984
1996
|
readonly partialQueryCaching?: {
|
|
1985
1997
|
enabled: boolean;
|
|
1998
|
+
experimentalDeferSupport?: boolean | undefined;
|
|
1986
1999
|
} | null | undefined;
|
|
1987
2000
|
readonly rateLimit?: {
|
|
1988
2001
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stellate",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=16"
|
|
6
6
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@graphql-tools/url-loader": "^7.8.0",
|
|
23
23
|
"@graphql-tools/utils": "^8.10.0",
|
|
24
24
|
"@types/is-ci": "^3.0.0",
|
|
25
|
-
"@types/node": "^
|
|
25
|
+
"@types/node": "^18.17.5",
|
|
26
26
|
"@types/prompts": "^2.0.11",
|
|
27
27
|
"arg": "^5.0.0",
|
|
28
28
|
"chalk": "^4.1.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"vitest": "^1.4.0",
|
|
45
45
|
"ws": "8.11.0",
|
|
46
46
|
"yaml": "^1.10.2",
|
|
47
|
-
"@gcdn/configuration": "1.
|
|
47
|
+
"@gcdn/configuration": "1.38.0"
|
|
48
48
|
},
|
|
49
49
|
"bin": {
|
|
50
50
|
"stellate": "dist/bin.js",
|