@adhdev/daemon-core 0.8.16 → 0.8.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/node_modules/@adhdev/session-host-core/package.json +1 -1
- package/package.json +1 -1
- package/src/index.ts +2 -1
package/dist/index.mjs
CHANGED
|
@@ -19547,6 +19547,7 @@ export {
|
|
|
19547
19547
|
setLogLevel,
|
|
19548
19548
|
setupIdeInstance,
|
|
19549
19549
|
shutdownDaemonComponents,
|
|
19550
|
+
spawnDetachedDaemonUpgradeHelper,
|
|
19550
19551
|
startDaemonDevSupport,
|
|
19551
19552
|
updateConfig,
|
|
19552
19553
|
upsertSavedProviderSession
|