@ts-rest/open-api
Advanced tools
Comparing version 3.39.1 to 3.39.2
# @ts-rest/open-api | ||
## 3.39.2 | ||
## 3.39.1 | ||
@@ -4,0 +6,0 @@ |
{ | ||
"name": "@ts-rest/open-api", | ||
"version": "3.39.1", | ||
"version": "3.39.2", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@anatine/zod-openapi": "^1.12.0", |
@@ -53,3 +53,3 @@ # ts-rest | ||
```typescript | ||
const contract = c.contract({ | ||
const contract = c.router({ | ||
getPosts: { | ||
@@ -56,0 +56,0 @@ method: 'GET', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32323