Skip to content

Commit e46d330

Browse files
restfulheadPatrick Ruhkopf
authored andcommitted
fix: version and link
1 parent d31ca32 commit e46d330

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ jobs:
4343
- name: Release preview
4444
run: |
4545
npx auto shipit --dry-run
46-
4746
env:
4847
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can also take a look at [the example function app](example/src/functions/tes
2828
## Configuration
2929

3030
The `setupValidation` function takes in a number of configuration parameters that allow you to modify the behavior of this libary as well as
31-
[AJV](), that is used to perform the schema validation.
31+
[AJV](https://www.npmjs.com/package/ajv), that is used to perform the schema validation.
3232

3333
By default, the hook returns a 400 error response with details about the validation error for request parameter and request body validation.
3434
Validation errors in the response body are only logged.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restfulhead/azure-functions-nodejs-openapi-validator",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "Azure Functions Node.js hooks for validating function invocations against an OpenAPI schema",
55
"keywords": [
66
"azure",

0 commit comments

Comments
 (0)