@iccandle/reactjs-widget 0.1.1 → 0.1.3

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": "@iccandle/reactjs-widget",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "React scanner overlay for TradingView Charting Library — ICCandle pattern search, remote theming, and plugin iframe integration.",
5
5
  "type": "module",
6
6
  "author": "ICCandle",
@@ -25,9 +25,11 @@
25
25
  "scripts": {
26
26
  "dev": "vite",
27
27
  "build": "vite build && tsc -p tsconfig.lib.json && npx rollup -c rollup.dts.config.mjs && node scripts/clean-dts-temp.mjs",
28
+ "build:web": "vite build --config vite.web.config.ts",
29
+ "deploy:web": "pnpm run build:web && vercel deploy --prod",
28
30
  "prepublishOnly": "npm run build",
29
31
  "lint": "eslint .",
30
- "preview": "vite preview"
32
+ "preview": "vite preview --config vite.web.config.ts"
31
33
  },
32
34
  "files": [
33
35
  "dist"