Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "heatsync", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "A module to watch and reload CommonJS Modules on modification and sync results with objects", | ||
@@ -17,6 +17,6 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"backtracker": "3.2.0" | ||
"backtracker": "3.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.0.3" | ||
"@types/node": "18.7.4" | ||
}, | ||
@@ -23,0 +23,0 @@ "files": [ |
# Heatsync | ||
This is a module to watch and reload CommonJS Modules on modification and sync results with objects | ||
This is a module to watch and reload CommonJS and ES Modules on modification and sync results with objects | ||
@@ -4,0 +4,0 @@ In applications which require high uptime and are constantly being worked on as the development process normally is, developers might find it necessary to reload modules and have their changes take effect immediately without restarting the application. Luckily, that's where Heatsync comes in. |
Sorry, the diff of this file is not supported yet
38479
+ Addedbacktracker@3.2.1(transitive)
- Removedbacktracker@3.2.0(transitive)
Updatedbacktracker@3.2.1