@burdenoff/microfe-admin 2026.720.1 → 2026.731.1

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/microfe-admin",
3
- "version": "2026.720.1",
3
+ "version": "2026.731.1",
4
4
  "description": "Burdenoff Admin Console Microfrontend - Platform administration and management interface",
5
5
  "type": "module",
6
6
  "files": [
@@ -22,23 +22,23 @@
22
22
  "types": "./dist/index.d.ts",
23
23
  "scripts": {
24
24
  "dev": "vite",
25
- "build": "tsc && vite build",
25
+ "build": "tsc && bash scripts/build-limits.sh --gate vite build",
26
26
  "schema:pull": "graphql-codegen --project schema-wspace && graphql-codegen --project schema-global",
27
27
  "codegen": "graphql-codegen --project wspace && graphql-codegen --project global",
28
28
  "codegen:all": "bun run schema:pull && bun run codegen",
29
29
  "lint": "eslint .",
30
30
  "lint:sanity": "if [ \"${CI:-}\" = \"true\" ]; then bun run lint; else bun run lint -- --cache --cache-location .eslintcache; fi",
31
31
  "format": "prettier --write \"src/**/*.{ts,tsx}\"",
32
- "type:check": "tsc --noEmit",
33
- "sanity": "bun run codegen && bun run lint:sanity && bun run format && bun run type:check && bun run test && bun run build",
32
+ "type:check": "bash scripts/build-limits.sh tsc --noEmit",
33
+ "sanity": "bash scripts/build-limits.sh --gate bash -c 'bun run codegen && bun run lint:sanity && bun run format && bun run type:check && bun run test && bun run build'",
34
34
  "switch:status": "bun scripts/deps-mode.ts status",
35
35
  "switch:remote": "bun scripts/deps-mode.ts remote",
36
36
  "switch:local": "bun scripts/deps-mode.ts local",
37
37
  "switch:check": "bun scripts/deps-mode.ts check",
38
38
  "prepare": "lefthook install || true",
39
39
  "format:check": "prettier --check \"src/**/*.{ts,tsx}\"",
40
- "test": "vitest run",
41
- "test:coverage": "vitest run --coverage"
40
+ "test": "bash scripts/build-limits.sh vitest run",
41
+ "test:coverage": "bash scripts/build-limits.sh vitest run --coverage"
42
42
  },
43
43
  "dependencies": {
44
44
  "@apollo/client": "^4.0.11",