Skip to content

Commit

Permalink
Merge pull request #455 from dreamit-de/fix-exports
Browse files Browse the repository at this point in the history
Fix broken exports
  • Loading branch information
sgohlke authored Jan 30, 2025
2 parents 6e40f0c + 9d71cab commit f2eb2aa
Show file tree
Hide file tree
Showing 10 changed files with 8,110 additions and 8,104 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dreamit/graphql-server",
"version": "4.12.3",
"version": "4.12.4",
"description": "A GraphQL server written in NodeJS/Typescript.",
"scripts": {
"build": "tsup-node",
Expand Down
9 changes: 0 additions & 9 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,3 @@ export {
export { getRequestInformation } from './server/GetRequestInformation'
export { GraphQLServer } from './server/GraphQLServer'
export { GraphQLServerOptions } from './server/GraphQLServerOptions'

// These exports are exported for compatibility with graphql-server v4 and will be removed in v5
export {
AggregateError,
LogEntry,
LogEntryInput,
LogLevel,
isAggregateError,
} from '@dreamit/graphql-server-base'
Loading

0 comments on commit f2eb2aa

Please sign in to comment.