Skip to content

Commit

Permalink
Fix import which caused build issues (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenerdassassin authored Aug 16, 2023
1 parent 0d4f24b commit ad58832
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensea-js",
"version": "6.1.8",
"version": "6.1.9",
"description": "JavaScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data!",
"license": "MIT",
"author": "OpenSea Developers",
Expand Down
4 changes: 2 additions & 2 deletions src/api/types.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { ConsiderationItem } from "@opensea/seaport-js/lib/types";
import { OrderV2, ProtocolData, QueryCursors } from "../orders/types";
import {
OpenSeaAsset,
OpenSeaAssetBundle,
OpenSeaCollection,
OpenSeaFungibleToken,
} from "src/types";
import { OrderV2, ProtocolData, QueryCursors } from "../orders/types";
} from "../types";

/**
* Response from OpenSea API for building an offer.
Expand Down

0 comments on commit ad58832

Please sign in to comment.