@nftperp/sdk
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@nftperp/sdk", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "SDK for nftperp protocol", | ||
"main": "dist/sdk.js", | ||
"types": "dist/sdk.d.ts", | ||
"main": "sdk.js", | ||
"types": "sdk.d.ts", | ||
"scripts": { | ||
@@ -18,5 +18,2 @@ "build": "tsc", | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"keywords": [ | ||
@@ -23,0 +20,0 @@ "sdk", |
@@ -52,3 +52,4 @@ # nftperp sdk ✨ | ||
import { ethers } from "ethers"; | ||
import { SDK, Instance } from "@nftperp/sdk"; | ||
import { SDK } from "@nftperp/sdk"; | ||
import { Instance } from "@nftperp/sdk/types"; | ||
@@ -73,3 +74,3 @@ /** | ||
```ts | ||
import { Amm, Side } from "@nftperp/sdk"; | ||
import { Amm, Side } from "@nftperp/sdk/types"; | ||
@@ -76,0 +77,0 @@ const hash = await nftperp.openPosition({ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
14804
141
434887
36
1