@spear-ai/spectral 1.12.1 → 1.12.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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spear-ai/spectral",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "repository": {
@@ -50,7 +50,6 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@base-ui/react": "^1.4.1",
54
53
  "@radix-ui/react-accordion": "^1.2.12",
55
54
  "@radix-ui/react-dialog": "^1.1.15",
56
55
  "@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -80,6 +79,7 @@
80
79
  "zod": "^4.3.6"
81
80
  },
82
81
  "devDependencies": {
82
+ "@base-ui/react": "^1.4.1",
83
83
  "@changesets/cli": "^2.31.0",
84
84
  "@chromatic-com/storybook": "^4.1.3",
85
85
  "@github-ui/storybook-addon-performance-panel": "^1.1.4",
@@ -132,8 +132,9 @@
132
132
  "scripts": {
133
133
  "dev": "vite --force",
134
134
  "build": "vite build --emptyOutDir",
135
- "build:lib": "pnpm run icons:update && vite build && pnpm run build:css && pnpm run fix:types && pnpm run clean:build-artifacts",
135
+ "build:lib": "pnpm run icons:update && vite build && pnpm run check:dist-import-boundaries && pnpm run build:css && pnpm run fix:types && pnpm run clean:build-artifacts",
136
136
  "build:css": "node scripts/build-css.js",
137
+ "check:dist-import-boundaries": "node scripts/check-dist-import-boundaries.js",
137
138
  "pack:dryrun": "pnpm pack --dry-run",
138
139
  "check": "tsc --noEmit && pnpm run format && pnpm run lint",
139
140
  "fix": "pnpm run format:fix && pnpm run lint:fix",