vite-plugin-vuetify
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,12 @@ # Change Log | ||
### [2.0.2](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@2.0.1...vite-plugin-vuetify@2.0.2) (2024-02-28) | ||
### Bug Fixes | ||
* correct cjs types export ([4512234](https://github.com/vuetifyjs/vuetify-loader/commit/4512234a1192895d59db8180fa949597f2894025)), closes [#327](https://github.com/vuetifyjs/vuetify-loader/issues/327) | ||
* don't parse file paths as urls ([50c2dc0](https://github.com/vuetifyjs/vuetify-loader/commit/50c2dc0e1a739039763e32c591dcd68981f99f18)), closes [#324](https://github.com/vuetifyjs/vuetify-loader/issues/324) | ||
### [2.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@2.0.0...vite-plugin-vuetify@2.0.1) (2023-12-12) | ||
@@ -8,0 +18,0 @@ |
@@ -10,2 +10,3 @@ import { Plugin } from 'vite'; | ||
export = vuetify; | ||
export { vuetify as default }; |
{ | ||
"name": "vite-plugin-vuetify", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A Vite plugin for treeshaking Vuetify components and more", | ||
@@ -19,3 +19,3 @@ "main": "./dist/index.cjs", | ||
"scripts": { | ||
"build": "unbuild && node ../../scripts/patchCJS.mjs", | ||
"build": "unbuild && node ../../scripts/patchCJS.mjs && node ../../scripts/patch.d.CJS.mjs", | ||
"dev": "unbuild --stub" | ||
@@ -30,3 +30,3 @@ }, | ||
"dependencies": { | ||
"@vuetify/loader-shared": "^2.0.1", | ||
"@vuetify/loader-shared": "^2.0.2", | ||
"debug": "^4.3.3", | ||
@@ -49,3 +49,3 @@ "upath": "^2.0.1" | ||
}, | ||
"gitHead": "13548af12d314d1f4a18b78e81c280cbd46540c5" | ||
"gitHead": "6283b45a306bcf0f4ad2b767a6e910fe1904f704" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26905
227