@swapper-finance/deposit-sdk 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Easy iframe embedding SDK for the Swapper Finance deposit widget with full TypeScript support.
4
4
 
5
5
  <div align="center">
6
- <img src="./assets/widget-image.png" alt="Swapper Widget" height="400px">
6
+ <img src="./widget-image.png" alt="Swapper Widget" height="400px">
7
7
  </div>
8
8
 
9
9
  The SDK provides two integration options: **iframe embedding** for seamless integration into your application, and **modal popup** for a focused user experience. Both options support full customization and TypeScript types.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swapper-finance/deposit-sdk",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Easy iframe embedding for Swapper deposit widget with full TypeScript support",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,7 +9,8 @@
9
9
  "files": [
10
10
  "dist",
11
11
  "README.md",
12
- "LICENSE"
12
+ "LICENSE",
13
+ "widget-image.png"
13
14
  ],
14
15
  "scripts": {
15
16
  "build": "tsc && npm run minify",
Binary file