Skip to content

Commit e7301b7

Browse files
committed
feat(esm/cjs): Create cjs/esm release with all commits post 3.2.0, including new options
BREAKING CHANGE: This is a breaking change, as the export in cjs is now a named default export. It also significantly changes the repo and dist folder structure, so will be released in 4.0.0
1 parent 44a91d0 commit e7301b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/clone_schema.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ it("handles circular references", async ({ expect }) => {
7171
};
7272

7373
const result = convert(schema, { cloneSchema: true });
74-
7574
expect(result).not.toEqual(schema);
7675
});
7776

0 commit comments

Comments
 (0)