@luxalgo/vela-pinets 0.2.3 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxalgo/vela-pinets",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "PineTS scripting engine for the Vela charting library — Pine Script indicators executed in-process or in a Web Worker, plugged into Vela's public ScriptingEngine port.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "author": "LuxAlgo",
@@ -31,11 +31,11 @@
31
31
  "playground": "vite"
32
32
  },
33
33
  "peerDependencies": {
34
- "@luxalgo/vela": "^0.5.0",
34
+ "@luxalgo/vela": "^0.6.3",
35
35
  "pinets": ">=0.9.31"
36
36
  },
37
37
  "devDependencies": {
38
- "@luxalgo/vela": "^0.5.0",
38
+ "@luxalgo/vela": "^0.6.3",
39
39
  "@types/node": "^26.1.1",
40
40
  "esbuild": "^0.28.0",
41
41
  "eslint": "^9.0.0",