vite-node
Advanced tools
Comparing version 0.8.4 to 0.8.5
{ | ||
"name": "vite-node", | ||
"version": "0.8.4", | ||
"type": "module", | ||
"version": "0.8.5", | ||
"description": "Vite as Node.js runtime", | ||
@@ -10,2 +11,3 @@ "homepage": "https://github.com/vitest-dev/vitest/blob/main/packages/vite-node#readme", | ||
"license": "MIT", | ||
"author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"repository": { | ||
@@ -17,9 +19,5 @@ "type": "git", | ||
"funding": "https://github.com/sponsors/antfu", | ||
"author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"type": "module", | ||
"files": [ | ||
"dist", | ||
"*.d.ts", | ||
"*.mjs" | ||
], | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
@@ -47,5 +45,7 @@ ".": { | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"*.d.ts", | ||
"*.mjs" | ||
], | ||
"bin": { | ||
@@ -67,3 +67,3 @@ "vite-node": "./vite-node.mjs" | ||
"pathe": "^0.2.0", | ||
"vite": "^2.8.6" | ||
"vite": "^2.9.1" | ||
}, | ||
@@ -70,0 +70,0 @@ "devDependencies": { |
Updatedvite@^2.9.1