@velora-dex/widget 0.0.10 → 0.0.11
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 +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velora-dex/widget",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
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,7 +112,6 @@
|
|
|
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
116
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
119
117
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
@@ -158,4 +156,4 @@
|
|
|
158
156
|
"react": "^18.x || ^19.x",
|
|
159
157
|
"react-dom": "^18.x || ^19.x"
|
|
160
158
|
}
|
|
161
|
-
}
|
|
159
|
+
}
|