vite-plugin-node-polyfills
Advanced tools
+3
-3
| { | ||
| "name": "vite-plugin-node-polyfills", | ||
| "type": "module", | ||
| "version": "0.25.0", | ||
| "version": "0.26.0", | ||
| "description": "A Vite plugin to polyfill Node's Core Modules for browser environments.", | ||
@@ -66,3 +66,3 @@ "author": "David Myers <hello@davidmyers.dev>", | ||
| "peerDependencies": { | ||
| "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" | ||
| "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" | ||
| }, | ||
@@ -89,3 +89,3 @@ "dependencies": { | ||
| "vitest": "^1.2.2", | ||
| "vite-plugin-node-polyfills": "0.25.0" | ||
| "vite-plugin-node-polyfills": "0.26.0" | ||
| }, | ||
@@ -92,0 +92,0 @@ "publishConfig": { |
516870
0