Skip to content

Commit 9a8ec1a

Browse files
committed
chore(tests): regenerate plugin-og dts snapshot after rebase
Adding devframe/recipes/common-rpc-functions as a new build entry shifted which subpath re-exports RpcFunctionAgentOptions and DevframeNodeContext in devframe's combined dts graph, changing the import() specifiers recorded in plugin-og's rpc.snapshot.d.ts. The referenced types are unchanged; only the import path text differs.
1 parent e153305 commit 9a8ec1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/__snapshots__/tsnapi/@devframes/plugin-og/rpc.snapshot.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export declare const serverFunctions: readonly [{
2121
}, undefined>, undefined>;
2222
}, undefined>;
2323
jsonSerializable?: boolean;
24-
agent?: import("devframe").RpcFunctionAgentOptions;
25-
setup?: ((context: import("devframe").DevframeNodeContext) => import("devframe/rpc").Thenable<import("devframe/rpc").RpcFunctionSetupResult<[{
24+
agent?: import("devframe/rpc").RpcFunctionAgentOptions;
25+
setup?: ((context: import("devframe/types").DevframeNodeContext) => import("devframe/rpc").Thenable<import("devframe/rpc").RpcFunctionSetupResult<[{
2626
url?: string | undefined;
2727
}], {
2828
requestedUrl: string;
@@ -60,7 +60,7 @@ export declare const serverFunctions: readonly [{
6060
name: string;
6161
value: string;
6262
}[];
63-
}, import("devframe").DevframeNodeContext> | undefined;
63+
}, import("devframe/types").DevframeNodeContext> | undefined;
6464
snapshot?: boolean;
6565
__cache?: WeakMap<object, import("devframe/rpc").Thenable<import("devframe/rpc").RpcFunctionSetupResult<[{
6666
url?: string | undefined;

0 commit comments

Comments
 (0)