@burdenoff/microfe-bigconsole 2026.731.1 → 2026.731.2
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/microfe-bigconsole",
|
|
3
|
-
"version": "2026.731.
|
|
3
|
+
"version": "2026.731.2",
|
|
4
4
|
"description": "BigConsole - AI-powered analytics and dashboard platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"types": "./dist/index.d.ts",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"dev": "vite",
|
|
29
|
-
"build": "tsc && vite build",
|
|
29
|
+
"build": "tsc && bash scripts/build-limits.sh --gate vite build",
|
|
30
30
|
"codegen": "graphql-codegen --project wspace && graphql-codegen --project global",
|
|
31
31
|
"lint": "eslint .",
|
|
32
32
|
"lint:sanity": "if [ \"${CI:-}\" = \"true\" ]; then bun run lint; else bun run lint -- --cache --cache-location .eslintcache; fi",
|
|
33
33
|
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
34
34
|
"format:check": "prettier --check \"src/**/*.{ts,tsx}\"",
|
|
35
|
-
"type:check": "tsc --noEmit",
|
|
36
|
-
"sanity": "bun run codegen && bun run lint:sanity && bun run format:check && bun run type:check && bun run build && bun run build-storybook",
|
|
35
|
+
"type:check": "bash scripts/build-limits.sh tsc --noEmit",
|
|
36
|
+
"sanity": "bash scripts/build-limits.sh --gate bash -c 'bun run codegen && bun run lint:sanity && bun run format:check && bun run type:check && bun run build && bun run build-storybook'",
|
|
37
37
|
"storybook": "storybook dev -p 6006",
|
|
38
38
|
"build-storybook": "storybook build",
|
|
39
39
|
"test:storybook": "test-storybook",
|