vite-plugin-vue-layouts-next
Advanced tools
Comparing version
{ | ||
"name": "vite-plugin-vue-layouts-next", | ||
"type": "module", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"packageManager": "pnpm@10.11.1", | ||
@@ -23,14 +23,13 @@ "description": "Router-based layout plugin for Vite and Vue, supports the latest versions.", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./client": { | ||
"types": "./client.d.ts" | ||
}, | ||
"./*": "./*", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
"./*": "./*" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -37,0 +36,0 @@ "files": [ |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
-100%38036
-0.32%