@mysten/sui.js
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "Apache-2.0", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -24,3 +24,3 @@ # Sui TypeScript SDK | ||
```typescript | ||
import { JsonRpcProvider } from 'sui.js'; | ||
import { JsonRpcProvider } from '@mysten/sui.js'; | ||
const provider = new JsonRpcProvider('http://127.0.0.1:5001/'); | ||
@@ -35,3 +35,3 @@ const objects = await provider.getOwnedObjectRefs( | ||
```typescript | ||
import { JsonRpcProvider } from 'sui.js'; | ||
import { JsonRpcProvider } from '@mysten/sui.js'; | ||
const provider = new JsonRpcProvider('http://127.0.0.1:5001/'); | ||
@@ -38,0 +38,0 @@ const txn = await provider.getTransaction( |
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
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
900155