vite-plugin-node
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,4 +0,4 @@ | ||
import { INestApplication } from '@nestjs/common'; | ||
import type { INestApplication } from '@nestjs/common'; | ||
import { IServer } from ".."; | ||
export declare const debugNest: (msg: string, ...args: any[]) => void; | ||
export declare const NestServer: IServer<INestApplication>; |
{ | ||
"name": "vite-plugin-node", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Vite plugin to enable your node server HMR", | ||
@@ -15,14 +15,18 @@ "main": "dist/index.js", | ||
"@rollup/pluginutils": "^4.1.0", | ||
"@swc/core": "^1.2.49", | ||
"@types/estree": "^0.0.46", | ||
"@swc/core": "^1.2.54", | ||
"chalk": "^4.1.0", | ||
"debug": "^4.3.1", | ||
"vite": "^2.0.1", | ||
"vite": "^2.2.1", | ||
"websocket": "^1.0.33" | ||
}, | ||
"peerDependencies": { | ||
"vite": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
"@nestjs/common": "^7.6.13", | ||
"@types/debug": "^4.1.5", | ||
"@types/estree": "^0.0.46", | ||
"@types/express": "^4.17.11", | ||
"@types/node": "^14.14.31", | ||
"@types/rx": "^4.1.2", | ||
"@types/websocket": "^1.0.1", | ||
@@ -37,2 +41,3 @@ "@typescript-eslint/eslint-plugin": "^4.15.2", | ||
"rimraf": "^3.0.2", | ||
"rxjs": "^6.6.7", | ||
"typescript": "^4.1.5" | ||
@@ -39,0 +44,0 @@ }, |
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
32189
17
- Removed@types/estree@^0.0.46
- Removed@types/estree@0.0.46(transitive)
Updated@swc/core@^1.2.54
Updatedvite@^2.2.1