Skip to content

Commit b036a75

Browse files
committed
1 parent ce9fbeb commit b036a75

File tree

8 files changed

+17
-15
lines changed

8 files changed

+17
-15
lines changed

package-lock.json

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

packages/jest-expect-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-expect-openapi",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Jest/Vitest matcher for asserting valid OpenAPI definitions",
55
"license": "MIT",
66
"author": "Jon Ursenbach <[email protected]>",

packages/oas-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/oas-examples",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"description": "A collection of example OpenAPI 3.x and Swagger 2.0 documents.",
55
"license": "MIT",
66
"author": "ReadMe <[email protected]> (https://readme.com)",

packages/oas-normalize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oas-normalize",
3-
"version": "14.1.1",
3+
"version": "14.1.2",
44
"description": "Tooling for converting, validating, and parsing OpenAPI, Swagger, and Postman API definitions",
55
"type": "module",
66
"exports": {

packages/oas-to-har/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@readme/oas-to-har",
33
"description": "Utility to transform an OAS operation into a HAR representation",
4-
"version": "26.0.3",
4+
"version": "26.0.4",
55
"author": "Jon Ursenbach <[email protected]>",
66
"license": "ISC",
77
"sideEffects": false,

packages/oas-to-snippet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@readme/oas-to-snippet",
33
"description": "Transform an OpenAPI operation into a code snippet",
4-
"version": "28.0.3",
4+
"version": "28.0.4",
55
"author": "Jon Ursenbach <[email protected]>",
66
"license": "MIT",
77
"sideEffects": false,

packages/oas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oas",
3-
"version": "27.2.0",
3+
"version": "27.2.1",
44
"description": "Comprehensive tooling for working with OpenAPI definitions",
55
"license": "MIT",
66
"author": "ReadMe <[email protected]> (https://readme.com)",

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readme/openapi-parser",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Swagger 2.0 and OpenAPI 3.x parser and validator for Node and browsers",
55
"license": "MIT",
66
"author": "ReadMe <[email protected]> (https://readme.com)",

0 commit comments

Comments
 (0)