chore: update package dependencies and improve pub/sub iterator usage
- Updated various package dependencies in package-lock.json and package.json for enhanced stability and performance. - Changed pub/sub iterator methods from `asyncIterator` to `asyncIterableIterator` in multiple schema files for better compatibility with the latest GraphQL subscriptions. - Added `moduleResolution` option in tsconfig.json to support Node.js-style module resolution.
This commit is contained in:
@@ -21,5 +21,6 @@
|
||||
"allowJs": true,
|
||||
"maxNodeModuleJsDepth": 10,
|
||||
"resolveJsonModule": true,
|
||||
"moduleResolution": "nodenext",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user