@pauldvlp/vp-react-ts-shadcn 0.6.1 → 0.6.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pauldvlp/vp-react-ts-shadcn",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "Vite+ monorepo template: one frontend app (website) + a shared shadcn UI package, themeable via shadcn presets.",
5
5
  "author": "pauldvlp (https://github.com/pauldvlp/vp-templates)",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "packageManager": {
19
19
  "name": "pnpm",
20
20
  "version": "11.9.0",
21
- "onFail": "download"
21
+ "onFail": "warn"
22
22
  }
23
23
  },
24
24
  "engines": {
@@ -18,10 +18,6 @@ export default defineConfig({
18
18
  ],
19
19
  'vite-plus/prefer-vite-plus-imports': 'error'
20
20
  },
21
- options: {
22
- typeAware: true,
23
- typeCheck: true
24
- },
25
21
  jsPlugins: [
26
22
  {
27
23
  name: 'vite-plus',
@@ -16,10 +16,6 @@ export default defineConfig({
16
16
  ],
17
17
  'vite-plus/prefer-vite-plus-imports': 'error'
18
18
  },
19
- options: {
20
- typeAware: true,
21
- typeCheck: true
22
- },
23
19
  jsPlugins: [
24
20
  {
25
21
  name: 'vite-plus',