Skip to content

Commit

Permalink
update pastable
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Jul 30, 2023
1 parent 4065253 commit ed41d1c
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 81 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-owls-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"openapi-zod-client": patch
---

update pastable to a version with license
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"handlebars": "^4.7.7",
"openapi-types": "^12.0.2",
"openapi3-ts": "3.1.0",
"pastable": "^2.0.13",
"pastable": "^2.2.0",
"prettier": "^2.7.1",
"tanu": "^0.1.13",
"ts-pattern": "^5.0.1",
Expand Down
12 changes: 6 additions & 6 deletions lib/tests/group-strategy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1396,19 +1396,19 @@ test("group-strategy with complex schemas + split files", async () => {
email: string;
friends: Array<User>;
}>;
export type Country = Partial<{
id: number;
name: string;
code: string;
store_list: Array<Store>;
}>;
export type Store = Partial<{
id: number;
name: string;
address: string;
country: Country;
owner: User;
}>;
export type Country = Partial<{
id: number;
name: string;
code: string;
store_list: Array<Store>;
}>;
export const User = z.lazy(() =>
z
Expand Down
Loading

1 comment on commit ed41d1c

@vercel
Copy link

@vercel vercel bot commented on ed41d1c Jul 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.