Skip to content

Commit

Permalink
Add support for version header validation
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Nov 1, 2024
1 parent 277c822 commit e0e29d5
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 93 deletions.
137 changes: 52 additions & 85 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hasura/ndc-sdk-typescript",
"version": "7.0.0",
"version": "8.0.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,12 +35,14 @@
"commander": "^11.0.0",
"fastify": "^4.23.2",
"pino-pretty": "^10.2.3",
"prom-client": "^15.1.2"
"prom-client": "^15.1.2",
"semver": "^7.6.3"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.11.9",
"@types/semver": "^7.5.8",
"json-schema-to-typescript": "^13.1.1",
"typescript": "^5.4.3"
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit e0e29d5

Please sign in to comment.