@burdenoff/fe-libs 2026.730.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/fe-libs",
3
- "version": "2026.730.1",
3
+ "version": "2026.731.1",
4
4
  "description": "Burdenoff frontend primitives and domain libraries",
5
5
  "type": "module",
6
6
  "bin": {
@@ -275,13 +275,13 @@
275
275
  ],
276
276
  "scripts": {
277
277
  "dev": "vite",
278
- "build": "tsc && MFE_DTS=1 vite build",
278
+ "build": "tsc && MFE_DTS=1 bash scripts/build-limits.sh --gate vite build",
279
279
  "lint": "eslint .",
280
280
  "lint:sanity": "if [ \"${CI:-}\" = \"true\" ]; then bun run lint; else bun run lint -- --cache --cache-location .eslintcache; fi",
281
281
  "format": "prettier --config shared/config/prettier.config.mjs --write \"src/**/*.{ts,tsx}\" \"!src/config/*.config.ts\"",
282
- "type:check": "tsc --noEmit",
282
+ "type:check": "bash scripts/build-limits.sh tsc --noEmit",
283
283
  "test": "bun test scripts/graphql-schema-drift/__tests__",
284
- "sanity": "bun run lint:sanity && bun run format && bun run type:check && bun run test && bun run build",
284
+ "sanity": "bash scripts/build-limits.sh --gate bash -c 'bun run lint:sanity && bun run format && bun run type:check && bun run test && bun run build'",
285
285
  "switch:status": "bun scripts/deps-mode.ts status",
286
286
  "switch:remote": "bun scripts/deps-mode.ts remote",
287
287
  "switch:local": "bun scripts/deps-mode.ts local",