Skip to content

Commit

Permalink
Merge branch 'main' into openapi-3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Mar 19, 2024
2 parents 51367ca + 6640a13 commit 0a4e99b
Show file tree
Hide file tree
Showing 22 changed files with 350 additions and 121 deletions.
28 changes: 0 additions & 28 deletions migrations.json

This file was deleted.

22 changes: 11 additions & 11 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"graphql": "^16.7.1",
"jest": "29.5.0",
"jest-environment-node": "^29.5.0",
"ngx-deploy-npm": "^6.0.0",
"ngx-deploy-npm": "8.0.0",
"nx": "16.4.1",
"nx-cloud": "16.0.5",
"openapi3-ts": "^4.1.2",
Expand All @@ -83,3 +83,4 @@
"packages/**"
]
}

2 changes: 2 additions & 0 deletions packages/graphql-codegen-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

### [0.4.1](https://github.com/anatine/zod-plugins/compare/graphql-codegen-zod-0.4.0...graphql-codegen-zod-0.4.1) (2024-03-19)

## [0.4.0](https://github.com/anatine/zod-plugins/compare/graphql-codegen-zod-0.3.14...graphql-codegen-zod-0.4.0) (2022-12-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anatine/graphql-codegen-zod",
"version": "0.4.0",
"version": "0.4.1",
"description": "Its a library to parse from Graphql Schema to a Zod Schema",
"license": "MIT",
"public": true,
Expand Down
7 changes: 5 additions & 2 deletions packages/graphql-codegen-zod/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"preset": "conventional",
"skipCommitTypes": ["ci"],
"postTargets": [
"graphql-codegen-zod:build",
"graphql-codegen-zod:publish",
"graphql-codegen-zod:github"
]
Expand All @@ -52,8 +53,10 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
"access": "public",
"distFolderPath": "dist/packages/graphql-codegen-zod"
},
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
2 changes: 2 additions & 0 deletions packages/graphql-zod-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

### [0.9.1](https://github.com/anatine/zod-plugins/compare/graphql-zod-validation-0.9.0...graphql-zod-validation-0.9.1) (2024-03-19)

## [0.9.0](https://github.com/anatine/zod-plugins/compare/graphql-zod-validation-0.8.4...graphql-zod-validation-0.9.0) (2022-12-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-zod-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anatine/graphql-zod-validation",
"version": "0.9.0",
"version": "0.9.1",
"description": "GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema",
"keywords": [
"gql",
Expand Down
7 changes: 5 additions & 2 deletions packages/graphql-zod-validation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"preset": "conventional",
"skipCommitTypes": ["ci"],
"postTargets": [
"graphql-zod-validation:build",
"graphql-zod-validation:publish",
"graphql-zod-validation:github"
]
Expand All @@ -52,8 +53,10 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
"access": "public",
"distFolderPath": "dist/packages/graphql-zod-validation"
},
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
2 changes: 2 additions & 0 deletions packages/zod-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

### [3.13.4](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.3...zod-mock-3.13.4) (2024-03-19)

### [3.13.3](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.2...zod-mock-3.13.3) (2023-10-31)

### [3.13.2](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.1...zod-mock-3.13.2) (2023-07-31)
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anatine/zod-mock",
"version": "3.13.3",
"version": "3.13.4",
"description": "Zod auto-mock object generator using Faker at @faker-js/faker",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
8 changes: 5 additions & 3 deletions packages/zod-mock/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"push": true,
"preset": "conventional",
"skipCommitTypes": ["ci"],
"postTargets": ["zod-mock:publish", "zod-mock:github"]
"postTargets": ["zod-mock:build", "zod-mock:publish", "zod-mock:github"]
}
},
"github": {
Expand All @@ -49,8 +49,10 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
"access": "public",
"distFolderPath": "dist/packages/zod-mock"
},
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
6 changes: 6 additions & 0 deletions packages/zod-nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

### [2.0.6](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.5...zod-nestjs-2.0.6) (2024-03-19)

### [2.0.5](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.4...zod-nestjs-2.0.5) (2024-01-26)

### [2.0.4](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.3...zod-nestjs-2.0.4) (2024-01-23)

### [2.0.3](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.2...zod-nestjs-2.0.3) (2023-08-03)

### [2.0.2](https://github.com/anatine/zod-plugins/compare/zod-nestjs-2.0.1...zod-nestjs-2.0.2) (2023-07-31)
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anatine/zod-nestjs",
"version": "2.0.3",
"version": "2.0.6",
"description": "Zod helper methods for NestJS",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down
12 changes: 9 additions & 3 deletions packages/zod-nestjs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
"push": true,
"preset": "conventional",
"skipCommitTypes": ["ci"],
"postTargets": ["zod-nestjs:publish", "zod-nestjs:github"]
"postTargets": [
"zod-nestjs:build",
"zod-nestjs:publish",
"zod-nestjs:github"
]
}
},
"github": {
Expand All @@ -49,8 +53,10 @@
"publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
"access": "public",
"distFolderPath": "dist/packages/zod-nestjs"
},
"dependsOn": ["build"]
}
},
"tags": []
Expand Down
Loading

0 comments on commit 0a4e99b

Please sign in to comment.