@trypanacea/sdk
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@trypanacea/sdk", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -18,3 +18,3 @@ # Panacea SDK | ||
```bash | ||
npm install @panacea/sdk | ||
npm install @trypanacea/sdk | ||
``` | ||
@@ -29,3 +29,3 @@ | ||
```javascript | ||
import { PanaceaSDK } from "@panacea/sdk"; | ||
import { PanaceaSDK } from "@trypanacea/sdk"; | ||
@@ -74,3 +74,3 @@ PanaceaSDK.initPanacea({ | ||
import { useEffect } from "react"; | ||
import { PanaceaSDK } from "@panacea/sdk"; | ||
import { PanaceaSDK } from "@trypanacea/sdk"; | ||
@@ -77,0 +77,0 @@ const ChatWidget = () => { |
Sorry, the diff of this file is not supported yet
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
22323