@shardev/vite-plugin-modular 1.1.0 → 1.1.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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🚀 @shardev/vite-plugin
1
+ # 🚀 @shardev/vite-plugin-modular
2
2
 
3
3
  > Advanced modular Laravel + Vite 7 integration system\
4
4
  > Monorepo-ready. Namespace-aware. Production-focused.
@@ -20,7 +20,7 @@
20
20
  ## 📦 Installation
21
21
 
22
22
  ``` bash
23
- npm install @shardev/vite-plugin --save-dev
23
+ npm install @shardev/vite-plugin-modular --save-dev
24
24
  ```
25
25
 
26
26
  ------------------------------------------------------------------------
@@ -40,7 +40,7 @@ npm install @shardev/vite-plugin --save-dev
40
40
  ``` ts
41
41
  import { defineConfig } from 'vite'
42
42
  import laravel from 'laravel-vite-plugin'
43
- import { laravelModules } from '@shardev/vite-plugin'
43
+ import { laravelModules } from '@shardev/vite-plugin-modular'
44
44
 
45
45
  export default defineConfig({
46
46
  plugins: [
@@ -67,7 +67,7 @@ export default defineConfig({
67
67
 
68
68
  ``` ts
69
69
  import { defineConfig } from 'vite'
70
- import { laravelModule } from '@shardev/vite-plugin'
70
+ import { laravelModule } from '@shardev/vite-plugin-modular'
71
71
 
72
72
  export default defineConfig({
73
73
  plugins: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shardev/vite-plugin-modular",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "author": "Elbert Tous",
5
5
  "description": "Advanced Laravel Modules support for Vite (monorepo + namespace resolver)",
6
6
  "license": "MIT",