Skip to content

Commit

Permalink
feat!: added support for dual package publish
Browse files Browse the repository at this point in the history
BREAKING-CHANGE: Now we support dual package publish, and the import can fail.
  • Loading branch information
H4ad committed Dec 26, 2023
1 parent 46577f2 commit dd0803f
Show file tree
Hide file tree
Showing 82 changed files with 1,750 additions and 361 deletions.
2 changes: 1 addition & 1 deletion benchmark/src/framework.mock.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FrameworkContract } from '@h4ad/serverless-adapter';
import { IncomingMessage, ServerResponse } from 'http';
import type { IncomingMessage, ServerResponse } from 'http';
import { ObjectReadableMock } from 'stream-mock';

/**
Expand Down
Loading

0 comments on commit dd0803f

Please sign in to comment.