@burdenoff/website-sdk 2026.730.2 → 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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/website-sdk",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.731.2",
|
|
4
4
|
"description": "Shared SDK for Burdenoff product websites - reusable React components, utilities, and configurations",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"lint:fix": "eslint src --fix",
|
|
67
67
|
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,css,scss,json,md}\"",
|
|
68
68
|
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,css,scss,json,md}\"",
|
|
69
|
-
"type-check": "tsc --noEmit",
|
|
69
|
+
"type-check": "bash scripts/build-limits.sh tsc --noEmit",
|
|
70
70
|
"prepublishOnly": "bun run build",
|
|
71
71
|
"test": "vitest",
|
|
72
72
|
"test:coverage": "vitest --coverage",
|
|
73
|
-
"sanity": "bun run format:check && bun run lint:sanity && bun run type-check && bun run build"
|
|
73
|
+
"sanity": "bash scripts/build-limits.sh --gate bash -c 'bun run format:check && bun run lint:sanity && bun run type-check && bun run build'"
|
|
74
74
|
},
|
|
75
75
|
"keywords": [
|
|
76
76
|
"burdenoff",
|