Skip to content

Commit

Permalink
Remove URLSearchParams import (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSchmidt-OpenSea authored Jun 1, 2023
1 parent 3d1cbd1 commit 2332fa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.0.1",
"version": "6.0.2",
"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
1 change: 0 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import "isomorphic-unfetch";
import { URLSearchParams } from "url";
import { API_BASE_MAINNET, API_BASE_TESTNET, API_PATH } from "./constants";
import {
BuildOfferResponse,
Expand Down

0 comments on commit 2332fa4

Please sign in to comment.