Skip to content

Commit

Permalink
refactor(server-context): Update import statements and package versio…
Browse files Browse the repository at this point in the history
…n in server-request.ts
  • Loading branch information
alimd committed Sep 15, 2024
1 parent 6091385 commit 17b5669
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/server-context/src/server-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import {fetch} from '@alwatr/fetch';
import {ActionRecord, FiniteStateMachineBase, StateRecord} from '@alwatr/fsm';
import {definePackage} from '@alwatr/logger';

import type {FetchOptions} from '@alwatr/fetch/type.js';
import type {FetchOptions} from '@alwatr/fetch';
import type {} from '@alwatr/nano-build';

definePackage('server-context', '2.x');
definePackage('@alwatr/signal', __package_version__);

export interface ServerRequestConfig extends Partial<FetchOptions> {
name: string;
Expand Down

0 comments on commit 17b5669

Please sign in to comment.