@adminide-stack/extension-api 7.0.1-alpha.43 → 7.0.1-alpha.51
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.
@@ -2586,7 +2586,7 @@ export type IsTypeOfResolverFn<T = {}, TContext = {}> = (obj: T, context: TConte
|
|
2586
2586
|
export type NextResolverFn<T> = () => Promise<T>;
|
2587
2587
|
export type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
|
2588
2588
|
/** Mapping of interface types */
|
2589
|
-
export type IResolversInterfaceTypes<
|
2589
|
+
export type IResolversInterfaceTypes<_RefType extends Record<string, unknown>> = {
|
2590
2590
|
Hover: never;
|
2591
2591
|
IResourceUtilizationSettings: never;
|
2592
2592
|
ITextDocumentIdentifier: (ITextDocumentIdentifier) | (ITextDocumentItem);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@adminide-stack/extension-api",
|
3
|
-
"version": "7.0.1-alpha.
|
3
|
+
"version": "7.0.1-alpha.51",
|
4
4
|
"description": "Workbench core for higher packages to depend on",
|
5
5
|
"license": "ISC",
|
6
6
|
"author": "CDMBase LLC",
|
@@ -37,11 +37,11 @@
|
|
37
37
|
}
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@adminide-stack/core": "7.0.1-alpha.
|
40
|
+
"@adminide-stack/core": "7.0.1-alpha.51",
|
41
41
|
"@workbench-stack/core": "3.5.0",
|
42
42
|
"abort-controller": "^2.0.0",
|
43
43
|
"abortable-rx": "^1.0.9",
|
44
|
-
"cdeops": "7.0.1-alpha.
|
44
|
+
"cdeops": "7.0.1-alpha.44",
|
45
45
|
"minimatch": "^9.0.0",
|
46
46
|
"queueing-subject": "0.3.4",
|
47
47
|
"utility-types": "^3.10.0",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"typescript": {
|
61
61
|
"definition": "lib/index.d.ts"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "46e4a6f9123ac4f45f57e1ea8fe127346b118993"
|
64
64
|
}
|