@rash2x/bridge-widget 0.6.50 → 0.6.51

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rash2x/bridge-widget",
3
- "version": "0.6.50",
3
+ "version": "0.6.51",
4
4
  "description": "Cross-chain bridge widget powered by Stargate Protocol with multi-chain wallet support",
5
5
  "type": "module",
6
6
  "main": "./dist/evaa-bridge.cjs",
@@ -28,7 +28,8 @@
28
28
  "build:lib": "tsc -p tsconfig.lib.json && vite build --config vite.config.lib.ts",
29
29
  "lint": "eslint .",
30
30
  "preview": "vite preview",
31
- "prepublishOnly": "pnpm run build:lib"
31
+ "prepublishOnly": "pnpm run build:lib",
32
+ "test": "vitest run"
32
33
  },
33
34
  "repository": {
34
35
  "type": "git",
@@ -174,6 +175,7 @@
174
175
  "typescript-eslint": "^8.35.1",
175
176
  "vite": "^7.0.4",
176
177
  "vite-plugin-dts": "^4.5.4",
178
+ "vitest": "^2.1.0",
177
179
  "wagmi": "^2.16.9"
178
180
  }
179
181
  }