Skip to content

Commit 51f4f59

Browse files
authored
Merge pull request #7 from restfulhead/main
chore: initial release
2 parents 273a1d8 + de60496 commit 51f4f59

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
with:
25-
token: ${{ secrets.GH_TOKEN }}
2624

2725
- name: Setting up ${{ matrix.node-version }}
2826
uses: actions/setup-node@v4

package-lock.json

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ajv-openapi-request-response-validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To check out what is supported, take a look at the [test fixtures](./test/fixtur
2222
## Getting started
2323

2424
Because the Open API specification can come in different flavors and from different sources, loading the specification file is not in scope
25-
of this library. To load a YAML based spec, you can for example use `js-yaml` as follows:
25+
of this library. To load a YAML based spec, you can, for example, use `js-yaml` as follows:
2626

2727
```typescript
2828
import * as fs from 'fs'

packages/ajv-openapi-request-response-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restfulhead/ajv-openapi-request-response-validator",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"description": "AJV based implementation to validate http requests and responses against an OpenAPI schema",
55
"keywords": [
66
"azure",

0 commit comments

Comments
 (0)