tickup 1.0.31 → 1.0.32

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": "tickup",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "High-performance React financial charts. Canvas 2D rendering, advanced technical analysis tools, and real-time data streaming.",
5
5
  "type": "module",
6
6
  "main": "./dist/tickup.cjs.js",
@@ -32,13 +32,14 @@
32
32
  "dev": "vite",
33
33
  "build": "tsc && npm run build:lib && npx tsc --emitDeclarationOnly",
34
34
  "build:example": "npm run build && npm install --no-audit --no-fund --prefix example && npm run build --prefix example",
35
+ "prime:link-local": "if [ -f ../tickup-prime-final/tickup-prime-1.0.0.tgz ]; then npm install --no-save ../tickup-prime-final/tickup-prime-1.0.0.tgz; elif [ -f ../tickup-prime-final/dist/package.json ]; then npm install --no-save ../tickup-prime-final/dist; else npm install --no-save ../tickup-prime-final; fi",
35
36
  "build:lib": "TICKUP_LIB_ENTRY=index vite build && TICKUP_LIB_ENTRY=full vite build",
36
37
  "prepublishOnly": "npm run build",
37
38
  "preview": "vite preview",
38
39
  "combine-code": "node combineFiles.cjs",
39
40
  "test": "jest"
40
41
  },
41
- "author": "Bar Damri",
42
+ "author": "Bar Damri <bardamri1702@gmail.com>",
42
43
  "license": "MIT",
43
44
  "homepage": "https://bardamri.github.io/tickup-charts/",
44
45
  "repository": {