Hot-reload Presence instances

This commit is contained in:
Cadence Ember 2025-02-13 01:16:52 +13:00
parent b0ded8e289
commit ac40c54e40
5 changed files with 15 additions and 8 deletions

11
package-lock.json generated
View file

@ -31,7 +31,7 @@
"get-relative-path": "^1.0.2",
"get-stream": "^6.0.1",
"h3": "^1.12.0",
"heatsync": "^2.6.0",
"heatsync": "^2.7.0",
"lru-cache": "^10.4.3",
"minimist": "^1.2.8",
"prettier-bytes": "^1.0.4",
@ -1868,12 +1868,15 @@
}
},
"node_modules/heatsync": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/heatsync/-/heatsync-2.6.0.tgz",
"integrity": "sha512-UfemOt4Kg1hvhDj/Zz8sYa1pF73ul+tF19MYNisYoOymXoTo4iCZv2BDdCMFE1xvZ6YFjcMoekb/aeBU1uqFjQ==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/heatsync/-/heatsync-2.7.0.tgz",
"integrity": "sha512-9ILOyyHFZKfIrqBmNz+fwKd+zupFE2UqFZ9k4FjRcMjNDp7GtW+K9n2htXLy3CwdDTRd6NV6BPxKvU51UqKIJA==",
"license": "MIT",
"dependencies": {
"backtracker": "^4.0.0"
},
"engines": {
"node": ">=14.6.0"
}
},
"node_modules/html-es6cape": {