@lwrjs/app-service
Advanced tools
Comparing version 0.0.2-alpha44 to 0.0.2-alpha45
@@ -63,3 +63,5 @@ import { explodeSpecifier, getVersionedSpecifier, normalizeVersionToUri } from '@lwrjs/shared-utils'; | ||
"hmrServerURI": "${apiVersion}/hmr/${format}/${compat}?${debug ? 'debug' : ''}" | ||
}));`; | ||
})); | ||
globalThis.lwcRuntimeFlags = { ENABLE_HMR: true }; | ||
`; | ||
} | ||
@@ -66,0 +68,0 @@ // Return an inline resource |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.0.2-alpha44", | ||
"version": "0.0.2-alpha45", | ||
"homepage": "https://lwr.dev/", | ||
@@ -49,6 +49,6 @@ "repository": { | ||
"dependencies": { | ||
"@lwrjs/shared-utils": "0.0.2-alpha44" | ||
"@lwrjs/shared-utils": "0.0.2-alpha45" | ||
}, | ||
"devDependencies": { | ||
"@lwrjs/types": "0.0.2-alpha44" | ||
"@lwrjs/types": "0.0.2-alpha45" | ||
}, | ||
@@ -58,3 +58,3 @@ "engines": { | ||
}, | ||
"gitHead": "7c99c73d5bd5f8fccc67bfc8e158def5b85f2ab0" | ||
"gitHead": "ee506072f2ef1bc02bab95ed963496fc9f68c2cc" | ||
} |
Sorry, the diff of this file is not supported yet
74048
1611
+ Added@lwrjs/shared-utils@0.0.2-alpha45(transitive)
- Removed@lwrjs/shared-utils@0.0.2-alpha44(transitive)