Releases: rocket-connect/gqlpt
Releases · rocket-connect/gqlpt
0.0.0-alpha.31
Release Notes
Features
- Added coverage for subgraph variation
- Ignored pnpm in linting
- Updated docusaurus to 3.6.3
Dependencies
- @types/jest upgraded to 29.5.14
- tailwindcss upgraded to 3.4.15
- @types/node-fetch upgraded to 2.6.12
- @docusaurus/preset-classic upgraded to 3.6.3
- @docusaurus/tsconfig upgraded to 3.6.3
- @docusaurus/preset-classic upgraded to 3.6.2
- express-static-gzip upgraded to 2.2.0
- typescript upgraded to 5.6.3
- openai upgraded to 4.72.0
- @docusaurus/types upgraded to 3.6.1
- @docusaurus/module-type-aliases upgraded to 3.6.1
- @docusaurus/tsconfig upgraded to 3.6.1
- @typescript-eslint/typescript-estree upgraded
0.0.0-alpha.30
0.0.0-alpha.29
This release adds debug. Run your app with DEBUG=@gqlpt/*
for logs.
0.0.0-alpha.28
This release includes:
- Updates and pins all dependencies in the project, relying on dependabot now
- Adds the ability for queries to be retried, using the GQLPT
maxRetries
option - defaults to 5 - Adds more prompts around using ids, and subgraphs
- Sorts the generated query alphabetically to get closer to determinism
0.0.0-alpha.5
This release moves away from the unofficial chatgpt npm package and uses the official OpenApi npm package .