@spear-ai/spectral 1.3.68 → 1.4.0
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spear-ai/spectral",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -78,6 +78,8 @@
|
|
|
78
78
|
"@changesets/cli": "^2.29.6",
|
|
79
79
|
"@chromatic-com/storybook": "^4.1.1",
|
|
80
80
|
"@prettier/plugin-oxc": "^0.0.4",
|
|
81
|
+
"@sentry/react": "^10.22.0",
|
|
82
|
+
"@sentry/vite-plugin": "^4.5.0",
|
|
81
83
|
"@storybook/addon-docs": "^9.1.15",
|
|
82
84
|
"@storybook/addon-themes": "^9.1.15",
|
|
83
85
|
"@storybook/addon-vitest": "^9.1.15",
|
|
@@ -128,8 +130,8 @@
|
|
|
128
130
|
"analyze:sunburst": "vite-bundle-visualizer -c vite.config.ts -t sunburst -o ./analyzer/sunburst.html",
|
|
129
131
|
"analyze:list": "vite-bundle-visualizer -c vite.config.ts -t list -o ./analyzer/list.yml",
|
|
130
132
|
"preview": "vite preview",
|
|
131
|
-
"storybook": "storybook dev -p 6006",
|
|
132
133
|
"storybook:build": "storybook build",
|
|
134
|
+
"storybook:dev": "storybook dev -p 6006",
|
|
133
135
|
"lint": "oxlint --react-plugin --jsx-a11y-plugin --import-plugin src/",
|
|
134
136
|
"lint:fix": "oxlint --react-plugin --jsx-a11y-plugin --import-plugin --fix src/",
|
|
135
137
|
"format": "prettier --check --ignore-unknown '**/**/*.{!(css|md|mdx|json|html),}'",
|