@sapphire/plugin-hmr
Advanced tools
Comparing version 3.0.3-next.d0e50be to 3.0.3-next.d37e114
{ | ||
"name": "@sapphire/plugin-hmr", | ||
"version": "3.0.3-next.d0e50be", | ||
"version": "3.0.3-next.d37e114", | ||
"description": "Plugin for @sapphire/framework for hot module reloading for pieces", | ||
@@ -41,3 +41,3 @@ "author": "@sapphire", | ||
"build:types": "concurrently \"yarn:build:types:*\"", | ||
"build:types:cjs": "rollup-type-bundler -d dist/cjs -ot .cts", | ||
"build:types:cjs": "rollup-type-bundler -d dist/cjs --output-typings-file-extension .cts", | ||
"build:types:esm": "rollup-type-bundler -d dist/esm -t .mts", | ||
@@ -53,3 +53,3 @@ "build:types:cleanup": "tsx ../../scripts/clean-register-imports.mts", | ||
"dependencies": { | ||
"chokidar": "^4.0.1" | ||
"chokidar": "^4.0.3" | ||
}, | ||
@@ -85,5 +85,5 @@ "repository": { | ||
"devDependencies": { | ||
"@favware/cliff-jumper": "^5.0.0", | ||
"@favware/rollup-type-bundler": "^3.3.0", | ||
"concurrently": "^9.1.0", | ||
"@favware/cliff-jumper": "^6.0.0", | ||
"@favware/rollup-type-bundler": "^4.0.0", | ||
"concurrently": "^9.1.2", | ||
"tsup": "^8.3.5", | ||
@@ -90,0 +90,0 @@ "tsx": "^4.19.2", |
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
Sorry, the diff of this file is not supported yet
41471
Updatedchokidar@^4.0.3