@databrainhq/plugin 0.15.13 → 0.15.14

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": "@databrainhq/plugin",
3
- "version": "0.15.13",
3
+ "version": "0.15.14",
4
4
  "description": "Databrain app ui plugin.",
5
5
  "author": "Databrain",
6
6
  "license": "UNLICENSED",
@@ -22,7 +22,7 @@
22
22
  "start:repl": "vite --host 0.0.0.0",
23
23
  "start": "vite --port 3005",
24
24
  "build:css": "tailwindcss build -i src/index.css -o dist/index.css",
25
- "build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 tsc && vite build",
25
+ "build": "cross-env tsc && vite build",
26
26
  "husky": "husky install",
27
27
  "predeploy": "cd example && npm install && npm run build",
28
28
  "lint": "eslint --ext .tsx,.ts --ignore-path .gitignore --fix src",