@velora-dex/widget 0.0.10 → 0.0.12

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.
Files changed (1) hide show
  1. package/package.json +1 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velora-dex/widget",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "files": [
@@ -87,7 +87,6 @@
87
87
  "build:example": "tsc -b && vite build --config vite.example.config.ts",
88
88
  "lint": "eslint .",
89
89
  "preview": "vite preview",
90
- "preview:example": "vite preview --config vite.example.config.ts",
91
90
  "analyze:circular-deps": "madge --circular --warning $(find ./src -name '*.ts' -o -name '*.tsx')",
92
91
  "analyze:circular-deps-graph": "madge --circular $(find ./src -name '*.ts' -o -name '*.tsx') --image graph.svg"
93
92
  },
@@ -113,9 +112,7 @@
113
112
  "typescript": "~5.8.3",
114
113
  "typescript-eslint": "^8.34.1",
115
114
  "vite": "^6.3.5",
116
- "vite-plugin-css-injected-by-js": "^3.5.2",
117
115
  "vite-plugin-dts": "^4.5.4",
118
- "vite-plugin-lib-inject-css": "^2.2.2",
119
116
  "vite-plugin-node-polyfills": "^0.23.0",
120
117
  "vite-plugin-svgr": "^4.3.0"
121
118
  },
@@ -150,7 +147,6 @@
150
147
  "sonner": "^2.0.6",
151
148
  "tailwind-merge": "^3.3.1",
152
149
  "ts-essentials": "^10.1.1",
153
- "vaul": "^1.1.2",
154
150
  "viem": "~2.31.4",
155
151
  "wagmi": "^2.15.6"
156
152
  },